pkgsrc-WIP-changes archive

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

Import wip/py-bw2parameters to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Mar 5 13:53:48 2021 +0100
Changeset:	c663ec5f8b7474bd6fecec84c1dd2567d8b441e4

Modified Files:
	Makefile
Added Files:
	py-bw2parameters/DESCR
	py-bw2parameters/Makefile
	py-bw2parameters/PLIST
	py-bw2parameters/distinfo

Log Message:
Import wip/py-bw2parameters to wip

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

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

diffstat:
 Makefile                  |  1 +
 py-bw2parameters/DESCR    |  3 +++
 py-bw2parameters/Makefile | 19 +++++++++++++++++++
 py-bw2parameters/PLIST    | 21 +++++++++++++++++++++
 py-bw2parameters/distinfo |  6 ++++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index fb4d82d3b7..599cc53a28 100644
--- a/Makefile
+++ b/Makefile
@@ -3353,6 +3353,7 @@ SUBDIR+=	py-buildbot-pkg
 SUBDIR+=	py-buildbot-waterfall-view
 SUBDIR+=	py-buildbot-worker
 SUBDIR+=	py-buildbot-www
+SUBDIR+=	py-bw2parameters
 SUBDIR+=	py-bxa
 SUBDIR+=	py-c-lasso
 SUBDIR+=	py-cPyparsing
diff --git a/py-bw2parameters/DESCR b/py-bw2parameters/DESCR
new file mode 100644
index 0000000000..723d25ddc1
--- /dev/null
+++ b/py-bw2parameters/DESCR
@@ -0,0 +1,3 @@
+Library for storing, validating, and calculating with parameters.
+Designed to work with the Brightway2 life cycle assessment
+framework, but is generic enough to work in other use cases.
diff --git a/py-bw2parameters/Makefile b/py-bw2parameters/Makefile
new file mode 100644
index 0000000000..27dccc8acf
--- /dev/null
+++ b/py-bw2parameters/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+DISTNAME=	bw2parameters-0.6.6
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=b/bw2parameters/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.org/project/bw2parameters/
+COMMENT=	Library for storing, validating, and calculating with parameters
+#LICENSE=	Copyright (c) 2016, Chris Mutel and Paul Scherrer Institut.
+
+DEPENDS+=	${PYPKGPREFIX}-asteval>=0.9.21:../../math/py-asteval
+DEPENDS+=	${PYPKGPREFIX}-astunparse>=1.6.3:../../wip/py-astunparse
+DEPENDS+=	${PYPKGPREFIX}-stats-arrays>=0.6.4:../../wip/py-stats-arrays
+
+.include "../../math/py-numpy/buildlink3.mk"
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bw2parameters/PLIST b/py-bw2parameters/PLIST
new file mode 100644
index 0000000000..a29888faf0
--- /dev/null
+++ b/py-bw2parameters/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}/bw2parameters/__init__.py
+${PYSITELIB}/bw2parameters/__init__.pyc
+${PYSITELIB}/bw2parameters/__init__.pyo
+${PYSITELIB}/bw2parameters/errors.py
+${PYSITELIB}/bw2parameters/errors.pyc
+${PYSITELIB}/bw2parameters/errors.pyo
+${PYSITELIB}/bw2parameters/mangling.py
+${PYSITELIB}/bw2parameters/mangling.pyc
+${PYSITELIB}/bw2parameters/mangling.pyo
+${PYSITELIB}/bw2parameters/parameter_set.py
+${PYSITELIB}/bw2parameters/parameter_set.pyc
+${PYSITELIB}/bw2parameters/parameter_set.pyo
+${PYSITELIB}/bw2parameters/utils.py
+${PYSITELIB}/bw2parameters/utils.pyc
+${PYSITELIB}/bw2parameters/utils.pyo
diff --git a/py-bw2parameters/distinfo b/py-bw2parameters/distinfo
new file mode 100644
index 0000000000..329e72bec8
--- /dev/null
+++ b/py-bw2parameters/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bw2parameters-0.6.6.tar.gz) = eed430791bfba3d5d182bb16d53f395c41931d73
+RMD160 (bw2parameters-0.6.6.tar.gz) = 521ed078b3287f65b03c8ddc3a81aa98da648c76
+SHA512 (bw2parameters-0.6.6.tar.gz) = 07403424b95a218e94a8a7e955228b444e2d2bf7daac88ff9ec8ccae5b58dae692534369a24a98114e46bf31738ef8764a161ae702f34b4abd093e26cd2ef72e
+Size (bw2parameters-0.6.6.tar.gz) = 17635 bytes


Home | Main Index | Thread Index | Old Index