pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-sortedcontainers



Module Name:    pkgsrc
Committed By:   minskim
Date:           Wed Feb  8 04:47:04 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-sortedcontainers/DESCR \
    pkgsrc/devel/py-sortedcontainers/Makefile \
    pkgsrc/devel/py-sortedcontainers/PLIST \
    pkgsrc/devel/py-sortedcontainers/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-sortedcontainers/DESCR
diff -u /dev/null pkgsrc/devel/py-sortedcontainers/DESCR:1.1
--- /dev/null   Wed Feb  8 04:47:04 2017
+++ pkgsrc/devel/py-sortedcontainers/DESCR      Wed Feb  8 04:47:04 2017
@@ -0,0 +1,2 @@
+SortedContainers is an Apache2 licensed containers library, written in
+pure-Python, and fast as C-extensions.
Index: pkgsrc/devel/py-sortedcontainers/Makefile
diff -u /dev/null pkgsrc/devel/py-sortedcontainers/Makefile:1.1
--- /dev/null   Wed Feb  8 04:47:04 2017
+++ pkgsrc/devel/py-sortedcontainers/Makefile   Wed Feb  8 04:47:04 2017
@@ -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"
Index: pkgsrc/devel/py-sortedcontainers/PLIST
diff -u /dev/null pkgsrc/devel/py-sortedcontainers/PLIST:1.1
--- /dev/null   Wed Feb  8 04:47:04 2017
+++ pkgsrc/devel/py-sortedcontainers/PLIST      Wed Feb  8 04:47:04 2017
@@ -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
Index: pkgsrc/devel/py-sortedcontainers/distinfo
diff -u /dev/null pkgsrc/devel/py-sortedcontainers/distinfo:1.1
--- /dev/null   Wed Feb  8 04:47:04 2017
+++ pkgsrc/devel/py-sortedcontainers/distinfo   Wed Feb  8 04:47:04 2017
@@ -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