pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-cyordereddict Import py-cyordereddict-1.0.0 a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d2be7840d6f
branches:  trunk
changeset: 360503:1d2be7840d6f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Mar 31 01:16:18 2017 +0000

description:
Import py-cyordereddict-1.0.0 as devel/py-cyordereddict

cyordereddict is a Cython implementation of Python's
collections.OrderedDict.

diffstat:

 devel/py-cyordereddict/DESCR    |   2 ++
 devel/py-cyordereddict/Makefile |  16 ++++++++++++++++
 devel/py-cyordereddict/PLIST    |  30 ++++++++++++++++++++++++++++++
 devel/py-cyordereddict/distinfo |   6 ++++++
 4 files changed, 54 insertions(+), 0 deletions(-)

diffs (70 lines):

diff -r b6099fe613a4 -r 1d2be7840d6f devel/py-cyordereddict/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cyordereddict/DESCR      Fri Mar 31 01:16:18 2017 +0000
@@ -0,0 +1,2 @@
+cyordereddict is a Cython implementation of Python's
+collections.OrderedDict.
diff -r b6099fe613a4 -r 1d2be7840d6f devel/py-cyordereddict/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cyordereddict/Makefile   Fri Mar 31 01:16:18 2017 +0000
@@ -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"
diff -r b6099fe613a4 -r 1d2be7840d6f devel/py-cyordereddict/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cyordereddict/PLIST      Fri Mar 31 01:16:18 2017 +0000
@@ -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
diff -r b6099fe613a4 -r 1d2be7840d6f devel/py-cyordereddict/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-cyordereddict/distinfo   Fri Mar 31 01:16:18 2017 +0000
@@ -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