summaryrefslogtreecommitdiff
path: root/databases/py-orderedmultidict
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2014-07-05 19:28:06 +0000
committerrodent <rodent@pkgsrc.org>2014-07-05 19:28:06 +0000
commit118acc6665da57fdf5089e259cb4cbfd6b2ac06f (patch)
tree660fe6c2c37b1bc22355aae56c5674bbbba45ad5 /databases/py-orderedmultidict
parent1ad4ce8c1ef92242faa8bbaa378a824f4c8a99ce (diff)
downloadpkgsrc-118acc6665da57fdf5089e259cb4cbfd6b2ac06f.tar.gz
Import py27-orderedmultidict-0.7.2 as databases/py-orderedmultidict.
Ordered Multivalue Dictionary - omdict. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions. omdict retains method parity with dict.
Diffstat (limited to 'databases/py-orderedmultidict')
-rw-r--r--databases/py-orderedmultidict/DESCR7
-rw-r--r--databases/py-orderedmultidict/Makefile20
-rw-r--r--databases/py-orderedmultidict/PLIST14
-rw-r--r--databases/py-orderedmultidict/distinfo5
4 files changed, 46 insertions, 0 deletions
diff --git a/databases/py-orderedmultidict/DESCR b/databases/py-orderedmultidict/DESCR
new file mode 100644
index 00000000000..653b584417d
--- /dev/null
+++ b/databases/py-orderedmultidict/DESCR
@@ -0,0 +1,7 @@
+Ordered Multivalue Dictionary - omdict.
+
+A multivalue dictionary is a dictionary that can store multiple values for the
+same key. An ordered multivalue dictionary is a multivalue dictionary that
+retains the order of insertions and deletions.
+
+omdict retains method parity with dict.
diff --git a/databases/py-orderedmultidict/Makefile b/databases/py-orderedmultidict/Makefile
new file mode 100644
index 00000000000..5d0446e0466
--- /dev/null
+++ b/databases/py-orderedmultidict/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2014/07/05 19:28:06 rodent Exp $
+
+DISTNAME= orderedmultidict-0.7.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= databases python
+MASTER_SITES= https://pypi.python.org/packages/source/o/orderedmultidict/
+
+MAINTAINER= rodent@NetBSD.org
+HOMEPAGE= https://pypi.python.org/packages/source/o/orderedmultidict/
+COMMENT= Ordered Multivalue Dictionary - omdict
+LICENSE= unlicense
+
+USE_LANGUAGES= # none
+
+post-install:
+ # XXX: No access to ${EGG_INFODIR} ? Will be fixed in next version.
+ ${CHMOD} -x,go-w ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_NAME}-py${PYVERSSUFFIX}.egg-info/*
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/databases/py-orderedmultidict/PLIST b/databases/py-orderedmultidict/PLIST
new file mode 100644
index 00000000000..10940966b41
--- /dev/null
+++ b/databases/py-orderedmultidict/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2014/07/05 19:28:06 rodent Exp $
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/orderedmultidict/__init__.py
+${PYSITELIB}/orderedmultidict/__init__.pyc
+${PYSITELIB}/orderedmultidict/__init__.pyo
+${PYSITELIB}/orderedmultidict/itemlist.py
+${PYSITELIB}/orderedmultidict/itemlist.pyc
+${PYSITELIB}/orderedmultidict/itemlist.pyo
+${PYSITELIB}/orderedmultidict/orderedmultidict.py
+${PYSITELIB}/orderedmultidict/orderedmultidict.pyc
+${PYSITELIB}/orderedmultidict/orderedmultidict.pyo
diff --git a/databases/py-orderedmultidict/distinfo b/databases/py-orderedmultidict/distinfo
new file mode 100644
index 00000000000..e8426787322
--- /dev/null
+++ b/databases/py-orderedmultidict/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/07/05 19:28:06 rodent Exp $
+
+SHA1 (orderedmultidict-0.7.2.tar.gz) = 6b7da5e8ea0d4b828a9ad18d3b82eb752fd42353
+RMD160 (orderedmultidict-0.7.2.tar.gz) = 427461b5cde4c09bf682133859e740d2dfe8a2ae
+Size (orderedmultidict-0.7.2.tar.gz) = 14478 bytes