a5b4ef6948
This package provides new features in python>=27 core to older python.
19 lines
513 B
Makefile
19 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.6 2014/12/13 01:18:02 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/pypi/ordereddict/
|
|
COMMENT= Drop-in substitute for Py2.7's new collections.OrderedDict
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_ACCEPTED= 26
|
|
|
|
.include "../../lang/python/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|