science/py-boutdata: New port: Python package for collecting BOUT++ data
This commit is contained in:
parent
c1f19973e4
commit
5f09224333
@ -297,6 +297,7 @@
|
||||
SUBDIR += py-ase
|
||||
SUBDIR += py-atomium
|
||||
SUBDIR += py-avogadrolibs
|
||||
SUBDIR += py-boutdata
|
||||
SUBDIR += py-boututils
|
||||
SUBDIR += py-cdo
|
||||
SUBDIR += py-chainer
|
||||
|
30
science/py-boutdata/Makefile
Normal file
30
science/py-boutdata/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
PORTNAME= boutdata
|
||||
DISTVERSION= 0.1.10
|
||||
CATEGORIES= science education
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Python package for collecting BOUT++ data
|
||||
WWW= https://github.com/boutproject/boutdata
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boututils>0:science/py-boututils@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}matplotlib>=3.2.1:math/py-matplotlib@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}natsort>=8.1.0:devel/py-natsort@${PY_FLAVOR} \
|
||||
${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}scipy>=1.4.1:science/py-scipy@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}sympy>=1.5.1:math/py-sympy@${PY_FLAVOR}
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm_git_archive>0:devel/py-setuptools_scm_git_archive@${PY_FLAVOR} \
|
||||
${PY_DEPENDS}
|
||||
RUN_DEPENDS= ${PY_DEPENDS}
|
||||
|
||||
USES= python:3.6+
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
science/py-boutdata/distinfo
Normal file
3
science/py-boutdata/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1671867262
|
||||
SHA256 (boutdata-0.1.10.tar.gz) = f33858b7c742c8f2b1540499fa01ef12382541deb9995d1752bd38c0f4d9edb6
|
||||
SIZE (boutdata-0.1.10.tar.gz) = 73859
|
2
science/py-boutdata/pkg-descr
Normal file
2
science/py-boutdata/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
boutdata is a Python library that manipulates simulation data produced by
|
||||
BOUT++, plasma fluid finite-difference simulation code.
|
Loading…
Reference in New Issue
Block a user