Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Mar 2015 15:41:26 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380378 - in head/net: . py-uritemplate
Message-ID:  <201503031541.t23FfQK8045205@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nivit
Date: Tue Mar  3 15:41:26 2015
New Revision: 380378
URL: https://svnweb.freebsd.org/changeset/ports/380378
QAT: https://qat.redports.org/buildarchive/r380378/

Log:
  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/

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Tue Mar  3 15:40:23 2015	(r380377)
+++ head/net/Makefile	Tue Mar  3 15:41:26 2015	(r380378)
@@ -948,6 +948,7 @@
     SUBDIR += py-twitter
     SUBDIR += py-twitter-tools
     SUBDIR += py-txamqp
+    SUBDIR += py-uritemplate
     SUBDIR += py-urllib3
     SUBDIR += py-wolframalpha
     SUBDIR += py-xmlrpc

Added: head/net/py-uritemplate/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-uritemplate/Makefile	Tue Mar  3 15:41:26 2015	(r380378)
@@ -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>

Added: head/net/py-uritemplate/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-uritemplate/distinfo	Tue Mar  3 15:41:26 2015	(r380378)
@@ -0,0 +1,2 @@
+SHA256 (uritemplate-0.6.tar.gz) = a30e230aeb7ebedbcb5da9999a17fa8a30e512e6d5b06f73d47c6e03c8e357fd
+SIZE (uritemplate-0.6.tar.gz) = 3508

Added: head/net/py-uritemplate/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-uritemplate/pkg-descr	Tue Mar  3 15:41:26 2015	(r380378)
@@ -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/



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