diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-18 16:03:09 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-01-19 02:47:12 +0000 |
commit | 9e9df42dae186464699c762d8cd6dbfc4b7cb88f (patch) | |
tree | 0e76678618beebdb96611ba5e0a68baa479081f9 | |
parent | 496d10da96527abe29ec2a22bfdb5b62c71d4d25 (diff) |
science/py-dipy: Update 1.5.0 -> 1.6.0
Reported by: portscout
-rw-r--r-- | science/py-dipy/Makefile | 6 | ||||
-rw-r--r-- | science/py-dipy/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/science/py-dipy/Makefile b/science/py-dipy/Makefile index da7822bf7ba9..d186368d8cec 100644 --- a/science/py-dipy/Makefile +++ b/science/py-dipy/Makefile @@ -1,5 +1,5 @@ PORTNAME= dipy -DISTVERSION= 1.5.0 +DISTVERSION= 1.6.0 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,9 @@ BUILD_DEPENDS= ${PY_DEPENDS} RUN_DEPENDS= ${PY_DEPENDS} USES= python:3.7+ -USE_PYTHON= distutils cython concurrent autoplist # pkg-plist also exists and contains files missing from the python-generated plist +USE_PYTHON= distutils cython concurrent autoplist pytest # pkg-plist also exists and contains files missing from the python-generated plist + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/*/*.so diff --git a/science/py-dipy/distinfo b/science/py-dipy/distinfo index 3cf276703924..fdcc81039ef7 100644 --- a/science/py-dipy/distinfo +++ b/science/py-dipy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1650825179 -SHA256 (dipy-1.5.0.tar.gz) = a19cf40166be09c5b7c31ab00b12fed136ae9531483a9cd7019cc3f3b95f6271 -SIZE (dipy-1.5.0.tar.gz) = 11769735 +TIMESTAMP = 1674023932 +SHA256 (dipy-1.6.0.tar.gz) = 41a8487689ddff32f6c45bd046548f9c89a66306779c57c64d7f31400cc4fd6d +SIZE (dipy-1.6.0.tar.gz) = 12070889 |