Skip to content

Commit

Permalink
science/py-nibabel: update 5.1.0 → 5.2.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Dec 12, 2023
1 parent 16d2f3b commit 4937de2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions science/py-nibabel/Makefile
@@ -1,5 +1,5 @@
PORTNAME= nibabel
DISTVERSION= 5.1.0
DISTVERSION= 5.2.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -17,10 +17,12 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}packaging>=17:devel/py-packaging@${PY_FLAVOR}

USES= python:3.9+
USE_PYTHON= pep517 concurrent autoplist pytest # 3 tests fail, see https://github.com/nipy/nibabel/issues/1235
USE_PYTHON= pep517 concurrent autoplist pytest # 1 tests fails, see https://github.com/nipy/nibabel/issues/1285

NO_ARCH= yes

TEST_ENV= ${MAKE_ENV} PATH=${STAGEDIR}${PREFIX}/bin

post-install:
@${REINPLACE_CMD} -i '' -e 's|#!python|#!${PYTHON_CMD}|' \
${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/nibabel/cmdline/diff.py \
Expand Down
6 changes: 3 additions & 3 deletions science/py-nibabel/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1687839690
SHA256 (nibabel-5.1.0.tar.gz) = ce73ca5e957209e7219a223cb71f77235c9df2acf4d3f27f861ba38e9481ac53
SIZE (nibabel-5.1.0.tar.gz) = 4498348
TIMESTAMP = 1702404071
SHA256 (nibabel-5.2.0.tar.gz) = 3df8f1ab981d1bd92f4331d565528d126ab9717fdbd4cfe68f43fcd1c2bf3f52
SIZE (nibabel-5.2.0.tar.gz) = 4501846

0 comments on commit 4937de2

Please sign in to comment.