2020-05-03 21:38:33 +02:00
|
|
|
PORTNAME= kim-query
|
2022-05-08 19:34:14 +02:00
|
|
|
DISTVERSION= 3.0.0
|
2020-05-03 21:38:33 +02:00
|
|
|
CATEGORIES= science python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2020-05-03 21:38:33 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
|
|
COMMENT= Helper routines for querying the OpenKIM repository
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/openkim/kim-query
|
2020-05-03 21:38:33 +02:00
|
|
|
|
|
|
|
LICENSE= CDDL
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2020-05-03 21:38:33 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|