1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

science/py-pymatgen-analysis-alloys: New port: PyMatgen add-on library with classes useful for describing alloys

This commit is contained in:
Yuri Victorovich 2023-07-02 09:05:43 -07:00
parent bb0fabfc7b
commit 7d7d9293d6
4 changed files with 30 additions and 0 deletions

View File

@ -388,6 +388,7 @@
SUBDIR += py-pygmo2
SUBDIR += py-pyked
SUBDIR += py-pymatgen
SUBDIR += py-pymatgen-analysis-alloys
SUBDIR += py-pymbd
SUBDIR += py-pymol
SUBDIR += py-pyosf

View File

@ -0,0 +1,23 @@
PORTNAME= pymatgen-analysis-alloys
DISTVERSION= 0.0.6
CATEGORIES= science python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= PyMatgen add-on library with classes useful for describing alloys
WWW= https://github.com/materialsproject/pymatgen-analysis-alloys
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymatgen>=2022.0.16:science/py-pymatgen@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}shapely>0:devel/py-shapely@${PY_FLAVOR}
USES= python
USE_PYTHON= pep517 autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1688313296
SHA256 (pymatgen-analysis-alloys-0.0.6.tar.gz) = ff4975d874f07448cfe858acf5aa853a1cbfc25c9bb7ce5cf3b97463091cd58e
SIZE (pymatgen-analysis-alloys-0.0.6.tar.gz) = 44750

View File

@ -0,0 +1,3 @@
pymatgen-analysis-alloys is an add-on package for pymatgen intended to contain
useful classes for describing alloy systems and analyzing data relevant to these
systems. It currently contains the base classes and plotting functionality.