summaryrefslogtreecommitdiff
path: root/textproc/py-uritemplate
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-11-24 14:06:12 +0000
committerwiz <wiz@pkgsrc.org>2014-11-24 14:06:12 +0000
commitf55781b84a068ffc59790c44ac64cca8fc976616 (patch)
tree0f552106ae2801a67e7bde28719f9da58d235253 /textproc/py-uritemplate
parenta67f284e93d5adefcb8a5b3cff6b6fe2264f1ddc (diff)
downloadpkgsrc-f55781b84a068ffc59790c44ac64cca8fc976616.tar.gz
Import py34-uritemplate-0.6 as textproc/py-uritemplate.
This is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.
Diffstat (limited to 'textproc/py-uritemplate')
-rw-r--r--textproc/py-uritemplate/DESCR2
-rw-r--r--textproc/py-uritemplate/Makefile17
-rw-r--r--textproc/py-uritemplate/PLIST5
-rw-r--r--textproc/py-uritemplate/distinfo5
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/py-uritemplate/DESCR b/textproc/py-uritemplate/DESCR
new file mode 100644
index 00000000000..90ce68af392
--- /dev/null
+++ b/textproc/py-uritemplate/DESCR
@@ -0,0 +1,2 @@
+This is a Python implementation of RFC6570, URI Template, and can
+expand templates up to and including Level 4 in that specification.
diff --git a/textproc/py-uritemplate/Makefile b/textproc/py-uritemplate/Makefile
new file mode 100644
index 00000000000..92c76fc548e
--- /dev/null
+++ b/textproc/py-uritemplate/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2014/11/24 14:06:12 wiz Exp $
+
+DISTNAME= uri-template-py-0.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-template-py/template/}
+CATEGORIES= textproc www python
+MASTER_SITES= https://github.com/uri-templates/uritemplate-py/archive/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://github.com/uri-templates/uritemplate-py/
+COMMENT= Python implementation of RFC6570, URI Template
+LICENSE= apache-2.0
+
+EGG_NAME= uritemplate-${PKGVERSION_NOREV}
+WRKSRC= ${WRKDIR}/uritemplate-py-${DISTNAME}
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-uritemplate/PLIST b/textproc/py-uritemplate/PLIST
new file mode 100644
index 00000000000..b7736d6a227
--- /dev/null
+++ b/textproc/py-uritemplate/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2014/11/24 14:06:12 wiz Exp $
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/uritemplate/__init__.py
+${PYSITELIB}/uritemplate/__init__.pyc
+${PYSITELIB}/uritemplate/__init__.pyo
diff --git a/textproc/py-uritemplate/distinfo b/textproc/py-uritemplate/distinfo
new file mode 100644
index 00000000000..89bcebcbbaf
--- /dev/null
+++ b/textproc/py-uritemplate/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/11/24 14:06:12 wiz Exp $
+
+SHA1 (uri-template-py-0.6.tar.gz) = d39efd8e43173def6f3a2d0ca914549ba044f920
+RMD160 (uri-template-py-0.6.tar.gz) = 5786b11507b6ef992c08a23e4a4661d73f48b339
+Size (uri-template-py-0.6.tar.gz) = 4797 bytes