View | Details | Raw Unified | Return to bug 229440
Collapse All | Expand All

(-)py-url/Makefile (+19 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	url
4
DISTVERSION=	0.4.2
5
CATEGORIES=	www python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	freebsd_ports@k-worx.org
10
COMMENT=	URL parsing, sanitizing and normalizing
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
15
16
USES=		python
17
USE_PYTHON=	cython distutils autoplist
18
19
.include <bsd.port.mk>
(-)py-url/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1530178136
2
SHA256 (url-0.4.2.tar.gz) = 8c6e4a117bfc15664319d8babca016b60dcd84c158729c1fbd309609083697b0
3
SIZE (url-0.4.2.tar.gz) = 140908
(-)py-url/pkg-descr (+5 lines)
Line 0 Link Here
1
py-url provides helper functions for parsing, sanitizing and normalizing URLs.
2
This includes support for escaping, unescaping, punycoding, unpunycoding,
3
cleaning parameter and query strings and a little more sanitization.
4
5
WWW: https://github.com/seomoz/url-py

Return to bug 229440