Index: head/net/Makefile =================================================================== --- head/net/Makefile +++ head/net/Makefile @@ -1022,6 +1022,7 @@ SUBDIR += py-txamqp SUBDIR += py-txrestapi SUBDIR += py-uritemplate + SUBDIR += py-uritemplate.py SUBDIR += py-urllib3 SUBDIR += py-wolframalpha SUBDIR += py-xmlrpc Index: head/net/py-uritemplate.py/Makefile =================================================================== --- head/net/py-uritemplate.py/Makefile +++ head/net/py-uritemplate.py/Makefile @@ -0,0 +1,23 @@ +# Created by: Carlos J. Puga Medina +# $FreeBSD$ + +PORTNAME= uritemplate.py +PORTVERSION= 0.3.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= cpm@FreeBSD.org +COMMENT= Simple python library to deal with URI Templates + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +CONFLICTS_INSTALL= py*-uritemplate-[0-9]* + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Index: head/net/py-uritemplate.py/distinfo =================================================================== --- head/net/py-uritemplate.py/distinfo +++ head/net/py-uritemplate.py/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1465077405 +SHA256 (uritemplate.py-0.3.0.tar.gz) = fd79aa529a7968c62d96ac6731a94349c5a615dac74968526c573c65796c7b77 +SIZE (uritemplate.py-0.3.0.tar.gz) = 6916 Index: head/net/py-uritemplate.py/pkg-descr =================================================================== --- head/net/py-uritemplate.py/pkg-descr +++ head/net/py-uritemplate.py/pkg-descr @@ -0,0 +1,3 @@ +Simple python library to deal with URI Templates. + +WWW: https://uritemplate.readthedocs.org/