pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-bintrees



Module Name:    pkgsrc
Committed By:   khorben
Date:           Tue Sep 29 02:19:06 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-bintrees/DESCR \
    pkgsrc/devel/py-bintrees/Makefile pkgsrc/devel/py-bintrees/PLIST \
    pkgsrc/devel/py-bintrees/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-bintrees/DESCR
diff -u /dev/null pkgsrc/devel/py-bintrees/DESCR:1.1
--- /dev/null   Tue Sep 29 02:19:06 2020
+++ pkgsrc/devel/py-bintrees/DESCR      Tue Sep 29 02:19:06 2020
@@ -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.
Index: pkgsrc/devel/py-bintrees/Makefile
diff -u /dev/null pkgsrc/devel/py-bintrees/Makefile:1.1
--- /dev/null   Tue Sep 29 02:19:06 2020
+++ pkgsrc/devel/py-bintrees/Makefile   Tue Sep 29 02:19:06 2020
@@ -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"
Index: pkgsrc/devel/py-bintrees/PLIST
diff -u /dev/null pkgsrc/devel/py-bintrees/PLIST:1.1
--- /dev/null   Tue Sep 29 02:19:06 2020
+++ pkgsrc/devel/py-bintrees/PLIST      Tue Sep 29 02:19:06 2020
@@ -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
Index: pkgsrc/devel/py-bintrees/distinfo
diff -u /dev/null pkgsrc/devel/py-bintrees/distinfo:1.1
--- /dev/null   Tue Sep 29 02:19:06 2020
+++ pkgsrc/devel/py-bintrees/distinfo   Tue Sep 29 02:19:06 2020
@@ -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