New port: science/py-scoria: Lightweight molecule manipulation codebase
Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13119
This commit is contained in:
parent
ffb921f06f
commit
54eb14a119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454321
@ -171,6 +171,7 @@
|
||||
SUBDIR += py-scikit-sparse
|
||||
SUBDIR += py-scimath
|
||||
SUBDIR += py-scipy
|
||||
SUBDIR += py-scoria
|
||||
SUBDIR += py-tensorflow
|
||||
SUBDIR += py-ws2300
|
||||
SUBDIR += pybrain
|
||||
|
21
science/py-scoria/Makefile
Normal file
21
science/py-scoria/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scoria
|
||||
DISTVERSION= 1.0.3
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Lightweight molecule manipulation codebase
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/py-scoria/distinfo
Normal file
3
science/py-scoria/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1510818178
|
||||
SHA256 (scoria-1.0.3.tar.gz) = 27ec909d8a9289175bc968d5cff81a84e5ade759625005160b5ad750abbdda3a
|
||||
SIZE (scoria-1.0.3.tar.gz) = 9149900
|
4
science/py-scoria/pkg-descr
Normal file
4
science/py-scoria/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
The scoria library is a lightweight python code base designed for
|
||||
importing, manipulating, and exporting molecular models.
|
||||
|
||||
WWW: https://git.durrantlab.com/jdurrant/scoria
|
Loading…
Reference in New Issue
Block a user