pkgsrc/devel/py-jaraco_util/Makefile
imil 3828ad53a0 Initial import of py-jaraco_util, version 10.0.2, into the NetBSD Packages
Collection.

jaraco.util contains a number of nominally useful, reusable classes and
functions. They're designed to be intuitively named and self-documenting
(many with extensive doctests).
2014-05-09 21:30:26 +00:00

20 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/05/09 21:30:26 imil Exp $
DISTNAME= jaraco.util-10.0.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/./_/}
CATEGORIES= devel
MASTER_SITES= https://pypi.python.org/packages/source/j/jaraco.util/
EXTRACT_SUFX= .zip
MAINTAINER= imil@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/jaraco.util
COMMENT= General utility modules that supply commonly-used functionality
LICENSE= mit
WRKSRC= ${WRKDIR}/jaraco.util-10.0.2
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-more-itertools>=2.2:../../devel/py-more-itertools
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"