mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
math/py-contourpy: Update to 1.1.1
Enable `make test`
This commit is contained in:
parent
ec66cec155
commit
dc336d0c52
2 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= contourpy
|
PORTNAME= contourpy
|
||||||
PORTVERSION= 1.0.7
|
PORTVERSION= 1.1.1
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= math python
|
CATEGORIES= math python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -12,10 +11,13 @@ WWW= https://github.com/contourpy/contourpy
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR}
|
BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pybind11:devel/py-pybind11@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}meson-python>=0:devel/meson-python@${PY_FLAVOR} \
|
||||||
|
meson:devel/meson
|
||||||
RUN_DEPENDS= ${PYNUMPY}
|
RUN_DEPENDS= ${PYNUMPY}
|
||||||
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= pkgconfig python
|
||||||
USE_PYTHON= autoplist concurrent distutils
|
USE_PYTHON= autoplist concurrent pep517 pytest
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1678086691
|
TIMESTAMP = 1695524275
|
||||||
SHA256 (contourpy-1.0.7.tar.gz) = d8165a088d31798b59e91117d1f5fc3df8168d8b48c4acc10fc0df0d0bdbcc5e
|
SHA256 (contourpy-1.1.1.tar.gz) = 96ba37c2e24b7212a77da85004c38e7c4d155d3e72a45eeaf22c1f03f607e8ab
|
||||||
SIZE (contourpy-1.0.7.tar.gz) = 13361449
|
SIZE (contourpy-1.1.1.tar.gz) = 13433167
|
||||||
|
|
Loading…
Add table
Reference in a new issue