Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2016 15:02:56 +0000 (UTC)
From:      "Carlos J. Puga Medina" <cpm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418086 - in head/net: . py-uritemplate.py
Message-ID:  <201607051502.u65F2uQ2015320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cpm
Date: Tue Jul  5 15:02:56 2016
New Revision: 418086
URL: https://svnweb.freebsd.org/changeset/ports/418086

Log:
  New port: net/py-uritemplate.py
  
  Simple python library to deal with URI Templates.
  
  WWW: https://uritemplate.readthedocs.org/
  
  Reviewed by:	amdmi3, junovitch, feld (mentors)
  Approved by:	amdmi3, junovitch, feld (mentors)
  Differential Revision:	D6730

Added:
  head/net/py-uritemplate.py/
  head/net/py-uritemplate.py/Makefile   (contents, props changed)
  head/net/py-uritemplate.py/distinfo   (contents, props changed)
  head/net/py-uritemplate.py/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Jul  5 15:02:08 2016	(r418085)
+++ head/net/Makefile	Tue Jul  5 15:02:56 2016	(r418086)
@@ -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

Added: head/net/py-uritemplate.py/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-uritemplate.py/Makefile	Tue Jul  5 15:02:56 2016	(r418086)
@@ -0,0 +1,23 @@
+# Created by: Carlos J. Puga Medina <cpm@FreeBSD.org>
+# $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 <bsd.port.mk>

Added: head/net/py-uritemplate.py/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-uritemplate.py/distinfo	Tue Jul  5 15:02:56 2016	(r418086)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1465077405
+SHA256 (uritemplate.py-0.3.0.tar.gz) = fd79aa529a7968c62d96ac6731a94349c5a615dac74968526c573c65796c7b77
+SIZE (uritemplate.py-0.3.0.tar.gz) = 6916

Added: head/net/py-uritemplate.py/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-uritemplate.py/pkg-descr	Tue Jul  5 15:02:56 2016	(r418086)
@@ -0,0 +1,3 @@
+Simple python library to deal with URI Templates.
+
+WWW: https://uritemplate.readthedocs.org/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607051502.u65F2uQ2015320>