pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-sortedcontainers Import py-sortedcontainers-1...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93a6734d23d7
branches:  trunk
changeset: 358260:93a6734d23d7
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed Feb 08 04:47:04 2017 +0000

description:
Import py-sortedcontainers-1.5.7 as devel/py-sortedcontainers

SortedContainers is an Apache2 licensed containers library, written in
pure-Python, and fast as C-extensions.

diffstat:

 devel/py-sortedcontainers/DESCR    |   2 ++
 devel/py-sortedcontainers/Makefile |  16 ++++++++++++++++
 devel/py-sortedcontainers/PLIST    |  17 +++++++++++++++++
 devel/py-sortedcontainers/distinfo |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r b6e55e5f9b56 -r 93a6734d23d7 devel/py-sortedcontainers/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sortedcontainers/DESCR   Wed Feb 08 04:47:04 2017 +0000
@@ -0,0 +1,2 @@
+SortedContainers is an Apache2 licensed containers library, written in
+pure-Python, and fast as C-extensions.
diff -r b6e55e5f9b56 -r 93a6734d23d7 devel/py-sortedcontainers/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sortedcontainers/Makefile        Wed Feb 08 04:47:04 2017 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/02/08 04:47:04 minskim Exp $
+
+DISTNAME=      sortedcontainers-1.5.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=s/sortedcontainers/}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://www.grantjenks.com/docs/sortedcontainers/
+COMMENT=       Containers library, written in pure-Python
+LICENSE=       apache-2.0
+
+USE_LANGUAGES= # empty
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b6e55e5f9b56 -r 93a6734d23d7 devel/py-sortedcontainers/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sortedcontainers/PLIST   Wed Feb 08 04:47:04 2017 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/02/08 04:47:04 minskim Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/sortedcontainers/__init__.py
+${PYSITELIB}/sortedcontainers/__init__.pyc
+${PYSITELIB}/sortedcontainers/__init__.pyo
+${PYSITELIB}/sortedcontainers/sorteddict.py
+${PYSITELIB}/sortedcontainers/sorteddict.pyc
+${PYSITELIB}/sortedcontainers/sorteddict.pyo
+${PYSITELIB}/sortedcontainers/sortedlist.py
+${PYSITELIB}/sortedcontainers/sortedlist.pyc
+${PYSITELIB}/sortedcontainers/sortedlist.pyo
+${PYSITELIB}/sortedcontainers/sortedset.py
+${PYSITELIB}/sortedcontainers/sortedset.pyc
+${PYSITELIB}/sortedcontainers/sortedset.pyo
diff -r b6e55e5f9b56 -r 93a6734d23d7 devel/py-sortedcontainers/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-sortedcontainers/distinfo        Wed Feb 08 04:47:04 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/02/08 04:47:04 minskim Exp $
+
+SHA1 (sortedcontainers-1.5.7.tar.gz) = 66081cc6b5e63d006abed3f243ab215f4aeb27e2
+RMD160 (sortedcontainers-1.5.7.tar.gz) = 1ac4ff093fb771e5e7be5a811181a76c396825db
+SHA512 (sortedcontainers-1.5.7.tar.gz) = a9f2ba152c47eddfda6ad8ef7ecfbfa5d51b17afb4042b0b1e6d8b3dbc6caf6f8281af415dfcf1e356aaf80aa3212865ba926fe0d6e08961c8fbbc68adb34108
+Size (sortedcontainers-1.5.7.tar.gz) = 11970881 bytes



Home | Main Index | Thread Index | Old Index