pkgsrc-WIP-changes archive

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

+new pkg



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Sep 22 16:54:22 2020 +0100
Changeset:	ed068f87779902f2e7dca9db72aa27f95d41d4b0

Added Files:
	py-einsteinpy-geodesics/DESCR
	py-einsteinpy-geodesics/Makefile
	py-einsteinpy-geodesics/PLIST
	py-einsteinpy-geodesics/distinfo

Log Message:
+new pkg

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

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

diffstat:
 py-einsteinpy-geodesics/DESCR    |  5 +++++
 py-einsteinpy-geodesics/Makefile | 36 ++++++++++++++++++++++++++++++++++++
 py-einsteinpy-geodesics/PLIST    | 13 +++++++++++++
 py-einsteinpy-geodesics/distinfo |  6 ++++++
 4 files changed, 60 insertions(+)

diffs:
diff --git a/py-einsteinpy-geodesics/DESCR b/py-einsteinpy-geodesics/DESCR
new file mode 100644
index 0000000000..ade4794897
--- /dev/null
+++ b/py-einsteinpy-geodesics/DESCR
@@ -0,0 +1,5 @@
+EinsteinPy Geodesics is an addon package for EinsteinPy, that wraps
+over Julia's excellent DifferentialEquations.jl suite and provides
+a python interface to solve for geodesics in Kerr & Schwarzschild
+spacetime. EinsteinPy is an open source pure Python package,
+dedicated to problems arising in General Relativity and Gravitational Physics
diff --git a/py-einsteinpy-geodesics/Makefile b/py-einsteinpy-geodesics/Makefile
new file mode 100644
index 0000000000..f9718e2d00
--- /dev/null
+++ b/py-einsteinpy-geodesics/Makefile
@@ -0,0 +1,36 @@
+# $NetBSD$
+
+DISTNAME=	einsteinpy_geodesics-0.1.0
+PKGNAME=	${PYPKGPREFIX}-einsteinpy-geodesics-0.1.0
+CATEGORIES=	math python
+MASTER_SITES=	https://files.pythonhosted.org/packages/b6/8a/54ac0cfe8af60bd898631f16f03a23c78f72e8a3c7e7b372cbbf306c867e/
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/einsteinpy/einsteinpy-geodesics
+COMMENT=	Julia solver for geodesics in the Kerr family of spacetimes
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-coverage>=5.2.1:../../devel/py-coverage
+BUILD_DEPENDS+=	${PYPKGPREFIX}-hypothesis>=4.57.1:../../devel/py-hypothesis
+BUILD_DEPENDS+=	${PYPKGPREFIX}-isort>=4.3.21:../../devel/py-isort
+BUILD_DEPENDS+=	${PYPKGPREFIX}-mypy>=0.782:../../devel/py-codestyle
+BUILD_DEPENDS+=	${PYPKGPREFIX}-codestyle>=2.6.0:../../lang/py-mypy
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test>=6.0.2:../../devel/py-test
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.10.1:../../devel/py-test-cov
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-doctestplus>=0.8.0:../../devel/py-test-doctestplus
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-mpl>=0.11:../../devel/py-test-mpl
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-mypy>=0:../../devel/py-test-mypy
+BUILD_DEPENDS+=	${PYPKGPREFIX}-test-remotedata>=0:../../devel/py-test-remotedata
+BUILD_DEPENDS+=	${PYPKGPREFIX}-alabaster>=0.7.12:../../textproc/py-alabaster
+BUILD_DEPENDS+=	${PYPKGPREFIX}-tox>=3.12.1:../../devel/py-tox
+BUILD_DEPENDS+=	${PYPKGPREFIX}-sphinx>=1.8.5:../../textproc/py-sphinx
+BUILD_DEPENDS+=	${PYPKGPREFIX}-black-[0-9]*:../../wip/py-black
+
+USE_LANGUAGES=	# none
+
+BUILDLINK_API_DEPENDS.${PYPKGPREFIX}-numpy+=	${PYPKGPREFIX}-numpy>=0
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-einsteinpy-geodesics/PLIST b/py-einsteinpy-geodesics/PLIST
new file mode 100644
index 0000000000..a07da84b4d
--- /dev/null
+++ b/py-einsteinpy-geodesics/PLIST
@@ -0,0 +1,13 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/einsteinpy_geodesics/__init__.py
+${PYSITELIB}/einsteinpy_geodesics/__init__.pyc
+${PYSITELIB}/einsteinpy_geodesics/__init__.pyo
+${PYSITELIB}/einsteinpy_geodesics/geodesics_wrapper.py
+${PYSITELIB}/einsteinpy_geodesics/geodesics_wrapper.pyc
+${PYSITELIB}/einsteinpy_geodesics/geodesics_wrapper.pyo
+${PYSITELIB}/einsteinpy_geodesics/julia_backend/KerrSolver.jl
+${PYSITELIB}/einsteinpy_geodesics/julia_backend/run.jl
+${PYSITELIB}/einsteinpy_geodesics/utils.py
+${PYSITELIB}/einsteinpy_geodesics/utils.pyc
+${PYSITELIB}/einsteinpy_geodesics/utils.pyo
diff --git a/py-einsteinpy-geodesics/distinfo b/py-einsteinpy-geodesics/distinfo
new file mode 100644
index 0000000000..c05ecc39bd
--- /dev/null
+++ b/py-einsteinpy-geodesics/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (einsteinpy_geodesics-0.1.0.tar.gz) = 9d90c074cbba2e0f2def1e1055849fd0fd5cc3e4
+RMD160 (einsteinpy_geodesics-0.1.0.tar.gz) = 473764bd0dd97250e94c95a7bb408a8933ac2922
+SHA512 (einsteinpy_geodesics-0.1.0.tar.gz) = 505175e7664bb5c71b1c5656f6f6a86e3d899cb8c0e5196209aab3a6b296f509fa55576c8b95a53b484d6c9209cace3a19cdeb17db16c472dbf92f14177ad8ec
+Size (einsteinpy_geodesics-0.1.0.tar.gz) = 12343 bytes


Home | Main Index | Thread Index | Old Index