mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/py-GridDataFormats: Update 0.5.0 -> 0.6.0
Reported by: portscout
This commit is contained in:
parent
f9ae892298
commit
1ad5af57e3
2 changed files with 12 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= GridDataFormats
|
PORTNAME= GridDataFormats
|
||||||
DISTVERSION= 0.5.0
|
DISTVERSION= 0.6.0
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
@ -11,12 +10,19 @@ LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYNUMPY} \
|
RUN_DEPENDS= ${PYNUMPY} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
|
||||||
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python:3.6+
|
USES= python:3.6+
|
||||||
|
USE_PYTHON= distutils autoplist concurrent
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= MDAnalysis
|
GH_ACCOUNT= MDAnalysis
|
||||||
USE_PYTHON= distutils autoplist concurrent
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
do-test:
|
||||||
|
@cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1558291028
|
TIMESTAMP = 1634575295
|
||||||
SHA256 (MDAnalysis-GridDataFormats-0.5.0_GH0.tar.gz) = e8dc71981a07ccac2917adbd411d5bf64f9d0d9684a4f9829190fb43014e5799
|
SHA256 (MDAnalysis-GridDataFormats-0.6.0_GH0.tar.gz) = 8162beb3c360734ec5bf365b4afb8cc8beb498cf7c1b820da0a53e79fa6ca87f
|
||||||
SIZE (MDAnalysis-GridDataFormats-0.5.0_GH0.tar.gz) = 2213531
|
SIZE (MDAnalysis-GridDataFormats-0.6.0_GH0.tar.gz) = 2210700
|
||||||
|
|
Loading…
Add table
Reference in a new issue