pkgsrc-WIP-changes archive

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

wip/py-sortedcollections: import py37-sortedcollections-1.2.1



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Sep 14 01:36:06 2020 +0100
Changeset:	df03561cc2fdff5a87a1cec336dea19a566e0eed

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

Log Message:
wip/py-sortedcollections: import py37-sortedcollections-1.2.1

Python Sorted Collections

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

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

diffstat:
 py-sortedcollections/DESCR    |  1 +
 py-sortedcollections/Makefile | 14 ++++++++++++++
 py-sortedcollections/PLIST    | 15 +++++++++++++++
 py-sortedcollections/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-sortedcollections/DESCR b/py-sortedcollections/DESCR
new file mode 100644
index 0000000000..84665579b3
--- /dev/null
+++ b/py-sortedcollections/DESCR
@@ -0,0 +1 @@
+Python Sorted Collections
diff --git a/py-sortedcollections/Makefile b/py-sortedcollections/Makefile
new file mode 100644
index 0000000000..a3d7b21091
--- /dev/null
+++ b/py-sortedcollections/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	sortedcollections-1.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	https://files.pythonhosted.org/packages/19/27/7da4b0fd7f4ae74a2d4fabf12fb3afc09e3877c5f242c8cf60cfb08e87f7/
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	http://www.grantjenks.com/docs/sortedcollections/
+COMMENT=	Python Sorted Collections
+LICENSE=	apache-2.0
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-sortedcollections/PLIST b/py-sortedcollections/PLIST
new file mode 100644
index 0000000000..70567e21e8
--- /dev/null
+++ b/py-sortedcollections/PLIST
@@ -0,0 +1,15 @@
+@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}/sortedcollections/__init__.py
+${PYSITELIB}/sortedcollections/__init__.pyc
+${PYSITELIB}/sortedcollections/__init__.pyo
+${PYSITELIB}/sortedcollections/ordereddict.py
+${PYSITELIB}/sortedcollections/ordereddict.pyc
+${PYSITELIB}/sortedcollections/ordereddict.pyo
+${PYSITELIB}/sortedcollections/recipes.py
+${PYSITELIB}/sortedcollections/recipes.pyc
+${PYSITELIB}/sortedcollections/recipes.pyo
diff --git a/py-sortedcollections/distinfo b/py-sortedcollections/distinfo
new file mode 100644
index 0000000000..7c8d9eca76
--- /dev/null
+++ b/py-sortedcollections/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (sortedcollections-1.2.1.tar.gz) = 817c048c2526ca27cbc5cc27141335f6251ffcd9
+RMD160 (sortedcollections-1.2.1.tar.gz) = bdaf4f4d2133f597752b37fda18846c1b510a54a
+SHA512 (sortedcollections-1.2.1.tar.gz) = 4a7bb8a5f812a9e85bd20dd5547032787a966a38e2f47b484ff5112f077ed068ff80e558eb55279325086f57b6bfa59ca14d9c76445f954a5c93ba7aaba2ee66
+Size (sortedcollections-1.2.1.tar.gz) = 8380 bytes


Home | Main Index | Thread Index | Old Index