pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import wip/py-wurst to wip
Module Name: pkgsrc-wip
Committed By: K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By: jihbed
Date: Fri Mar 12 17:46:48 2021 +0100
Changeset: ce8f2f4342d2ea1694f8c86f5eddf03076ba0df9
Modified Files:
Makefile
Added Files:
py-wurst/DESCR
py-wurst/Makefile
py-wurst/PLIST
py-wurst/distinfo
Log Message:
Import wip/py-wurst to wip
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ce8f2f4342d2ea1694f8c86f5eddf03076ba0df9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-wurst/DESCR | 3 ++
py-wurst/Makefile | 24 +++++++++++++++
py-wurst/PLIST | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
py-wurst/distinfo | 6 ++++
5 files changed, 124 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 495f97e090..ccc8c74681 100644
--- a/Makefile
+++ b/Makefile
@@ -4749,6 +4749,7 @@ SUBDIR+= py-wsaccel
SUBDIR+= py-wsgi-intercep
SUBDIR+= py-wsgi-intercept
SUBDIR+= py-wsgiref
+SUBDIR+= py-wurst
SUBDIR+= py-wxWidgets-unicode
SUBDIR+= py-xapp
SUBDIR+= py-xcal-raman
diff --git a/py-wurst/DESCR b/py-wurst/DESCR
new file mode 100644
index 0000000000..42133431f4
--- /dev/null
+++ b/py-wurst/DESCR
@@ -0,0 +1,3 @@
+Wurst is a python package for linking and modifying
+industrial ecology models, with a focus on sparse matrices
+in life cycle assessment
diff --git a/py-wurst/Makefile b/py-wurst/Makefile
new file mode 100644
index 0000000000..60a4b195ee
--- /dev/null
+++ b/py-wurst/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+DISTNAME= wurst-0.2.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= category python
+MASTER_SITES= ${MASTER_SITE_PYPI:=w/wurst/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://github.com/cmutel/wurst
+COMMENT= Linking and modifying industrial ecology models
+LICENSE= 2-clause-bsd
+
+DEPENDS+= ${PYPKGPREFIX}-appdirs>=1.4.4:../../devel/py-appdirs
+DEPENDS+= ${PYPKGPREFIX}-constructive-geometries>=0:../../wip/py-constructive-geometries
+DEPENDS+= ${PYPKGPREFIX}-docopt>=0.6.2:../../devel/py-docopt
+DEPENDS+= ${PYPKGPREFIX}-pandas>=0.23.0:../../math/py-pandas
+DEPENDS+= ${PYPKGPREFIX}-json-logger>=2.0.1:../../wip/py-json-logger
+DEPENDS+= ${PYPKGPREFIX}-toolz>=0.11.1:../../devel/py-toolz
+DEPENDS+= ${PYPKGPREFIX}-tqdm>=4.56.2:../../misc/py-tqdm
+DEPENDS+= ${PYPKGPREFIX}-wrapt>=1.12.1:../../devel/py-wrapt
+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-wurst/PLIST b/py-wurst/PLIST
new file mode 100644
index 0000000000..7275e5619a
--- /dev/null
+++ b/py-wurst/PLIST
@@ -0,0 +1,90 @@
+@comment $NetBSD$
+bin/wurst-cli
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/wurst/IMAGE/__init__.py
+${PYSITELIB}/wurst/IMAGE/__init__.pyc
+${PYSITELIB}/wurst/IMAGE/__init__.pyo
+${PYSITELIB}/wurst/IMAGE/calc_utils.py
+${PYSITELIB}/wurst/IMAGE/calc_utils.pyc
+${PYSITELIB}/wurst/IMAGE/calc_utils.pyo
+${PYSITELIB}/wurst/IMAGE/electricity.py
+${PYSITELIB}/wurst/IMAGE/electricity.pyc
+${PYSITELIB}/wurst/IMAGE/electricity.pyo
+${PYSITELIB}/wurst/IMAGE/io.py
+${PYSITELIB}/wurst/IMAGE/io.pyc
+${PYSITELIB}/wurst/IMAGE/io.pyo
+${PYSITELIB}/wurst/IMAGE/metadata/region-topolgy.json
+${PYSITELIB}/wurst/__init__.py
+${PYSITELIB}/wurst/__init__.pyc
+${PYSITELIB}/wurst/__init__.pyo
+${PYSITELIB}/wurst/bin/__init__.py
+${PYSITELIB}/wurst/bin/__init__.pyc
+${PYSITELIB}/wurst/bin/__init__.pyo
+${PYSITELIB}/wurst/bin/wurst_cli.py
+${PYSITELIB}/wurst/bin/wurst_cli.pyc
+${PYSITELIB}/wurst/bin/wurst_cli.pyo
+${PYSITELIB}/wurst/brightway/__init__.py
+${PYSITELIB}/wurst/brightway/__init__.pyc
+${PYSITELIB}/wurst/brightway/__init__.pyo
+${PYSITELIB}/wurst/brightway/extract_database.py
+${PYSITELIB}/wurst/brightway/extract_database.pyc
+${PYSITELIB}/wurst/brightway/extract_database.pyo
+${PYSITELIB}/wurst/brightway/write_database.py
+${PYSITELIB}/wurst/brightway/write_database.pyc
+${PYSITELIB}/wurst/brightway/write_database.pyo
+${PYSITELIB}/wurst/ecoinvent/__init__.py
+${PYSITELIB}/wurst/ecoinvent/__init__.pyc
+${PYSITELIB}/wurst/ecoinvent/__init__.pyo
+${PYSITELIB}/wurst/ecoinvent/electricity_markets.py
+${PYSITELIB}/wurst/ecoinvent/electricity_markets.pyc
+${PYSITELIB}/wurst/ecoinvent/electricity_markets.pyo
+${PYSITELIB}/wurst/ecoinvent/filters.py
+${PYSITELIB}/wurst/ecoinvent/filters.pyc
+${PYSITELIB}/wurst/ecoinvent/filters.pyo
+${PYSITELIB}/wurst/errors.py
+${PYSITELIB}/wurst/errors.pyc
+${PYSITELIB}/wurst/errors.pyo
+${PYSITELIB}/wurst/filesystem.py
+${PYSITELIB}/wurst/filesystem.pyc
+${PYSITELIB}/wurst/filesystem.pyo
+${PYSITELIB}/wurst/geo.py
+${PYSITELIB}/wurst/geo.pyc
+${PYSITELIB}/wurst/geo.pyo
+${PYSITELIB}/wurst/linking.py
+${PYSITELIB}/wurst/linking.pyc
+${PYSITELIB}/wurst/linking.pyo
+${PYSITELIB}/wurst/searching.py
+${PYSITELIB}/wurst/searching.pyc
+${PYSITELIB}/wurst/searching.pyo
+${PYSITELIB}/wurst/transformations/__init__.py
+${PYSITELIB}/wurst/transformations/__init__.pyc
+${PYSITELIB}/wurst/transformations/__init__.pyo
+${PYSITELIB}/wurst/transformations/activity.py
+${PYSITELIB}/wurst/transformations/activity.pyc
+${PYSITELIB}/wurst/transformations/activity.pyo
+${PYSITELIB}/wurst/transformations/cleaning.py
+${PYSITELIB}/wurst/transformations/cleaning.pyc
+${PYSITELIB}/wurst/transformations/cleaning.pyo
+${PYSITELIB}/wurst/transformations/geo.py
+${PYSITELIB}/wurst/transformations/geo.pyc
+${PYSITELIB}/wurst/transformations/geo.pyo
+${PYSITELIB}/wurst/transformations/markets/__init__.py
+${PYSITELIB}/wurst/transformations/markets/__init__.pyc
+${PYSITELIB}/wurst/transformations/markets/__init__.pyo
+${PYSITELIB}/wurst/transformations/markets/markets.py
+${PYSITELIB}/wurst/transformations/markets/markets.pyc
+${PYSITELIB}/wurst/transformations/markets/markets.pyo
+${PYSITELIB}/wurst/transformations/markets/utils.py
+${PYSITELIB}/wurst/transformations/markets/utils.pyc
+${PYSITELIB}/wurst/transformations/markets/utils.pyo
+${PYSITELIB}/wurst/transformations/uncertainty.py
+${PYSITELIB}/wurst/transformations/uncertainty.pyc
+${PYSITELIB}/wurst/transformations/uncertainty.pyo
+${PYSITELIB}/wurst/transformations/utils.py
+${PYSITELIB}/wurst/transformations/utils.pyc
+${PYSITELIB}/wurst/transformations/utils.pyo
diff --git a/py-wurst/distinfo b/py-wurst/distinfo
new file mode 100644
index 0000000000..5331f9c6a6
--- /dev/null
+++ b/py-wurst/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (wurst-0.2.2.tar.gz) = e7b098a2d47846fe1a58ced19b9c59f4811f1cbb
+RMD160 (wurst-0.2.2.tar.gz) = d305209553ab869061d300447a96ff39d2a965a8
+SHA512 (wurst-0.2.2.tar.gz) = 443ab7ad89e80ab273de429bf270ca66030000ebfce477d9827b69ddb25dd099c91161ee6d474b64f316f5399dd5d7217d11c92d4ff9805b47a5cae6ab12c25e
+Size (wurst-0.2.2.tar.gz) = 23774 bytes
Home |
Main Index |
Thread Index |
Old Index