mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/py-cmap: update 0.5.0 → 0.6.0
This commit is contained in:
parent
1bc0d621db
commit
a50a921209
2 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cmap
|
||||
DISTVERSION= 0.5.0
|
||||
DISTVERSION= 0.6.0
|
||||
CATEGORIES= misc python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -32,8 +32,11 @@ USE_PYTHON= pep517 autoplist pytest
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
|
||||
TEST_ENV= ${MAKE_ENV} \
|
||||
PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} \
|
||||
DISPLAY=${DISPLAY} \
|
||||
XAUTHORITY=${XAUTHORITY}
|
||||
|
||||
# tests as of 0.5.0: 3 failed, 214 passed, 3 skipped in 160.75s (0:02:40) - because the $DISPLAY variable is missing
|
||||
# tests as of 0.5.0: 217 passed, 3 skipped in 109.38s (0:01:49)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1736750547
|
||||
SHA256 (cmap-0.5.0.tar.gz) = 2177fe5fa5b2ec616448384d9707813e75fa91598a338976c379562381042c13
|
||||
SIZE (cmap-0.5.0.tar.gz) = 907819
|
||||
TIMESTAMP = 1745440018
|
||||
SHA256 (cmap-0.6.0.tar.gz) = 26b305847e7d722f1be42c2b339417222711da13852f9a123a57a0d100827197
|
||||
SIZE (cmap-0.6.0.tar.gz) = 910503
|
||||
|
|
Loading…
Add table
Reference in a new issue