mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
science/py-chempy: Update 0.8.2 → 0.8.3
Reported by: portscout
This commit is contained in:
parent
1edd14abd9
commit
c70e078a02
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= chempy
|
PORTNAME= chempy
|
||||||
DISTVERSION= 0.8.2
|
DISTVERSION= 0.8.3
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= science python # chemistry
|
CATEGORIES= science python # chemistry
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -27,10 +26,11 @@ BUILD_DEPENDS= ${PY_DEPENDS}
|
||||||
RUN_DEPENDS= ${PY_DEPENDS}
|
RUN_DEPENDS= ${PY_DEPENDS}
|
||||||
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pytest-flakes>0:devel/py-pytest-flakes@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}pytest-flakes>0:devel/py-pytest-flakes@${PY_FLAVOR} \
|
||||||
|
gsl>0:math/gsl
|
||||||
|
|
||||||
USES= python
|
USES= localbase:ldflags python # localbase and math/gsl are only for tests
|
||||||
USE_PYTHON= distutils autoplist pytest
|
USE_PYTHON= distutils autoplist pytest # 5 tests fail, see https://github.com/bjodah/chempy/issues/222
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1632243682
|
TIMESTAMP = 1689572688
|
||||||
SHA256 (chempy-0.8.2.tar.gz) = cf4176c3a642f0f4db796a7d612f145ec99ce9c73a8d98ea413c5b7f966c43bf
|
SHA256 (chempy-0.8.3.tar.gz) = 8f7bfb5066969019556d6191b391794742214430bf330bbc9929f5d454ca072b
|
||||||
SIZE (chempy-0.8.2.tar.gz) = 406701
|
SIZE (chempy-0.8.3.tar.gz) = 184646
|
||||||
|
|
Loading…
Add table
Reference in a new issue