pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Import py-bintrees version 2.0.7 from pypi
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Tue May 8 09:48:17 2018 +0200
Changeset: fc07e55235dfed2078565ea05a6ea889bfe6df9d
Modified Files:
Makefile
Added Files:
py-bintrees/DESCR
py-bintrees/Makefile
py-bintrees/PLIST
py-bintrees/distinfo
Log Message:
Import py-bintrees version 2.0.7 from pypi
Provides Binary-, RedBlack- and AVL-Trees in Python and Cython.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fc07e55235dfed2078565ea05a6ea889bfe6df9d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
py-bintrees/DESCR | 0
py-bintrees/Makefile | 14 ++++++++++++++
py-bintrees/PLIST | 23 +++++++++++++++++++++++
py-bintrees/distinfo | 6 ++++++
5 files changed, 44 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index f835c3d369..3aedaaef53 100644
--- a/Makefile
+++ b/Makefile
@@ -2962,6 +2962,7 @@ SUBDIR+= py-bibtexparser3
SUBDIR+= py-bicho
SUBDIR+= py-bidict
SUBDIR+= py-bigfloat
+SUBDIR+= py-bintrees
SUBDIR+= py-biofrills
SUBDIR+= py-bip
SUBDIR+= py-biskit
diff --git a/py-bintrees/DESCR b/py-bintrees/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-bintrees/Makefile b/py-bintrees/Makefile
new file mode 100644
index 0000000000..385314f6bd
--- /dev/null
+++ b/py-bintrees/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= bintrees-2.0.7
+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
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-bintrees/PLIST b/py-bintrees/PLIST
new file mode 100644
index 0000000000..55a32619af
--- /dev/null
+++ b/py-bintrees/PLIST
@@ -0,0 +1,23 @@
+@comment $NetBSD$
+${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/rbtree.py
+${PYSITELIB}/bintrees/rbtree.pyc
+${PYSITELIB}/bintrees/rbtree.pyo
+${PYSITELIB}/bintrees/treeslice.py
+${PYSITELIB}/bintrees/treeslice.pyc
+${PYSITELIB}/bintrees/treeslice.pyo
diff --git a/py-bintrees/distinfo b/py-bintrees/distinfo
new file mode 100644
index 0000000000..458d996a6e
--- /dev/null
+++ b/py-bintrees/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (bintrees-2.0.7.zip) = 834fa9db9b365f684eb314ccad175a8573a7404e
+RMD160 (bintrees-2.0.7.zip) = 26e6b46131ca4a052ee6b714abfc1b1019342b45
+SHA512 (bintrees-2.0.7.zip) = 73eca2dd76e45158048781952b45ae0925eec52347aa481594c57acfbb4c83a58b764921d690c458b3cfbc276566b70d32461c66f4e07f735b310fa64a9e1488
+Size (bintrees-2.0.7.zip) = 95876 bytes
Home |
Main Index |
Thread Index |
Old Index