forked from Lainports/freebsd-ports
misc/py-cmap: update 0.3.0 → 0.5.0
Reported by: portscout
This commit is contained in:
parent
a686cfd977
commit
ef8fdd6c3b
2 changed files with 7 additions and 5 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= cmap
|
PORTNAME= cmap
|
||||||
DISTVERSION= 0.3.0
|
DISTVERSION= 0.5.0
|
||||||
CATEGORIES= misc python
|
CATEGORIES= misc python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
@ -28,10 +28,12 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bokeh>0:www/py-bokeh@${PY_FLAVOR} \
|
||||||
# TEST_DEPENDS also needs napari, pygfx, viscm
|
# TEST_DEPENDS also needs napari, pygfx, viscm
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= pep517 autoplist pytest # 3 tests fail because the $DISPLAY variable is missing
|
USE_PYTHON= pep517 autoplist pytest
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||||
|
|
||||||
|
# tests as of 0.5.0: 3 failed, 214 passed, 3 skipped in 160.75s (0:02:40) - because the $DISPLAY variable is missing
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1725678559
|
TIMESTAMP = 1736750547
|
||||||
SHA256 (cmap-0.3.0.tar.gz) = 01ddd3f7b3abc42c3c126d2a590e8c03615a32be2b184ba68a69a2798f4fe460
|
SHA256 (cmap-0.5.0.tar.gz) = 2177fe5fa5b2ec616448384d9707813e75fa91598a338976c379562381042c13
|
||||||
SIZE (cmap-0.3.0.tar.gz) = 591030
|
SIZE (cmap-0.5.0.tar.gz) = 907819
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue