svn commit: r560125 - head/devel/py-jaraco.functools2
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 3 20:07:26 UTC 2021
Author: sunpoet
Date: Sun Jan 3 20:07:22 2021
New Revision: 560125
URL: https://svnweb.freebsd.org/changeset/ports/560125
Log:
Mark DEPRECATED and set EXPIRATION_DATE to 2021-01-31
Modified:
head/devel/py-jaraco.functools2/Makefile
Modified: head/devel/py-jaraco.functools2/Makefile
==============================================================================
--- head/devel/py-jaraco.functools2/Makefile Sun Jan 3 20:07:17 2021 (r560124)
+++ head/devel/py-jaraco.functools2/Makefile Sun Jan 3 20:07:22 2021 (r560125)
@@ -14,6 +14,9 @@ COMMENT= Additional functools for Python
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Use devel/py-jaraco.functools instead
+EXPIRATION_DATE=2021-01-31
+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=1.15.0:devel/py-setuptools_scm@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco>=0:devel/py-jaraco@${PY_FLAVOR}
More information about the svn-ports-head
mailing list