pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-cyordereddict
Module Name: pkgsrc
Committed By: minskim
Date: Fri Mar 31 01:16:18 UTC 2017
Added Files:
pkgsrc/devel/py-cyordereddict: DESCR Makefile PLIST distinfo
Log Message:
Import py-cyordereddict-1.0.0 as devel/py-cyordereddict
cyordereddict is a Cython implementation of Python's
collections.OrderedDict.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-cyordereddict/DESCR \
pkgsrc/devel/py-cyordereddict/Makefile \
pkgsrc/devel/py-cyordereddict/PLIST \
pkgsrc/devel/py-cyordereddict/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-cyordereddict/DESCR
diff -u /dev/null pkgsrc/devel/py-cyordereddict/DESCR:1.1
--- /dev/null Fri Mar 31 01:16:18 2017
+++ pkgsrc/devel/py-cyordereddict/DESCR Fri Mar 31 01:16:18 2017
@@ -0,0 +1,2 @@
+cyordereddict is a Cython implementation of Python's
+collections.OrderedDict.
Index: pkgsrc/devel/py-cyordereddict/Makefile
diff -u /dev/null pkgsrc/devel/py-cyordereddict/Makefile:1.1
--- /dev/null Fri Mar 31 01:16:18 2017
+++ pkgsrc/devel/py-cyordereddict/Makefile Fri Mar 31 01:16:18 2017
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2017/03/31 01:16:18 minskim Exp $
+
+DISTNAME= cyordereddict-1.0.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/cyordereddict/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://github.com/shoyer/cyordereddict
+COMMENT= Cython implementation of Python's collections.OrderedDict
+LICENSE= mit
+
+USE_LANGUAGES= c
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cyordereddict/PLIST
diff -u /dev/null pkgsrc/devel/py-cyordereddict/PLIST:1.1
--- /dev/null Fri Mar 31 01:16:18 2017
+++ pkgsrc/devel/py-cyordereddict/PLIST Fri Mar 31 01:16:18 2017
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2017/03/31 01:16:18 minskim Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/cyordereddict/__init__.py
+${PYSITELIB}/cyordereddict/__init__.pyo
+${PYSITELIB}/cyordereddict/__init__.pyc
+${PYSITELIB}/cyordereddict/_version.pyo
+${PYSITELIB}/cyordereddict/_version.pyc
+${PYSITELIB}/cyordereddict/_cyordereddict.so
+${PYSITELIB}/cyordereddict/_version.py
+${PYSITELIB}/cyordereddict/benchmark/__init__.py
+${PYSITELIB}/cyordereddict/benchmark/__init__.pyo
+${PYSITELIB}/cyordereddict/benchmark/__init__.pyc
+${PYSITELIB}/cyordereddict/benchmark/benchmark.pyo
+${PYSITELIB}/cyordereddict/benchmark/benchmark.pyc
+${PYSITELIB}/cyordereddict/benchmark/magic_timeit.pyo
+${PYSITELIB}/cyordereddict/benchmark/magic_timeit.pyc
+${PYSITELIB}/cyordereddict/benchmark/benchmark.py
+${PYSITELIB}/cyordereddict/benchmark/magic_timeit.py
+${PYSITELIB}/cyordereddict/test/__init__.py
+${PYSITELIB}/cyordereddict/test/__init__.pyo
+${PYSITELIB}/cyordereddict/test/__init__.pyc
+${PYSITELIB}/cyordereddict/test/_mapping_tests.pyo
+${PYSITELIB}/cyordereddict/test/_mapping_tests.pyc
+${PYSITELIB}/cyordereddict/test/test_cyordereddict.pyo
+${PYSITELIB}/cyordereddict/test/test_cyordereddict.pyc
+${PYSITELIB}/cyordereddict/test/test_ordereddict.pyo
+${PYSITELIB}/cyordereddict/test/test_ordereddict.pyc
+${PYSITELIB}/cyordereddict/test/_mapping_tests.py
+${PYSITELIB}/cyordereddict/test/test_cyordereddict.py
+${PYSITELIB}/cyordereddict/test/test_ordereddict.py
Index: pkgsrc/devel/py-cyordereddict/distinfo
diff -u /dev/null pkgsrc/devel/py-cyordereddict/distinfo:1.1
--- /dev/null Fri Mar 31 01:16:18 2017
+++ pkgsrc/devel/py-cyordereddict/distinfo Fri Mar 31 01:16:18 2017
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/31 01:16:18 minskim Exp $
+
+SHA1 (cyordereddict-1.0.0.tar.gz) = 9b8e2e4b0ae4fc8cf66e310446e165929eb7e2d0
+RMD160 (cyordereddict-1.0.0.tar.gz) = 44f493fb1c7f08e92220a4907c5d00cd27c26b73
+SHA512 (cyordereddict-1.0.0.tar.gz) = e2406dadc2d9571bb196c09d29ba25cb5f28fd0b719c79a04e4e858c3212e8cc4bd62921473277752f2c09ac4cebdf97c6f617e7613c072f527ea58f399cd12d
+Size (cyordereddict-1.0.0.tar.gz) = 138200 bytes
Home |
Main Index |
Thread Index |
Old Index