pkgsrc-WIP-changes archive

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

py-taler-util: Import as wip/py-taler-util version 0.6.2



Module Name:	pkgsrc-wip
Committed By:	ng0 <ng0%NetBSD.org@localhost>
Pushed By:	ng0
Date:		Thu Dec 19 14:47:03 2019 +0000
Changeset:	c6241707bb860a809cbf17e2b36fe579864bb2d3

Added Files:
	py-taler-util/DESCR
	py-taler-util/Makefile
	py-taler-util/PLIST
	py-taler-util/distinfo

Log Message:
py-taler-util: Import as wip/py-taler-util version 0.6.2

taler-util contains util code for the GNU Taler project, specifically
it contains python code for:

- amount representation
- logging
- configuration parsing

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

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

diffstat:
 py-taler-util/DESCR    |  6 ++++++
 py-taler-util/Makefile | 23 +++++++++++++++++++++++
 py-taler-util/PLIST    | 29 +++++++++++++++++++++++++++++
 py-taler-util/distinfo |  6 ++++++
 4 files changed, 64 insertions(+)

diffs:
diff --git a/py-taler-util/DESCR b/py-taler-util/DESCR
new file mode 100644
index 0000000000..d1950df5db
--- /dev/null
+++ b/py-taler-util/DESCR
@@ -0,0 +1,6 @@
+taler-util contains util code for the GNU Taler project, specifically
+it contains python code for:
+
+- amount representation
+- logging
+- configuration parsing
diff --git a/py-taler-util/Makefile b/py-taler-util/Makefile
new file mode 100644
index 0000000000..2d5c560e1a
--- /dev/null
+++ b/py-taler-util/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	taler-util-0.6.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=t/taler-util/}
+
+MAINTAINER=	ng0%NetBSD.org@localhost
+HOMEPAGE=	https://git.taler.net/taler-util.git
+COMMENT=	Util library for GNU Taler
+LICENSE=	gnu-lgpl-v3 # or later
+
+TEST_DEPENDS+=	py-mock>=0:../../devel/py-mock
+TEST_DEPENDS+=	py-future>=0:../../devel/py-future
+
+WRKSRC=		${WRKDIR}/taler-util-0.6.2
+USE_LANGUAGES=	# none
+
+# Needs at least python 3.7
+PYTHON_VERSIONS_ACCEPTED=	38 37
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-taler-util/PLIST b/py-taler-util/PLIST
new file mode 100644
index 0000000000..8e2e0dd9a0
--- /dev/null
+++ b/py-taler-util/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+${PYSITELIB}/taler/__init__.py
+${PYSITELIB}/taler/__init__.pyo
+${PYSITELIB}/taler/__init__.pyc
+${PYSITELIB}/taler/util/__init__.py
+${PYSITELIB}/taler/util/__init__.pyo
+${PYSITELIB}/taler/util/__init__.pyc
+${PYSITELIB}/taler/util/amount.pyo
+${PYSITELIB}/taler/util/amount.pyc
+${PYSITELIB}/taler/util/gnunet_log.pyo
+${PYSITELIB}/taler/util/gnunet_log.pyc
+${PYSITELIB}/taler/util/talerconfig.pyo
+${PYSITELIB}/taler/util/talerconfig.pyc
+${PYSITELIB}/taler/util/amount.py
+${PYSITELIB}/taler/util/gnunet_log.py
+${PYSITELIB}/taler/util/talerconfig.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/test_amount.pyo
+${PYSITELIB}/tests/test_amount.pyc
+${PYSITELIB}/tests/test_log.pyo
+${PYSITELIB}/tests/test_log.pyc
+${PYSITELIB}/tests/test_amount.py
+${PYSITELIB}/tests/test_log.py
diff --git a/py-taler-util/distinfo b/py-taler-util/distinfo
new file mode 100644
index 0000000000..fcd6f9eb45
--- /dev/null
+++ b/py-taler-util/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (taler-util-0.6.2.tar.gz) = 8bbef35d787a385c22663070d8f06b40a8822382
+RMD160 (taler-util-0.6.2.tar.gz) = 35b0f330a3db7e444a251e9748b8cf46ccdb0539
+SHA512 (taler-util-0.6.2.tar.gz) = f7d763e87138e0e4317eeb63156eb3aded1e3218a822428472ce764fcc5ee992231b3342240a2c002238ac9cb54fd637f03e4be5a2bdc5f5502d761badacf4c1
+Size (taler-util-0.6.2.tar.gz) = 125720 bytes


Home | Main Index | Thread Index | Old Index