diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-08 06:35:03 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-04-08 06:35:03 +0000 |
commit | cad097f8d0df2a0291475242638eb0213359d475 (patch) | |
tree | 6fee8317dcc9d7ca845224cbcc716acc146d2080 /science | |
parent | c4a87bd2c963857ffb213694d628844f9e19e0bb (diff) | |
download | ports-cad097f8d0df2a0291475242638eb0213359d475.tar.gz ports-cad097f8d0df2a0291475242638eb0213359d475.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/py-GPy/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/py-GPy/Makefile b/science/py-GPy/Makefile index ab5a4ed4e664..fd87fb461499 100644 --- a/science/py-GPy/Makefile +++ b/science/py-GPy/Makefile @@ -13,16 +13,13 @@ 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} 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} -USES= localbase python:-3.6 +USES= localbase python USE_PYTHON= distutils autoplist .include <bsd.port.mk> |