Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -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.

View File

@@ -0,0 +1,23 @@
# $NetBSD: Makefile,v 1.5 2015/04/01 02:05:51 rodent Exp $
DISTNAME= orderedmultidict-0.7.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= https://pypi.python.org/packages/source/o/orderedmultidict/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/gruns/orderedmultidict
COMMENT= Ordered Multivalue Dictionary - omdict
LICENSE= unlicense
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 26
post-install:
chmod -x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,15 @@
@comment $NetBSD: PLIST,v 1.2 2015/04/01 02:05:51 rodent Exp $
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.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

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2015/04/01 02:05:51 rodent Exp $
SHA1 (orderedmultidict-0.7.4.tar.gz) = 5581e13c9873da74615ca717157e1cdbcdb71e10
RMD160 (orderedmultidict-0.7.4.tar.gz) = 0d4bd70e4fdef144a5453880437bdc5b52df8912
Size (orderedmultidict-0.7.4.tar.gz) = 14949 bytes