mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
math/py-numpy-groupies: update 0.9.17 → 0.11.2
This commit is contained in:
parent
15d0edf0f0
commit
8561bb512f
2 changed files with 12 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= numpy-groupies
|
||||
DISTVERSION= 0.9.17
|
||||
DISTVERSION= 0.11.2
|
||||
CATEGORIES= math python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,21 +12,21 @@ WWW= https://github.com/ml31415/numpy-groupies
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
DEPRECATED= Depends on expired devel/py-pytest-runner
|
||||
EXPIRATION_DATE=2025-03-31
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
|
||||
TEST_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${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= ${PYNUMPY}
|
||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numba>0:devel/py-numba@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= pep517 autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && pytest
|
||||
|
||||
# tests as of 0.11.2: 815 passed, 83 skipped in 489.20s (0:08:09)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1654301866
|
||||
SHA256 (numpy_groupies-0.9.17.tar.gz) = de9390b1e5e4d84c27f0f520158b4ee8afb91035972d8e22dd0aea00f5588e3a
|
||||
SIZE (numpy_groupies-0.9.17.tar.gz) = 769581
|
||||
TIMESTAMP = 1739144470
|
||||
SHA256 (numpy_groupies-0.11.2.tar.gz) = 2fda978c4d28d2f1633a63972f425d0a7f2f12a75505d215b41b6de712e2ec4b
|
||||
SIZE (numpy_groupies-0.11.2.tar.gz) = 159015
|
||||
|
|
Loading…
Add table
Reference in a new issue