pkgsrc-WIP-changes archive

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

+py-bolos in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Jan 8 11:46:27 2016 +0100
Changeset:	145079afbeaaee6557af6ff1d2adc5c2bc94400f

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

Log Message:
+py-bolos in wip

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

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

diffstat:
 py-bolos/DESCR    |  1 +
 py-bolos/Makefile | 19 +++++++++++++++++++
 py-bolos/PLIST    | 24 ++++++++++++++++++++++++
 py-bolos/distinfo |  6 ++++++
 4 files changed, 50 insertions(+)

diffs:
diff --git a/py-bolos/DESCR b/py-bolos/DESCR
new file mode 100644
index 0000000..017771c
--- /dev/null
+++ b/py-bolos/DESCR
@@ -0,0 +1 @@
+A library to solve the Boltzmann equation
diff --git a/py-bolos/Makefile b/py-bolos/Makefile
new file mode 100644
index 0000000..0415384
--- /dev/null
+++ b/py-bolos/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	bolos-0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_PYPI:=b/bolos/}
+
+MAINTAINER=	jihbed.research%gmail.com@localhost
+HOMEPAGE=	https://github.com/aluque/bolos
+COMMENT=	Library to solve the Boltzmann equation
+LICENSE=	gnu-lgpl-v2
+
+DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bolos/PLIST b/py-bolos/PLIST
new file mode 100644
index 0000000..59eae73
--- /dev/null
+++ b/py-bolos/PLIST
@@ -0,0 +1,24 @@
+@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}/bolos/__init__.py
+${PYSITELIB}/bolos/__init__.pyc
+${PYSITELIB}/bolos/__init__.pyo
+${PYSITELIB}/bolos/grid.py
+${PYSITELIB}/bolos/grid.pyc
+${PYSITELIB}/bolos/grid.pyo
+${PYSITELIB}/bolos/parser.py
+${PYSITELIB}/bolos/parser.pyc
+${PYSITELIB}/bolos/parser.pyo
+${PYSITELIB}/bolos/process.py
+${PYSITELIB}/bolos/process.pyc
+${PYSITELIB}/bolos/process.pyo
+${PYSITELIB}/bolos/solver.py
+${PYSITELIB}/bolos/solver.pyc
+${PYSITELIB}/bolos/solver.pyo
+${PYSITELIB}/bolos/target.py
+${PYSITELIB}/bolos/target.pyc
+${PYSITELIB}/bolos/target.pyo
diff --git a/py-bolos/distinfo b/py-bolos/distinfo
new file mode 100644
index 0000000..ac62930
--- /dev/null
+++ b/py-bolos/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bolos-0.1.tar.gz) = a505d9a4752e9d5304edeb5a440b5e6c7c769f0a
+RMD160 (bolos-0.1.tar.gz) = 778be3092f202af11a49558a1fe2478d20b18eb3
+SHA512 (bolos-0.1.tar.gz) = bcb9f9993c328451477f802f92e4322331978d3ebb531ffb945bb1577d158f2133c114944e0dd6ca81ced7c0c6f47b38daf5bedf8c985fba5a695c2152b3c017
+Size (bolos-0.1.tar.gz) = 15616 bytes


Home | Main Index | Thread Index | Old Index