Wed Dec 7 12:54:24 2011 UTC ()
Import py-ordereddict-1.1 as devel/py-ordereddict.

Drop-in substitute for Py2.7's new collections.OrderedDict.  The recipe has
big-oh performance that matches regular dictionaries (amortized O(1)
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(obache)
diff -r0 -r1.1.1.1 pkgsrc/devel/py-ordereddict/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/py-ordereddict/PLIST
diff -r0 -r1.1.1.1 pkgsrc/devel/py-ordereddict/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/py-ordereddict/distinfo

File Added: pkgsrc/devel/py-ordereddict/Attic/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/12/07 12:54:24 obache Exp $
#

DISTNAME=	ordereddict-1.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel
MASTER_SITES=	http://pypi.python.org/packages/source/o/ordereddict/

MAINTAINER=	obache@NetBSD.org
HOMEPAGE=	http://pypi.python.org/ordereddict/
COMMENT=	Drop-in substitute for Py2.7's new collections.OrderedDict
LICENSE=	mit

PKG_DESTDIR_SUPPORT=	user-destdir

USE_LANGUAGES=	# none

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-ordereddict/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2011/12/07 12:54:24 obache Exp $
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
${PYSITELIB}/ordereddict.py
${PYSITELIB}/ordereddict.pyc
${PYSITELIB}/ordereddict.pyo

File Added: pkgsrc/devel/py-ordereddict/Attic/DESCR
Drop-in substitute for Py2.7's new collections.OrderedDict.  The recipe has
big-oh performance that matches regular dictionaries (amortized O(1)
insertion/deletion/lookup and O(n) iteration/repr/copy/equality_testing).

File Added: pkgsrc/devel/py-ordereddict/Attic/distinfo
$NetBSD: distinfo,v 1.1.1.1 2011/12/07 12:54:24 obache Exp $

SHA1 (ordereddict-1.1.tar.gz) = ab90b67dceab55a11b609d253846fa486eb980c4
RMD160 (ordereddict-1.1.tar.gz) = a181547c43bb0ce4e106188ae5ad13648c1938cc
Size (ordereddict-1.1.tar.gz) = 2114 bytes