aboutsummaryrefslogtreecommitdiff
path: root/www/py-rfc3987
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2015-01-27 04:32:20 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2015-01-27 04:32:20 +0000
commit35fa871b7faf6a88a6c213a1c46a5d8c8c10b82b (patch)
tree3af86c30d87dc5cd0fdde7cc9d1fceda377da52a /www/py-rfc3987
parentf962327697d76d6ad0a7458b541f7644dba1aaa1 (diff)
downloadports-35fa871b7faf6a88a6c213a1c46a5d8c8c10b82b.tar.gz
ports-35fa871b7faf6a88a6c213a1c46a5d8c8c10b82b.zip
Notes
Diffstat (limited to 'www/py-rfc3987')
-rw-r--r--www/py-rfc3987/Makefile20
-rw-r--r--www/py-rfc3987/distinfo2
-rw-r--r--www/py-rfc3987/pkg-descr9
3 files changed, 31 insertions, 0 deletions
diff --git a/www/py-rfc3987/Makefile b/www/py-rfc3987/Makefile
new file mode 100644
index 000000000000..d8c1825eeb71
--- /dev/null
+++ b/www/py-rfc3987/Makefile
@@ -0,0 +1,20 @@
+# Created by: Kubilay Kocak <koobs@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rfc3987
+PORTVERSION= 1.3.4
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= koobs@FreeBSD.org
+COMMENT= Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
+
+LICENSE= GPLv3
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}regex>0:${PORTSDIR}/textproc/py-regex
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>
diff --git a/www/py-rfc3987/distinfo b/www/py-rfc3987/distinfo
new file mode 100644
index 000000000000..ae9d38aa0753
--- /dev/null
+++ b/www/py-rfc3987/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rfc3987-1.3.4.tar.gz) = 8bdd8bf28431bae754d34d60a23ca37aefa2cf8ade2de4a0e9d86e4a688b0c2e
+SIZE (rfc3987-1.3.4.tar.gz) = 7637
diff --git a/www/py-rfc3987/pkg-descr b/www/py-rfc3987/pkg-descr
new file mode 100644
index 000000000000..b181817f3e21
--- /dev/null
+++ b/www/py-rfc3987/pkg-descr
@@ -0,0 +1,9 @@
+This module provides regular expressions according to `RFC 3986 "Uniform
+Resource Identifier (URI): Generic Syntax" and `RFC 3987 "Internationalized
+Resource Identifiers (IRIs)" and utilities for composition and relative
+resolution of references.
+
+ * http://tools.ietf.org/html/rfc3986
+ * http://tools.ietf.org/html/rfc3987
+
+WWW: http://pypi.python.org/pypi/rfc3987