tech-pkg archive

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

a win for url2pkg



At some point I griped about url2pkg and pypi, and just got around to
adding this one for tahoe.   I was amazed at how little I had to do (the
hard part was shrinking COMMENT to fit, and the tricky part was
misreading the - as _ somehow, to be fixed shortly).  It even chased
HOMEPAGE correctly.

--- Begin Message ---
Module Name:	pkgsrc
Committed By:	gdt
Date:		Wed Jun 15 22:00:26 UTC 2022

Added Files:
	pkgsrc/devel/py-collections_extended: DESCR Makefile PLIST distinfo

Log Message:
devel/py-collections-extended: Add version 2.0.2

collections_extended is a pure Python module with no dependencies
providing extra collections. The new collections include bags AKA
multisets, setlists AKA unique lists or ordered sets, a bijection, a
RangeMap which is a mapping from ranges to values, and an IndexedDict
class. There are also frozen (hashable) varieties of bags and
setlists.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-collections_extended/DESCR \
    pkgsrc/devel/py-collections_extended/Makefile \
    pkgsrc/devel/py-collections_extended/PLIST \
    pkgsrc/devel/py-collections_extended/distinfo

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

Added files:

Index: pkgsrc/devel/py-collections_extended/DESCR
diff -u /dev/null pkgsrc/devel/py-collections_extended/DESCR:1.1
--- /dev/null	Wed Jun 15 22:00:26 2022
+++ pkgsrc/devel/py-collections_extended/DESCR	Wed Jun 15 22:00:26 2022
@@ -0,0 +1,6 @@
+collections_extended is a pure Python module with no dependencies
+providing extra collections. The new collections include bags AKA
+multisets, setlists AKA unique lists or ordered sets, a bijection, a
+RangeMap which is a mapping from ranges to values, and an IndexedDict
+class. There are also frozen (hashable) varieties of bags and
+setlists.
Index: pkgsrc/devel/py-collections_extended/Makefile
diff -u /dev/null pkgsrc/devel/py-collections_extended/Makefile:1.1
--- /dev/null	Wed Jun 15 22:00:26 2022
+++ pkgsrc/devel/py-collections_extended/Makefile	Wed Jun 15 22:00:26 2022
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/06/15 22:00:26 gdt Exp $
+
+DISTNAME=	collections-extended-2.0.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/collections-extended/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/mlenzen/collections-extended
+COMMENT=	Python Collections (Bag, setlist, IndexedDict, etc.)
+LICENSE=	apache-2.0
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-collections_extended/PLIST
diff -u /dev/null pkgsrc/devel/py-collections_extended/PLIST:1.1
--- /dev/null	Wed Jun 15 22:00:26 2022
+++ pkgsrc/devel/py-collections_extended/PLIST	Wed Jun 15 22:00:26 2022
@@ -0,0 +1,32 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/15 22:00:26 gdt Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/collections_extended/__init__.py
+${PYSITELIB}/collections_extended/__init__.pyc
+${PYSITELIB}/collections_extended/__init__.pyo
+${PYSITELIB}/collections_extended/_util.py
+${PYSITELIB}/collections_extended/_util.pyc
+${PYSITELIB}/collections_extended/_util.pyo
+${PYSITELIB}/collections_extended/_version.py
+${PYSITELIB}/collections_extended/_version.pyc
+${PYSITELIB}/collections_extended/_version.pyo
+${PYSITELIB}/collections_extended/bags.py
+${PYSITELIB}/collections_extended/bags.pyc
+${PYSITELIB}/collections_extended/bags.pyo
+${PYSITELIB}/collections_extended/bijection.py
+${PYSITELIB}/collections_extended/bijection.pyc
+${PYSITELIB}/collections_extended/bijection.pyo
+${PYSITELIB}/collections_extended/indexed_dict.py
+${PYSITELIB}/collections_extended/indexed_dict.pyc
+${PYSITELIB}/collections_extended/indexed_dict.pyo
+${PYSITELIB}/collections_extended/range_map.py
+${PYSITELIB}/collections_extended/range_map.pyc
+${PYSITELIB}/collections_extended/range_map.pyo
+${PYSITELIB}/collections_extended/sentinel.py
+${PYSITELIB}/collections_extended/sentinel.pyc
+${PYSITELIB}/collections_extended/sentinel.pyo
+${PYSITELIB}/collections_extended/setlists.py
+${PYSITELIB}/collections_extended/setlists.pyc
+${PYSITELIB}/collections_extended/setlists.pyo
Index: pkgsrc/devel/py-collections_extended/distinfo
diff -u /dev/null pkgsrc/devel/py-collections_extended/distinfo:1.1
--- /dev/null	Wed Jun 15 22:00:26 2022
+++ pkgsrc/devel/py-collections_extended/distinfo	Wed Jun 15 22:00:26 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/06/15 22:00:26 gdt Exp $
+
+BLAKE2s (collections-extended-2.0.2.tar.gz) = c149cfeda5d40df434787decad32e16f2bc45f33612c04bfcaf77723db4f89ee
+SHA512 (collections-extended-2.0.2.tar.gz) = 7849ae7a3194f7023478eb8fc4328e6ace3c973444d078cdbaec18d791436ec7cac0d192dec976b3af61985040904fdcac5ba1a930aca62a9c71acc2fd0676ee
+Size (collections-extended-2.0.2.tar.gz) = 22753 bytes


--- End Message ---


Home | Main Index | Thread Index | Old Index