Index: head/science/py-GPy/Makefile =================================================================== --- head/science/py-GPy/Makefile (revision 528075) +++ head/science/py-GPy/Makefile (revision 528076) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= GPy DISTVERSION= 1.9.9 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org 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} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.16:science/py-scipy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paramz>=0.9.0:science/py-paramz@${PY_FLAVOR} \ ${LOCALBASE}/lib/libomp.so:devel/openmp USES= localbase python:-3.6 USE_PYTHON= distutils autoplist .include Index: head/www/py-url/Makefile =================================================================== --- head/www/py-url/Makefile (revision 528075) +++ head/www/py-url/Makefile (revision 528076) @@ -1,23 +1,26 @@ # $FreeBSD$ PORTNAME= url DISTVERSION= 0.4.2 PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kai@FreeBSD.org 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 USE_PYTHON= cython distutils autoplist post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/url/url.so .include