mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
misc/py-pymatreader: update 0.0.32 → 1.0.0
This commit is contained in:
parent
70eba561ac
commit
86f0f39ef8
2 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= pymatreader
|
||||
DISTVERSION= 0.0.32
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 1.0.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -12,14 +11,18 @@ WWW= https://gitlab.com/obob/pymatreader
|
|||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-regex-commit>0:devel/py-hatch-regex-commit@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.7.0:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}xmltodict>=0:devel/py-xmltodict@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://gitlab.com/obob/pymatreader/-/issues/20
|
||||
USE_PYTHON= pep517 autoplist pytest # tests fail to run, see https://gitlab.com/obob/pymatreader/-/issues/20
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
# tests as of 1.0.0: 25 passed, 629 warnings in 136.24s (0:02:16
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1689900077
|
||||
SHA256 (pymatreader-0.0.32.tar.gz) = 34a5b4812635c98d3e5776fc21cd7f85b045784539363674d178dfb1158a617f
|
||||
SIZE (pymatreader-0.0.32.tar.gz) = 7601
|
||||
TIMESTAMP = 1744497788
|
||||
SHA256 (pymatreader-1.0.0.tar.gz) = 1bcf0dee93c567701351d83e46b91bf17ea175ac44f3f435fb08e2cfdfbd8534
|
||||
SIZE (pymatreader-1.0.0.tar.gz) = 37069234
|
||||
|
|
Loading…
Add table
Reference in a new issue