pkgsrc-WIP-changes archive

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

py-rebound3: a new version of Python package for N-body integrator is added



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Tue Apr 20 15:06:23 2021 +0800
Changeset:	616f1566cfef1fbf77b99b5d99447608ca902c11

Added Files:
	py-rebound3/DESCR
	py-rebound3/Makefile
	py-rebound3/PLIST
	py-rebound3/distinfo

Log Message:
py-rebound3: a new version of Python package for N-body integrator is added

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

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

diffstat:
 py-rebound3/DESCR    |  2 ++
 py-rebound3/Makefile | 15 +++++++++++++++
 py-rebound3/PLIST    | 45 +++++++++++++++++++++++++++++++++++++++++++++
 py-rebound3/distinfo |  6 ++++++
 4 files changed, 68 insertions(+)

diffs:
diff --git a/py-rebound3/DESCR b/py-rebound3/DESCR
new file mode 100644
index 0000000000..71e5268039
--- /dev/null
+++ b/py-rebound3/DESCR
@@ -0,0 +1,2 @@
+REBOUND is an N-body integrator for motion of astronomical objects under
+the influence of gravity.
diff --git a/py-rebound3/Makefile b/py-rebound3/Makefile
new file mode 100644
index 0000000000..552804ebee
--- /dev/null
+++ b/py-rebound3/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	rebound-3.16.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/rebound/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/hannorein/rebound
+COMMENT=	Open-source multi-purpose N-body code
+LICENSE=	gnu-gpl-v3
+
+#.include "../../lang/python/egg.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rebound3/PLIST b/py-rebound3/PLIST
new file mode 100644
index 0000000000..646dfa6110
--- /dev/null
+++ b/py-rebound3/PLIST
@@ -0,0 +1,45 @@
+@comment $NetBSD$
+${PYSITELIB}/librebound.so
+${PYSITELIB}/${EGG_FILE}/.DS_Store
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/rebound/__init__.py
+${PYSITELIB}/rebound/__init__.pyc
+${PYSITELIB}/rebound/__init__.pyo
+${PYSITELIB}/rebound/citations.py
+${PYSITELIB}/rebound/citations.pyc
+${PYSITELIB}/rebound/citations.pyo
+${PYSITELIB}/rebound/data.py
+${PYSITELIB}/rebound/data.pyc
+${PYSITELIB}/rebound/data.pyo
+${PYSITELIB}/rebound/horizons.py
+${PYSITELIB}/rebound/horizons.pyc
+${PYSITELIB}/rebound/horizons.pyo
+${PYSITELIB}/rebound/interruptible_pool.py
+${PYSITELIB}/rebound/interruptible_pool.pyc
+${PYSITELIB}/rebound/interruptible_pool.pyo
+${PYSITELIB}/rebound/particle.py
+${PYSITELIB}/rebound/particle.pyc
+${PYSITELIB}/rebound/particle.pyo
+${PYSITELIB}/rebound/plotting.py
+${PYSITELIB}/rebound/plotting.pyc
+${PYSITELIB}/rebound/plotting.pyo
+${PYSITELIB}/rebound/rebound.h
+${PYSITELIB}/rebound/simulation.py
+${PYSITELIB}/rebound/simulation.pyc
+${PYSITELIB}/rebound/simulation.pyo
+${PYSITELIB}/rebound/simulationarchive.py
+${PYSITELIB}/rebound/simulationarchive.pyc
+${PYSITELIB}/rebound/simulationarchive.pyo
+${PYSITELIB}/rebound/tools.py
+${PYSITELIB}/rebound/tools.pyc
+${PYSITELIB}/rebound/tools.pyo
+${PYSITELIB}/rebound/units.py
+${PYSITELIB}/rebound/units.pyc
+${PYSITELIB}/rebound/units.pyo
+${PYSITELIB}/rebound/widget.py
+${PYSITELIB}/rebound/widget.pyc
+${PYSITELIB}/rebound/widget.pyo
diff --git a/py-rebound3/distinfo b/py-rebound3/distinfo
new file mode 100644
index 0000000000..414b52f765
--- /dev/null
+++ b/py-rebound3/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rebound-3.16.0.tar.gz) = 2d9523db0aa94eedbbfe9bff3b3de160d60deb1b
+RMD160 (rebound-3.16.0.tar.gz) = 417fbc419e2901ebd6372bb9906d54564860dd0e
+SHA512 (rebound-3.16.0.tar.gz) = 90115ee4a80cc1d5943562a8db3f1cf5db93db1188a11bb849bd57da3800b037ca72772c5bf3afdbfb91faba98f9159f8e60b6a1525f6f8c734812482bec2491
+Size (rebound-3.16.0.tar.gz) = 253117 bytes


Home | Main Index | Thread Index | Old Index