Index: net/Makefile =================================================================== --- net/Makefile +++ net/Makefile @@ -1019,6 +1019,7 @@ SUBDIR += py-txamqp SUBDIR += py-txrestapi SUBDIR += py-uritemplate + SUBDIR += py-uritemplate.py SUBDIR += py-urllib3 SUBDIR += py-wolframalpha SUBDIR += py-xmlrpc Index: net/py-uritemplate.py/Makefile =================================================================== --- net/py-uritemplate.py/Makefile +++ 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: net/py-uritemplate.py/distinfo =================================================================== --- net/py-uritemplate.py/distinfo +++ 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: net/py-uritemplate.py/pkg-descr =================================================================== --- net/py-uritemplate.py/pkg-descr +++ net/py-uritemplate.py/pkg-descr @@ -0,0 +1,3 @@ +Simple python library to deal with URI Templates. + +WWW: https://uritemplate.readthedocs.org/ Index: net/py-uritemplate/Makefile =================================================================== --- net/py-uritemplate/Makefile +++ net/py-uritemplate/Makefile @@ -13,6 +13,8 @@ LICENSE= APACHE20 +CONFLICTS_INSTALL= py*-uritemplate.py-[0-9]* + USE_PYTHON= autoplist distutils USES= python