pkgsrc-WIP-changes archive

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

wip/py-resonance: import py37-resonance-0.22.0



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 01:46:52 2020 +0100
Changeset:	e564d983558d64c581c872cb1cd2392514c8abab

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

Log Message:
wip/py-resonance: import py37-resonance-0.22.0

Learning mechanical vibrations through computation

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

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

diffstat:
 py-resonance/DESCR    |  1 +
 py-resonance/Makefile | 23 +++++++++++++++++++++++
 py-resonance/PLIST    | 36 ++++++++++++++++++++++++++++++++++++
 py-resonance/distinfo |  6 ++++++
 4 files changed, 66 insertions(+)

diffs:
diff --git a/py-resonance/DESCR b/py-resonance/DESCR
new file mode 100644
index 0000000000..ff7d8b68fd
--- /dev/null
+++ b/py-resonance/DESCR
@@ -0,0 +1 @@
+Learning mechanical vibrations through computation
diff --git a/py-resonance/Makefile b/py-resonance/Makefile
new file mode 100644
index 0000000000..9820186de9
--- /dev/null
+++ b/py-resonance/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	resonance-0.22.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/f9/e9/04628aa8a4feb2c177539e347b7139fcbafdc7da9958fb5a392bdd6481d5/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/moorepants/resonance/
+COMMENT=	Learning mechanical vibrations through computation
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=2.1:../../graphics/py-matplotlib
+DEPENDS+=	${PYPKGPREFIX}-pandas>=0.17:../../math/py-pandas
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.19:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
+
+USE_LANGUAGES=	# none
+
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.13
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-resonance/PLIST b/py-resonance/PLIST
new file mode 100644
index 0000000000..4928062d0b
--- /dev/null
+++ b/py-resonance/PLIST
@@ -0,0 +1,36 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/resonance/__init__.py
+${PYSITELIB}/resonance/__init__.pyc
+${PYSITELIB}/resonance/__init__.pyo
+${PYSITELIB}/resonance/functions.py
+${PYSITELIB}/resonance/functions.pyc
+${PYSITELIB}/resonance/functions.pyo
+${PYSITELIB}/resonance/linear_systems.py
+${PYSITELIB}/resonance/linear_systems.pyc
+${PYSITELIB}/resonance/linear_systems.pyo
+${PYSITELIB}/resonance/nonlinear_systems.py
+${PYSITELIB}/resonance/nonlinear_systems.pyc
+${PYSITELIB}/resonance/nonlinear_systems.pyo
+${PYSITELIB}/resonance/system.py
+${PYSITELIB}/resonance/system.pyc
+${PYSITELIB}/resonance/system.pyo
+${PYSITELIB}/resonance/tests/__init__.py
+${PYSITELIB}/resonance/tests/__init__.pyc
+${PYSITELIB}/resonance/tests/__init__.pyo
+${PYSITELIB}/resonance/tests/test_linear_systems.py
+${PYSITELIB}/resonance/tests/test_linear_systems.pyc
+${PYSITELIB}/resonance/tests/test_linear_systems.pyo
+${PYSITELIB}/resonance/tests/test_nonlinear_systems.py
+${PYSITELIB}/resonance/tests/test_nonlinear_systems.pyc
+${PYSITELIB}/resonance/tests/test_nonlinear_systems.pyo
+${PYSITELIB}/resonance/tests/test_systems.py
+${PYSITELIB}/resonance/tests/test_systems.pyc
+${PYSITELIB}/resonance/tests/test_systems.pyo
+${PYSITELIB}/resonance/version.py
+${PYSITELIB}/resonance/version.pyc
+${PYSITELIB}/resonance/version.pyo
diff --git a/py-resonance/distinfo b/py-resonance/distinfo
new file mode 100644
index 0000000000..c055c93e8f
--- /dev/null
+++ b/py-resonance/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (resonance-0.22.0.tar.gz) = 862d02beb36b7a135d32f89fe6b75c3ee723acfd
+RMD160 (resonance-0.22.0.tar.gz) = 2b441baa38c00abbc0706f76812d933cca17d38e
+SHA512 (resonance-0.22.0.tar.gz) = cdc6a2241c8900d91dff0e2680f36b18504d0e024c9eaff6623d3db6a9d6126e9f090fae41ba23d521b0fe8b069026bda76674795745d45adb9da2f35406b1f9
+Size (resonance-0.22.0.tar.gz) = 59237 bytes


Home | Main Index | Thread Index | Old Index