svn commit: r505587 - head/devel/py-pip-tools2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jul 1 15:37:34 UTC 2019


Author: sunpoet
Date: Mon Jul  1 15:37:25 2019
New Revision: 505587
URL: https://svnweb.freebsd.org/changeset/ports/505587

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2019-07-31

Modified:
  head/devel/py-pip-tools2/Makefile

Modified: head/devel/py-pip-tools2/Makefile
==============================================================================
--- head/devel/py-pip-tools2/Makefile	Mon Jul  1 15:37:20 2019	(r505586)
+++ head/devel/py-pip-tools2/Makefile	Mon Jul  1 15:37:25 2019	(r505587)
@@ -16,6 +16,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips64=		fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) #'
 BROKEN_powerpc64=	fails to compile: UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 6865: ordinal not in range(128) #'
+DEPRECATED=	Use devel/py-pip-tools instead
+EXPIRATION_DATE=2019-07-31
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}click>=6:devel/py-click@${PY_FLAVOR} \


More information about the svn-ports-all mailing list