pkgsrc-WIP-changes archive

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

py-kenv-0.2.0.0 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Tue Nov 10 23:28:46 2020 +0100
Changeset:	c64fa32054117ce15313f8d18cadef4a4138d121

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

Log Message:
py-kenv-0.2.0.0 import to wip

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

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

diffstat:
 py-kenv/DESCR    |  6 ++++++
 py-kenv/Makefile | 19 +++++++++++++++++++
 py-kenv/PLIST    | 20 ++++++++++++++++++++
 py-kenv/distinfo |  6 ++++++
 4 files changed, 51 insertions(+)

diffs:
diff --git a/py-kenv/DESCR b/py-kenv/DESCR
new file mode 100644
index 0000000000..05671d4f3e
--- /dev/null
+++ b/py-kenv/DESCR
@@ -0,0 +1,6 @@
+KENV is a solver code for the equation of the envelope of an
+electron beam with the Kapchinsky-Vladimirsky distribution
+for accelerator physics.
+
+It is particularly suitable for accelerating an electron beam
+in direct channels with solenoidal and quadrupole focusing
diff --git a/py-kenv/Makefile b/py-kenv/Makefile
new file mode 100644
index 0000000000..7c0cb0448e
--- /dev/null
+++ b/py-kenv/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	kenv-0.2.0.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math python
+MASTER_SITES=	${MASTER_SITE_PYPI:=k/kenv/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/fuodorov/kenv
+COMMENT=	Solver of the Kapchinsky-Vladimirsky envelope equation
+LICENSE=	mit
+
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.2.3:../../math/py-scipy
+
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-kenv/PLIST b/py-kenv/PLIST
new file mode 100644
index 0000000000..4a4bda58e9
--- /dev/null
+++ b/py-kenv/PLIST
@@ -0,0 +1,20 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/kenv/__init__.py
+${PYSITELIB}/kenv/__init__.pyc
+${PYSITELIB}/kenv/__init__.pyo
+${PYSITELIB}/kenv/accelerator.py
+${PYSITELIB}/kenv/accelerator.pyc
+${PYSITELIB}/kenv/accelerator.pyo
+${PYSITELIB}/kenv/beam.py
+${PYSITELIB}/kenv/beam.pyc
+${PYSITELIB}/kenv/beam.pyo
+${PYSITELIB}/kenv/constants.py
+${PYSITELIB}/kenv/constants.pyc
+${PYSITELIB}/kenv/constants.pyo
+${PYSITELIB}/kenv/solver.py
+${PYSITELIB}/kenv/solver.pyc
+${PYSITELIB}/kenv/solver.pyo
diff --git a/py-kenv/distinfo b/py-kenv/distinfo
new file mode 100644
index 0000000000..3349a62fe0
--- /dev/null
+++ b/py-kenv/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (kenv-0.2.0.0.tar.gz) = a5570df266c4b77e8accdc6f606ae89d2b81c9a7
+RMD160 (kenv-0.2.0.0.tar.gz) = 9e9a3d66eb058cb3ffd750bdfb4d786342a000b9
+SHA512 (kenv-0.2.0.0.tar.gz) = e30e8f27b22d07dd2e54e69a787b3278e550ac09811602043f2f057bf651a7a60248e1990c489b0972507a86d3eb959e145fa7313c57b62331ee5e97ead90d27
+Size (kenv-0.2.0.0.tar.gz) = 8435 bytes


Home | Main Index | Thread Index | Old Index