Skip to content

Commit

Permalink
science/py-periodictable: New port: Extensible periodic table of the …
Browse files Browse the repository at this point in the history
…elements pre-populated with data
  • Loading branch information
yurivict committed May 4, 2024
1 parent 57cb2ae commit 9b01d7f
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions science/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@
SUBDIR += py-paida
SUBDIR += py-paramz
SUBDIR += py-penaltymodel
SUBDIR += py-periodictable
SUBDIR += py-phono3py
SUBDIR += py-phonopy
SUBDIR += py-pupynere
Expand Down
22 changes: 22 additions & 0 deletions science/py-periodictable/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
PORTNAME= periodictable
DISTVERSION= 1.7.0
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= Extensible periodic table of the elements pre-populated with data
WWW= https://periodictable.readthedocs.io/en/latest/

LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pyparsing>0:devel/py-pyparsing@${PY_FLAVOR}

USES= python
USE_PYTHON= distutils autoplist

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions science/py-periodictable/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1714797378
SHA256 (periodictable-1.7.0.tar.gz) = 420e57c2b19d6a521b1c0b5e387da590a31a8456e4cc1c00bca5ce2dc5f05ea9
SIZE (periodictable-1.7.0.tar.gz) = 1003080
2 changes: 2 additions & 0 deletions science/py-periodictable/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The periodictable package provides a periodic table of the elements with support
for mass, density and xray/neutron scattering information.

0 comments on commit 9b01d7f

Please sign in to comment.