svn commit: r528076 - in head: science/py-GPy www/py-url
Antoine Brodin
antoine at FreeBSD.org
Sun Mar 8 21:10:16 UTC 2020
Author: antoine
Date: Sun Mar 8 21:10:15 2020
New Revision: 528076
URL: https://svnweb.freebsd.org/changeset/ports/528076
Log:
Deprecate some ports using deprecated version of python
With hat: portmgr
Modified:
head/science/py-GPy/Makefile
head/www/py-url/Makefile
Modified: head/science/py-GPy/Makefile
==============================================================================
--- head/science/py-GPy/Makefile Sun Mar 8 20:51:11 2020 (r528075)
+++ head/science/py-GPy/Makefile Sun Mar 8 21:10:15 2020 (r528076)
@@ -12,6 +12,9 @@ COMMENT= Gaussian process toolbox
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-08-15
+
BUILD_DEPENDS= ${PYNUMPY} \
${LOCALBASE}/lib/libomp.so:devel/openmp
RUN_DEPENDS= ${PYNUMPY} \
Modified: head/www/py-url/Makefile
==============================================================================
--- head/www/py-url/Makefile Sun Mar 8 20:51:11 2020 (r528075)
+++ head/www/py-url/Makefile Sun Mar 8 21:10:15 2020 (r528076)
@@ -12,6 +12,9 @@ COMMENT= URL parsing, sanitizing and normalizing
LICENSE= MIT
+DEPRECATED= Uses deprecated version of python
+EXPIRATION_DATE= 2020-09-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= compiler:c++11-lang python:-3.6
More information about the svn-ports-head
mailing list