# $NetBSD: Makefile,v 1.9 2016/06/08 17:43:22 wiz Exp $
DISTNAME= orderedmultidict-0.7.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_PYPI:=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
post-install:
chmod a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/${EGG_INFODIR}/*
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>