pkgsrc/www/py-furl/Makefile
2014-09-10 19:00:04 +00:00

23 lines
644 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/09/10 19:00:04 joerg Exp $
DISTNAME= furl-0.3.95
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python www
MASTER_SITES= https://pypi.python.org/packages/source/f/furl/
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= https://github.com/gruns/furl
COMMENT= URL manipulation made simple
LICENSE= unlicense
PYTHON_VERSIONS_INCOMPATIBLE= 26 33 34
DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=0.7.1:../../databases/py-orderedmultidict
USE_LANGUAGES= # none
PYTHON_VERSIONED_DEPENDENCIES= unittest2
.include "../../lang/python/versioned_dependencies.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"