Skip to content

Commit

Permalink
math/py-POT: update 0.9.2 → 0.9.3
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 6, 2024
1 parent 2038128 commit 12f1eb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 6 additions & 3 deletions math/py-POT/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= POT
DISTVERSION= 0.9.2
DISTVERSION= 0.9.3
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -15,10 +15,13 @@ BUILD_DEPENDS= ${SETUPTOOLS} \
${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
${PYTHON_PKGNAMEPREFIX}scipy>=1.6:science/py-scipy@${PY_FLAVOR}

USES= python
USE_PYTHON= pep517 cython autoplist
USE_PYTHON= pep517 cython autoplist pytest # expects newer pytest than 7.4.4: AttributeError: module pytest has no attribute skip_backend

TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
TEST_WRKSRC= ${WRKSRC}/test

post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/ot/lp/emd_wrap${PYTHON_EXT_SUFFIX}.so
Expand Down
6 changes: 3 additions & 3 deletions math/py-POT/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1703323605
SHA256 (POT-0.9.2.tar.gz) = 8b1ac1fca71dee525b62fd3407f296aa3cdb2b825ad751e00eb945845538084e
SIZE (POT-0.9.2.tar.gz) = 373008
TIMESTAMP = 1712367723
SHA256 (POT-0.9.3.tar.gz) = eecf2394390a73472e727ef75f7c801fc47509039f00c40f8fc64fdeea617c86
SIZE (POT-0.9.3.tar.gz) = 373598

0 comments on commit 12f1eb4

Please sign in to comment.