blob: 186198e8badfbb656f06c8bed2af685b5ef12870 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= geometric
DISTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= science python # chemistry
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Geometry optimization for quantum chemistry
WWW= https://geometric.readthedocs.io/en/latest/ \
https://github.com/leeping/geomeTRIC
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}networkx>0:math/py-networkx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ase>0:science/py-ase@${PY_FLAVOR}
USES= python shebangfix
USE_PYTHON= distutils concurrent autoplist pytest # some tests fail because of missing large test files
SHEBANG_GLOB= *.py
NO_ARCH= yes
.include <bsd.port.mk>
|