mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 03:16:44 -04:00
science/py-rmsd: update 1.5.1 → 1.6.3
Reported by: portscout
This commit is contained in:
parent
df9e8c4df0
commit
7949883bff
2 changed files with 12 additions and 6 deletions
|
@ -1,7 +1,8 @@
|
||||||
PORTNAME= rmsd
|
PORTNAME= rmsd
|
||||||
DISTVERSION= 1.5.1
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||||
|
DISTVERSION= 1.6.3
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= PYPI
|
#MASTER_SITES= PYPI # missing test files, see https://github.com/charnley/rmsd/issues/123
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
|
@ -14,6 +15,11 @@ RUN_DEPENDS= ${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= distutils autoplist concurrent
|
USE_PYTHON= distutils autoplist concurrent pytest
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= charnley
|
||||||
|
|
||||||
|
# tests as of 1.6.3: 1 failed, 51 passed, 1 skipped in 8.53s, failure due to the missing science/py-qmllib that fails to build
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1731748655
|
TIMESTAMP = 1736672385
|
||||||
SHA256 (rmsd-1.5.1.tar.gz) = c0342821432aac10e98089877875a2cd8bbf624163971076d93686a40f10d127
|
SHA256 (charnley-rmsd-rmsd-1.6.3_GH0.tar.gz) = 4bba161f0312e6e775261a3a4364670190b7be0c51fafc9b4e53351d1ae7ed0b
|
||||||
SIZE (rmsd-1.5.1.tar.gz) = 19076
|
SIZE (charnley-rmsd-rmsd-1.6.3_GH0.tar.gz) = 248837
|
||||||
|
|
Loading…
Add table
Reference in a new issue