py-kenv-0.2.0.0 import to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-10 23:28:46 +01:00
parent 25be206a46
commit c64fa32054
4 changed files with 51 additions and 0 deletions

6
py-kenv/DESCR Normal file
View File

@ -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

19
py-kenv/Makefile Normal file
View File

@ -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
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"

20
py-kenv/PLIST Normal file
View File

@ -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

6
py-kenv/distinfo Normal file
View File

@ -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