pkgsrc/www/py-furl/Makefile
adam 75b94832ea py-furl: updated to 1.2.1
Furl v1.2.1:
Fixed: Join URLs without an authority (e.g. 'foo:blah') consistently with
urllib.parse.urljoin().
2018-09-24 10:10:31 +00:00

19 lines
545 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/09/24 10:10:31 adam Exp $
DISTNAME= furl-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/furl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/gruns/furl
COMMENT= URL manipulation made simple
LICENSE= unlicense
DEPENDS+= ${PYPKGPREFIX}-orderedmultidict>=1.0:../../databases/py-orderedmultidict
DEPENDS+= ${PYPKGPREFIX}-six>=1.8.0:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"