pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-nuclyr: newly created package for nuclear physics calculations using Python



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Wed Apr 6 16:00:00 2022 +0800
Changeset:	fd8fbdbc53774e4bcf5262d96eb28c02ad22a182

Modified Files:
	Makefile
Added Files:
	py-nuclyr/DESCR
	py-nuclyr/Makefile
	py-nuclyr/PLIST
	py-nuclyr/distinfo

Log Message:
py-nuclyr: newly created package for nuclear physics calculations using Python

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fd8fbdbc53774e4bcf5262d96eb28c02ad22a182

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile           |  1 +
 py-nuclyr/DESCR    |  1 +
 py-nuclyr/Makefile | 25 +++++++++++++++++++++++++
 py-nuclyr/PLIST    | 25 +++++++++++++++++++++++++
 py-nuclyr/distinfo |  5 +++++
 5 files changed, 57 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 0a577eeaa7..51d7a1f982 100644
--- a/Makefile
+++ b/Makefile
@@ -4251,6 +4251,7 @@ SUBDIR+=	py-nox
 SUBDIR+=	py-nphelper
 SUBDIR+=	py-nptdms
 SUBDIR+=	py-nsim
+SUBDIR+=	py-nuclyr
 SUBDIR+=	py-nuitka
 SUBDIR+=	py-numberjack
 SUBDIR+=	py-numdifftools
diff --git a/py-nuclyr/DESCR b/py-nuclyr/DESCR
new file mode 100644
index 0000000000..5bb2d981ff
--- /dev/null
+++ b/py-nuclyr/DESCR
@@ -0,0 +1 @@
+A package providing useful data for nuclear physics calculations.
diff --git a/py-nuclyr/Makefile b/py-nuclyr/Makefile
new file mode 100644
index 0000000000..3e5b55137a
--- /dev/null
+++ b/py-nuclyr/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD$
+
+DISTNAME=	nuclyr-0.17
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	python # TODO: add primary category
+MASTER_SITES=	${MASTER_SITE_PYPI:=n/nuclyr/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/phScholz/nuclyr
+COMMENT=	Utility package for nuclear physics data
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-selenium>=0:../../www/py-selenium
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-requests>=0:../../devel/py-requests
+
+USE_LANGUAGES=	# none
+
+post-extract:
+	${CHMOD} -R go-w ${WRKSRC}
+
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-nuclyr/PLIST b/py-nuclyr/PLIST
new file mode 100644
index 0000000000..812e0bfebe
--- /dev/null
+++ b/py-nuclyr/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/nuclyr/EXFOR.py
+${PYSITELIB}/nuclyr/EXFOR.pyc
+${PYSITELIB}/nuclyr/EXFOR.pyo
+${PYSITELIB}/nuclyr/config.py
+${PYSITELIB}/nuclyr/config.pyc
+${PYSITELIB}/nuclyr/config.pyo
+${PYSITELIB}/nuclyr/constants.py
+${PYSITELIB}/nuclyr/constants.pyc
+${PYSITELIB}/nuclyr/constants.pyo
+${PYSITELIB}/nuclyr/data/amdc/mass16.dat
+${PYSITELIB}/nuclyr/data/ripl/abundance.dat
+${PYSITELIB}/nuclyr/data/ripl/mass-frdm95.dat
+${PYSITELIB}/nuclyr/mass.py
+${PYSITELIB}/nuclyr/mass.pyc
+${PYSITELIB}/nuclyr/mass.pyo
+${PYSITELIB}/nuclyr/nndc.py
+${PYSITELIB}/nuclyr/nndc.pyc
+${PYSITELIB}/nuclyr/nndc.pyo
diff --git a/py-nuclyr/distinfo b/py-nuclyr/distinfo
new file mode 100644
index 0000000000..59a60b855d
--- /dev/null
+++ b/py-nuclyr/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (nuclyr-0.17.tar.gz) = aaa8b78090ca1cc1a7b15f28e9d6289c52bec0afab965c989ad554824e3abeea
+SHA512 (nuclyr-0.17.tar.gz) = 693ed51780607469673ebd6ce376314e3b1acf3b03ff0ddbd2df314901225312678dc024edd0639ec2c84840e79d664a71c169b9603a87a85512ae6911a57b60
+Size (nuclyr-0.17.tar.gz) = 367912 bytes


Home | Main Index | Thread Index | Old Index