mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
25 lines
614 B
Makefile
25 lines
614 B
Makefile
PORTNAME= pyberny
|
|
DISTVERSION= 0.6.3
|
|
CATEGORIES= science # chemistry
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Optimizer of molecular geometries with respect to the total energy
|
|
|
|
LICENSE= MPL20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PYNUMPY}
|
|
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= distutils concurrent autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
do-test: install # no tests run, see https://github.com/jhrmnn/pyberny/issues/36
|
|
@cd ${WRKSRC} && pytest -rs --pyargs berny
|
|
|
|
.include <bsd.port.mk>
|