diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2015-03-03 15:41:26 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2015-03-03 15:41:26 +0000 |
commit | e0d98e9032e69983ac4de818e0166bf22cc974db (patch) | |
tree | 18e98056970af0539a876929c881d6e51b3c7283 /net/py-uritemplate | |
parent | d0385f818d62df364c6df076627b615ba61e375c (diff) | |
download | ports-e0d98e9032e69983ac4de818e0166bf22cc974db.tar.gz ports-e0d98e9032e69983ac4de818e0166bf22cc974db.zip |
Notes
Diffstat (limited to 'net/py-uritemplate')
-rw-r--r-- | net/py-uritemplate/Makefile | 19 | ||||
-rw-r--r-- | net/py-uritemplate/distinfo | 2 | ||||
-rw-r--r-- | net/py-uritemplate/pkg-descr | 4 |
3 files changed, 25 insertions, 0 deletions
diff --git a/net/py-uritemplate/Makefile b/net/py-uritemplate/Makefile new file mode 100644 index 000000000000..ead2432a3b8c --- /dev/null +++ b/net/py-uritemplate/Makefile @@ -0,0 +1,19 @@ +# Created by: Nicola Vitale <nivit@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= uritemplate +PORTVERSION= 0.6 +#PORTREVISION= 0 +CATEGORIES= net +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python implementation of URI Template + +LICENSE= APACHE20 + +USE_PYTHON= autoplist distutils +USES= python + +.include <bsd.port.mk> diff --git a/net/py-uritemplate/distinfo b/net/py-uritemplate/distinfo new file mode 100644 index 000000000000..1f8e59a8e722 --- /dev/null +++ b/net/py-uritemplate/distinfo @@ -0,0 +1,2 @@ +SHA256 (uritemplate-0.6.tar.gz) = a30e230aeb7ebedbcb5da9999a17fa8a30e512e6d5b06f73d47c6e03c8e357fd +SIZE (uritemplate-0.6.tar.gz) = 3508 diff --git a/net/py-uritemplate/pkg-descr b/net/py-uritemplate/pkg-descr new file mode 100644 index 000000000000..a48f59183503 --- /dev/null +++ b/net/py-uritemplate/pkg-descr @@ -0,0 +1,4 @@ +This is a Python implementation of RFC6570, URI Template, and can expand +templates up to and including Level 4 in that specification. + +WWW: https://github.com/uri-templates/uritemplate-py/ |