# $FreeBSD$
PORTNAME= url
DISTVERSION= 0.4.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd_ports@k-worx.org
COMMENT= URL parsing, sanitizing and normalizing
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= cython distutils autoplist
.include <bsd.port.mk>
TIMESTAMP = 1530178136
SHA256 (url-0.4.2.tar.gz) = 8c6e4a117bfc15664319d8babca016b60dcd84c158729c1fbd309609083697b0
SIZE (url-0.4.2.tar.gz) = 140908
py-url provides helper functions for parsing, sanitizing and normalizing URLs.
This includes support for escaping, unescaping, punycoding, unpunycoding,
cleaning parameter and query strings and a little more sanitization.
WWW: https://github.com/seomoz/url-py