pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-bintrees py-bintrees: import version 2.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8673b77fbab8
branches: trunk
changeset: 439806:8673b77fbab8
user: khorben <khorben%pkgsrc.org@localhost>
date: Tue Sep 29 02:19:06 2020 +0000
description:
py-bintrees: import version 2.1.0
This package provides Binary- RedBlack- and AVL-Trees written in Python and
Cython/C.
This Classes are much slower than the built-in *dict* class, but all
iterators/generators yielding data in sorted key order. Trees can be
uses as drop in replacement for *dicts* in most cases.
diffstat:
devel/py-bintrees/DESCR | 6 ++++++
devel/py-bintrees/Makefile | 15 +++++++++++++++
devel/py-bintrees/PLIST | 24 ++++++++++++++++++++++++
devel/py-bintrees/distinfo | 6 ++++++
4 files changed, 51 insertions(+), 0 deletions(-)
diffs (67 lines):
diff -r 7a3300fa44f4 -r 8673b77fbab8 devel/py-bintrees/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bintrees/DESCR Tue Sep 29 02:19:06 2020 +0000
@@ -0,0 +1,6 @@
+This package provides Binary- RedBlack- and AVL-Trees written in Python and
+Cython/C.
+
+This Classes are much slower than the built-in *dict* class, but all
+iterators/generators yielding data in sorted key order. Trees can be
+uses as drop in replacement for *dicts* in most cases.
diff -r 7a3300fa44f4 -r 8673b77fbab8 devel/py-bintrees/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bintrees/Makefile Tue Sep 29 02:19:06 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/09/29 02:19:06 khorben Exp $
+
+DISTNAME= bintrees-2.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=b/bintrees/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= https://pypi.org/project/bintrees/
+COMMENT= Provides Binary-, RedBlack- and AVL-Trees in Python and Cython
+LICENSE= modified-bsd
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7a3300fa44f4 -r 8673b77fbab8 devel/py-bintrees/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bintrees/PLIST Tue Sep 29 02:19:06 2020 +0000
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2020/09/29 02:19:06 khorben Exp $
+${PYSITELIB}/${EGG_FILE}/PKG-INFO
+${PYSITELIB}/${EGG_FILE}/SOURCES.txt
+${PYSITELIB}/${EGG_FILE}/dependency_links.txt
+${PYSITELIB}/${EGG_FILE}/top_level.txt
+${PYSITELIB}/bintrees/__init__.py
+${PYSITELIB}/bintrees/__init__.pyc
+${PYSITELIB}/bintrees/__init__.pyo
+${PYSITELIB}/bintrees/abctree.py
+${PYSITELIB}/bintrees/abctree.pyc
+${PYSITELIB}/bintrees/abctree.pyo
+${PYSITELIB}/bintrees/avltree.py
+${PYSITELIB}/bintrees/avltree.pyc
+${PYSITELIB}/bintrees/avltree.pyo
+${PYSITELIB}/bintrees/bintree.py
+${PYSITELIB}/bintrees/bintree.pyc
+${PYSITELIB}/bintrees/bintree.pyo
+${PYSITELIB}/bintrees/cython_trees.so
+${PYSITELIB}/bintrees/rbtree.py
+${PYSITELIB}/bintrees/rbtree.pyc
+${PYSITELIB}/bintrees/rbtree.pyo
+${PYSITELIB}/bintrees/treeslice.py
+${PYSITELIB}/bintrees/treeslice.pyc
+${PYSITELIB}/bintrees/treeslice.pyo
diff -r 7a3300fa44f4 -r 8673b77fbab8 devel/py-bintrees/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-bintrees/distinfo Tue Sep 29 02:19:06 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/09/29 02:19:06 khorben Exp $
+
+SHA1 (bintrees-2.1.0.zip) = 5eedbe2848114c787daac2647806cffddc54abd5
+RMD160 (bintrees-2.1.0.zip) = 533a75a01a8329949b3b914228379b431ca4e810
+SHA512 (bintrees-2.1.0.zip) = 56d83e826992915c4085d76daa767e033a221ff346cac307c0a820d692d85e503517f1c339deccf315d0985ff6b4a8ebd139c173d054802586a9b68a7783bc01
+Size (bintrees-2.1.0.zip) = 107829 bytes
Home |
Main Index |
Thread Index |
Old Index