1
0
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:
Yuri Victorovich 2019-03-31 08:12:37 +00:00
parent 8eadd3ee6c
commit 2132087e0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497391
4 changed files with 39 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1554011920
SHA256 (qcelemental-0.3.3.tar.gz) = c35154ae56d37ee423d47fbe080cbe8c1316b1081971945962257f485db6e9ca
SIZE (qcelemental-0.3.3.tar.gz) = 142218

View 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