pkgsrc-WIP-changes archive

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

Import wip/py-chainmap in version 1.0.3



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Thu Oct 24 05:02:27 2019 +0200
Changeset:	97cb85203cd8fea28852844b71952d1fe3f2255a

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

Log Message:
Import wip/py-chainmap in version 1.0.3

This module is a polyfill, implementing ChainMap for reasonably-recent versions
of Python that do not have collections.ChainMap-namely, Python 2.6, Python
3.2, and PyPy3 releases based on Python 3.2. (It will also work as expected on
Python 2.7, PyPy, and Python 3.3+, but it is not strictly needed there since
those versions' collections modules contains good ChainMap implementations.)

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

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

diffstat:
 Makefile             |  1 +
 py-chainmap/DESCR    |  5 +++++
 py-chainmap/Makefile | 17 +++++++++++++++++
 py-chainmap/PLIST    | 15 +++++++++++++++
 py-chainmap/distinfo |  6 ++++++
 5 files changed, 44 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e0a3dfd78a..da8a2ee4b1 100644
--- a/Makefile
+++ b/Makefile
@@ -3223,6 +3223,7 @@ SUBDIR+=	py-cf-python
 SUBDIR+=	py-cgen
 SUBDIR+=	py-chaco
 SUBDIR+=	py-chainer
+SUBDIR+=	py-chainmap
 SUBDIR+=	py-chaintipy
 SUBDIR+=	py-chaos
 SUBDIR+=	py-chealpy
diff --git a/py-chainmap/DESCR b/py-chainmap/DESCR
new file mode 100644
index 0000000000..9585dcfa81
--- /dev/null
+++ b/py-chainmap/DESCR
@@ -0,0 +1,5 @@
+This module is a polyfill, implementing ChainMap for reasonably-recent versions
+of Python that do not have collections.ChainMap-namely, Python 2.6, Python
+3.2, and PyPy3 releases based on Python 3.2. (It will also work as expected on
+Python 2.7, PyPy, and Python 3.3+, but it is not strictly needed there since
+those versions' collections modules contains good ChainMap implementations.)
diff --git a/py-chainmap/Makefile b/py-chainmap/Makefile
new file mode 100644
index 0000000000..399e180ef4
--- /dev/null
+++ b/py-chainmap/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	chainmap-1.0.3
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/chainmap/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://bitbucket.org/jeunice/chainmap
+COMMENT=	Polyfill implementing ChainMap
+LICENSE=	python-software-foundation
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-chainmap/PLIST b/py-chainmap/PLIST
new file mode 100644
index 0000000000..3df573cac5
--- /dev/null
+++ b/py-chainmap/PLIST
@@ -0,0 +1,15 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/not-zip-safe
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/chainmap/__init__.py
+${PYSITELIB}/chainmap/__init__.pyc
+${PYSITELIB}/chainmap/__init__.pyo
+${PYSITELIB}/chainmap/chainmap.py
+${PYSITELIB}/chainmap/chainmap.pyc
+${PYSITELIB}/chainmap/chainmap.pyo
+${PYSITELIB}/chainmap/version.py
+${PYSITELIB}/chainmap/version.pyc
+${PYSITELIB}/chainmap/version.pyo
diff --git a/py-chainmap/distinfo b/py-chainmap/distinfo
new file mode 100644
index 0000000000..71aae0ad51
--- /dev/null
+++ b/py-chainmap/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (chainmap-1.0.3.tar.gz) = 6480a4352b2848ab75f76feef92cd92223805075
+RMD160 (chainmap-1.0.3.tar.gz) = ee940983385fb5a12addae23aa768fea43f181d8
+SHA512 (chainmap-1.0.3.tar.gz) = 0079f7e725d67a89402b00290bd9dfe5232c91050e68809c6fa76ce6697279ca6962a92f80a841341006d05d9a36fef639fe1e967631e21275aad03c1d871bad
+Size (chainmap-1.0.3.tar.gz) = 6325 bytes


Home | Main Index | Thread Index | Old Index