1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: science/py-kim-query: Helper routines for querying the OpenKIM repository

This commit is contained in:
Yuri Victorovich 2020-05-03 19:38:33 +00:00
parent 830eec636e
commit 97b1b8cb26
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533805
4 changed files with 29 additions and 0 deletions

View File

@ -243,6 +243,7 @@
SUBDIR += py-gsd
SUBDIR += py-h5json
SUBDIR += py-h5py
SUBDIR += py-kim-query
SUBDIR += py-kinematics
SUBDIR += py-lifelines
SUBDIR += py-mdp

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= kim-query
DISTVERSION= 1.0.0
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Helper routines for querying the OpenKIM repository
LICENSE= CDDL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1588534004
SHA256 (kim-query-1.0.0.tar.gz) = b8fe405b3a5ac37db4d9c3febc71c316119b4aba9dc8e8d966100f9fa40dd537
SIZE (kim-query-1.0.0.tar.gz) = 28478

View File

@ -0,0 +1,4 @@
Helper routines for querying the OpenKIM database hosted
at https://query.openkim.org
WWW: https://github.com/openkim/kim-query