mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
New port: science/py-qcelemental: Essentials for quantum chemistry
This commit is contained in:
parent
8eadd3ee6c
commit
2132087e0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497391
@ -255,6 +255,7 @@
|
||||
SUBDIR += py-pysal
|
||||
SUBDIR += py-pyteomics
|
||||
SUBDIR += py-pyteomics.biolccc
|
||||
SUBDIR += py-qcelemental
|
||||
SUBDIR += py-qspin
|
||||
SUBDIR += py-quantities
|
||||
SUBDIR += py-rmf
|
||||
|
24
science/py-qcelemental/Makefile
Normal file
24
science/py-qcelemental/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qcelemental
|
||||
PORTVERSION= 0.3.3
|
||||
CATEGORIES= science python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Essentials for quantum chemistry
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}Pint>0:devel/py-Pint@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pydantic>=0.20:devel/py-pydantic@${PY_FLAVOR}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/py-qcelemental/distinfo
Normal file
3
science/py-qcelemental/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1554011920
|
||||
SHA256 (qcelemental-0.3.3.tar.gz) = c35154ae56d37ee423d47fbe080cbe8c1316b1081971945962257f485db6e9ca
|
||||
SIZE (qcelemental-0.3.3.tar.gz) = 142218
|
11
science/py-qcelemental/pkg-descr
Normal file
11
science/py-qcelemental/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
QCElemental is a resource module for quantum chemistry containing physical
|
||||
constants and periodic table data from NIST and molecule handlers.
|
||||
|
||||
Periodic Table and Physical Constants data are pulled from NIST srd144 and
|
||||
srd121, respectively (details) in a renewable manner (class around
|
||||
NIST-published JSON file).
|
||||
|
||||
This project also contains a generator, validator, and translator for Molecule
|
||||
QCSchema.
|
||||
|
||||
WWW: https://github.com/MolSSI/QCElemental
|
Loading…
Reference in New Issue
Block a user