pkgsrc-WIP-changes archive

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

wip/py-rigidbodysimulator: import py37-rigidbodysimulator-0.2.5



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

Added Files:
	py-rigidbodysimulator/DESCR
	py-rigidbodysimulator/Makefile
	py-rigidbodysimulator/PLIST
	py-rigidbodysimulator/distinfo
	py-rigidbodysimulator/patches/patch-setup.py

Log Message:
wip/py-rigidbodysimulator: import py37-rigidbodysimulator-0.2.5

Rigidbodysimulator simulator

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

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

diffstat:
 py-rigidbodysimulator/DESCR                  |  1 +
 py-rigidbodysimulator/Makefile               | 17 +++++++++++++++
 py-rigidbodysimulator/PLIST                  | 21 ++++++++++++++++++
 py-rigidbodysimulator/distinfo               |  7 ++++++
 py-rigidbodysimulator/patches/patch-setup.py | 32 ++++++++++++++++++++++++++++
 5 files changed, 78 insertions(+)

diffs:
diff --git a/py-rigidbodysimulator/DESCR b/py-rigidbodysimulator/DESCR
new file mode 100644
index 0000000000..292cd4b92c
--- /dev/null
+++ b/py-rigidbodysimulator/DESCR
@@ -0,0 +1 @@
+Rigidbodysimulator simulator
diff --git a/py-rigidbodysimulator/Makefile b/py-rigidbodysimulator/Makefile
new file mode 100644
index 0000000000..0e6622449b
--- /dev/null
+++ b/py-rigidbodysimulator/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	rigidbodysimulator-0.2.5
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/c8/b4/7525395470cd0cb5af62dd99274f2f9b33359f4fcb0d6713dc45fad490d1/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/martinlarsalbert/rigidbodysimulator
+COMMENT=	Rigidbodysimulator simulator
+LICENSE=	mit
+
+DEPENDS+=	${PYPKGPREFIX}-test>=1.5.1:../../devel/py-test
+DEPENDS+=	${PYPKGPREFIX}-sympy>=1.5.1:../../math/py-sympy
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-rigidbodysimulator/PLIST b/py-rigidbodysimulator/PLIST
new file mode 100644
index 0000000000..23bec5a0e3
--- /dev/null
+++ b/py-rigidbodysimulator/PLIST
@@ -0,0 +1,21 @@
+@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}/rigidbodysimulator/__init__.py
+${PYSITELIB}/rigidbodysimulator/__init__.pyc
+${PYSITELIB}/rigidbodysimulator/__init__.pyo
+${PYSITELIB}/rigidbodysimulator/_version.py
+${PYSITELIB}/rigidbodysimulator/_version.pyc
+${PYSITELIB}/rigidbodysimulator/_version.pyo
+${PYSITELIB}/rigidbodysimulator/plotting.py
+${PYSITELIB}/rigidbodysimulator/plotting.pyc
+${PYSITELIB}/rigidbodysimulator/plotting.pyo
+${PYSITELIB}/rigidbodysimulator/rigid_body_dynamics.py
+${PYSITELIB}/rigidbodysimulator/rigid_body_dynamics.pyc
+${PYSITELIB}/rigidbodysimulator/rigid_body_dynamics.pyo
+${PYSITELIB}/rigidbodysimulator/substitute_dynamic_symbols.py
+${PYSITELIB}/rigidbodysimulator/substitute_dynamic_symbols.pyc
+${PYSITELIB}/rigidbodysimulator/substitute_dynamic_symbols.pyo
diff --git a/py-rigidbodysimulator/distinfo b/py-rigidbodysimulator/distinfo
new file mode 100644
index 0000000000..fb7a9e7226
--- /dev/null
+++ b/py-rigidbodysimulator/distinfo
@@ -0,0 +1,7 @@
+$NetBSD$
+
+SHA1 (rigidbodysimulator-0.2.5.tar.gz) = 53a9bbeac48eb651df089bf933269c5ac4ed079f
+RMD160 (rigidbodysimulator-0.2.5.tar.gz) = 268864850ea1169835a42c816439fc7bbcf768ee
+SHA512 (rigidbodysimulator-0.2.5.tar.gz) = 3dff6b85e58b3b4d1787a99d2d44ad2d3512abda154bd347b8286ada98c868e2486cdaa2be668e6a99bde1ae728f94af87dd679b4730dc82183dc666f032ac8e
+Size (rigidbodysimulator-0.2.5.tar.gz) = 25770 bytes
+SHA1 (patch-setup.py) = 5ca8930cf56b4db8efd1fe8cc5927d3a9c95e0d1
diff --git a/py-rigidbodysimulator/patches/patch-setup.py b/py-rigidbodysimulator/patches/patch-setup.py
new file mode 100644
index 0000000000..8ed9977c9b
--- /dev/null
+++ b/py-rigidbodysimulator/patches/patch-setup.py
@@ -0,0 +1,32 @@
+$NetBSD$
+
+--- setup.py.orig	2019-12-15 18:14:46.000000000 +0000
++++ setup.py
+@@ -8,11 +8,7 @@ from subprocess import check_call
+ with open("README.md", "r") as fh:
+     long_description = fh.read()
+ 
+-
+ directory = os.path.dirname(os.path.abspath(__file__))
+-requirements_path = (os.path.join(directory,'requirements.txt'))
+-with open(requirements_path,mode = 'r') as file:
+-    requirements = file.readlines()
+ 
+ extras = {
+     'dev': [
+@@ -38,8 +34,6 @@ setuptools.setup(
+     ],
+     python_requires='>=3.5',
+ 
+-    install_requires=requirements,
+-    tests_require = test_requirements,
+     extras_require=extras,
+ 
+     package_data={
+@@ -47,4 +41,4 @@ setuptools.setup(
+       },
+     scripts=[]
+ 
+-)
+\ No newline at end of file
++)


Home | Main Index | Thread Index | Old Index