mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
science/py-pyphot: update 1.4.7 → 1.6.0
This commit is contained in:
parent
b9c040e5c1
commit
d8d7ec6504
2 changed files with 14 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pyphot
|
||||
DISTVERSION= 1.4.7
|
||||
DISTVERSION= 1.6.0
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -11,17 +11,19 @@ WWW= https://mfouesneau.github.io/pyphot/
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}numpy>=2.0:math/py-numpy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tables>0:devel/py-tables@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>4.0:astro/py-astropy@${PY_FLAVOR} \
|
||||
${PYNUMPPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0.9:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}tables>3.0:devel/py-tables@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
USE_PYTHON= pep517 autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# tests as of 1.6.0: 16 passed, 5 warnings in 27.42s
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1726947143
|
||||
SHA256 (pyphot-1.4.7.tar.gz) = 001ebeb7741e81bf864b0240ecf32eed9c613e79ab06d2274042d7669f754df6
|
||||
SIZE (pyphot-1.4.7.tar.gz) = 14971120
|
||||
TIMESTAMP = 1737602718
|
||||
SHA256 (pyphot-1.6.0.tar.gz) = d4e2e2b63ec355335fa24eb74db93022aba302952a0933ab9724faf9bc1b0c0a
|
||||
SIZE (pyphot-1.6.0.tar.gz) = 14948013
|
||||
|
|
Loading…
Add table
Reference in a new issue