mirror of https://git.FreeBSD.org/ports.git
science/py-kimpy: update 2.1.1 → 2.1.3
This commit is contained in:
parent
3bd017dd25
commit
15bbc4130f
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= kimpy
|
||||
DISTVERSION= 2.1.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.1.3
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -19,7 +18,11 @@ RUN_DEPENDS= ${PYNUMPY}
|
|||
USES= compiler:c++20-lang pkgconfig python
|
||||
USE_PYTHON= distutils autoplist pytest # tests fail to run, see https://github.com/openkim/kimpy/issues/16
|
||||
|
||||
TEST_WRKSRC= ${WRKSRC}/tests
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/kimpy/*${PYTHON_TAG}.so
|
||||
|
||||
# tests as of 2.1.3: 21 passed in 2.91s
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1726458544
|
||||
SHA256 (kimpy-2.1.1.tar.gz) = 3ab9ab64179cdf8b7d41704330d12bbb78461792664354e9e9144098709bc636
|
||||
SIZE (kimpy-2.1.1.tar.gz) = 50141
|
||||
TIMESTAMP = 1757123909
|
||||
SHA256 (kimpy-2.1.3.tar.gz) = 2a4a4455dfc5aeb5b8379a96b7c1e7a3f34bfe6bd3c077e23a3e27b8829c2aed
|
||||
SIZE (kimpy-2.1.3.tar.gz) = 49856
|
||||
|
|
Loading…
Reference in New Issue