pkgsrc-WIP-changes archive

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

Add py-blist



Module Name:	pkgsrc-wip
Committed By:	Keke <kethzer.dr%gmail.com@localhost>
Pushed By:	kethzer.dr
Date:		Thu Aug 31 13:43:13 2017 -0400
Changeset:	1e992ac2f87e9d9a8ac409d18961e87c422f8cdb

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

Log Message:
Add py-blist

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

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

diffstat:
 Makefile          |  1 +
 py-blist/DESCR    |  1 +
 py-blist/Makefile | 16 ++++++++++++++++
 py-blist/PLIST    | 19 +++++++++++++++++++
 py-blist/distinfo |  6 ++++++
 5 files changed, 43 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 66f39ed163..16e57137e2 100644
--- a/Makefile
+++ b/Makefile
@@ -2900,6 +2900,7 @@ SUBDIR+=	py-bitarray
 SUBDIR+=	py-bitsets
 SUBDIR+=	py-bitstring
 SUBDIR+=	py-blaze
+SUBDIR+=	py-blist
 SUBDIR+=	py-blosc
 SUBDIR+=	py-bloscpack
 SUBDIR+=	py-bokeh
diff --git a/py-blist/DESCR b/py-blist/DESCR
new file mode 100644
index 0000000000..2ece5f7d71
--- /dev/null
+++ b/py-blist/DESCR
@@ -0,0 +1 @@
+list-like type with better asymptotic performance and similar performance on small lists
diff --git a/py-blist/Makefile b/py-blist/Makefile
new file mode 100644
index 0000000000..c8f3c93b78
--- /dev/null
+++ b/py-blist/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	blist-1.3.6
+PKGNAME=        ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=   ${MASTER_SITE_PYPI:=b/blist/}
+
+MAINTAINER=	kethzer.dr%gmail.com@localhost
+HOMEPAGE=	https://github.com/DanielStutzbach/blist/
+COMMENT=	list-like type with better asymptotic performance and similar performance on small lists
+LICENSE=	google-earth-license	
+
+WRKSRC=	${WRKDIR}/blist-1.3.6
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-blist/PLIST b/py-blist/PLIST
new file mode 100644
index 0000000000..1b916a1bb3
--- /dev/null
+++ b/py-blist/PLIST
@@ -0,0 +1,19 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/blist/__init__.py
+${PYSITELIB}/blist/__init__.pyc
+${PYSITELIB}/blist/__init__.pyo
+${PYSITELIB}/blist/_blist.so
+${PYSITELIB}/blist/_btuple.py
+${PYSITELIB}/blist/_btuple.pyc
+${PYSITELIB}/blist/_btuple.pyo
+${PYSITELIB}/blist/_sorteddict.py
+${PYSITELIB}/blist/_sorteddict.pyc
+${PYSITELIB}/blist/_sorteddict.pyo
+${PYSITELIB}/blist/_sortedlist.py
+${PYSITELIB}/blist/_sortedlist.pyc
+${PYSITELIB}/blist/_sortedlist.pyo
diff --git a/py-blist/distinfo b/py-blist/distinfo
new file mode 100644
index 0000000000..c496b89a2e
--- /dev/null
+++ b/py-blist/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (blist-1.3.6.tar.gz) = fc661934b2a7e9a9c835b12b46276913dfe1e248
+RMD160 (blist-1.3.6.tar.gz) = d94195d48b44bba1009ad7e27e6c2e431bef4559
+SHA512 (blist-1.3.6.tar.gz) = ca77735e67fe5ef31c03b96db56ea410318d37c9f7fe99053465b431ca2e2b9cce5cd79bb2011fc25814f0da736c18a0432115ad8c7e84dfb41c15891c58a0a0
+Size (blist-1.3.6.tar.gz) = 122442 bytes


Home | Main Index | Thread Index | Old Index