summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-12-06 15:10:59 +0000
committerJustin Lecher <jlec@gentoo.org>2014-12-06 15:10:59 +0000
commitd048e31b42d339c8bde8dd7266e8a45101dae739 (patch)
tree4a3950c7c96d40f2ab50ee04859b240955788e7d /dev-python/uritemplate
parentFix typo. (diff)
downloadgentoo-2-d048e31b42d339c8bde8dd7266e8a45101dae739.tar.gz
gentoo-2-d048e31b42d339c8bde8dd7266e8a45101dae739.tar.bz2
gentoo-2-d048e31b42d339c8bde8dd7266e8a45101dae739.zip
dev-python/uritemplate: New addition, written by me
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/uritemplate')
-rw-r--r--dev-python/uritemplate/ChangeLog10
-rw-r--r--dev-python/uritemplate/Manifest4
-rw-r--r--dev-python/uritemplate/metadata.xml5
-rw-r--r--dev-python/uritemplate/uritemplate-0.6.ebuild21
4 files changed, 40 insertions, 0 deletions
diff --git a/dev-python/uritemplate/ChangeLog b/dev-python/uritemplate/ChangeLog
new file mode 100644
index 000000000000..0ac49c9fcccf
--- /dev/null
+++ b/dev-python/uritemplate/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-python/uritemplate
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/ChangeLog,v 1.1 2014/12/06 15:10:59 jlec Exp $
+
+*uritemplate-0.6 (06 Dec 2014)
+
+ 06 Dec 2014; Justin Lecher <jlec@gentoo.org> +uritemplate-0.6.ebuild,
+ +metadata.xml:
+ New addition, written by me
+
diff --git a/dev-python/uritemplate/Manifest b/dev-python/uritemplate/Manifest
new file mode 100644
index 000000000000..bbefece71f61
--- /dev/null
+++ b/dev-python/uritemplate/Manifest
@@ -0,0 +1,4 @@
+DIST uritemplate-0.6.tar.gz 3508 SHA256 a30e230aeb7ebedbcb5da9999a17fa8a30e512e6d5b06f73d47c6e03c8e357fd SHA512 19e9d2f7cb6275c1a3bc6e287d9d3bdbed4391541f29765130a8e33825321e33fe3220adc349794d179354bcb9d77571ae20ba7836034962f3713994c7cdbfbd WHIRLPOOL 9b1b11e7da17f39f8fb6cba5ec36dd16ddef34aa29aa0fc8cd29a03fece359baffde056b9bbe29d859cac2d2ba13ccd2d112be9b07022e6f036ffadcb8acef2e
+EBUILD uritemplate-0.6.ebuild 527 SHA256 49de2ccabaf1b167255f759ecfeb65fef75f745048aef805c5279016999fa09f SHA512 b1b0e006852a031d3ad6f9c830b83fc273dc683e4c1da09b648b757a1f3efc328a2c94e78d07a1c19fca3a2d6439f22e40297f49f34fd3c17c9840324920990f WHIRLPOOL 459aa95acb13e847d0c096d55f347c32962851289316a0c7780858efcf7e7673a04677c67d71788e39d616593cde707ada2345b08d9459e09548c3f3f369b152
+MISC ChangeLog 275 SHA256 1321cd471a4c84a1a20c42900d71f2a796b4b61c73c63a18d26386288953a283 SHA512 2ed75a2256f5cadfbe1fc73f4d6fc6fd5cde8fddfa39b36eb759097b59210dfc1ff27559cbb4e95c40659fce3c5debc92d1980523cbc19b30fdd687338fc276d WHIRLPOOL 06f28f34e4b88b488a7b8f5218348352ddecdc4fb83f2dde68cfceb55a5e1fc9dcea3f2337d2460bbb244bf654248b02fbdd9a9a7dcfb1f61eaae5eef1e4e23d
+MISC metadata.xml 161 SHA256 54c4e6d783f2571466c7b03622195c255b95cf06209e59ab6653a6366cdfde6e SHA512 b306d222517e4eae525f6a79634f26eff2068f85911b7904c52c485a004d1d5401300808da67f9a1e3f102d65aebd1e0d21cd18145ea0bfec156f2aa3785b104 WHIRLPOOL f9c8e8d23bde25f4b14031f83dcc09e8437fdbcbb27199c1e9d8109fb2ccc7589cabf8240256dbbe6e080d04d2c444d115c66f82fc9b479e1e70d1ef0fe60fe2
diff --git a/dev-python/uritemplate/metadata.xml b/dev-python/uritemplate/metadata.xml
new file mode 100644
index 000000000000..ee7e8b2450a8
--- /dev/null
+++ b/dev-python/uritemplate/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>python</herd>
+</pkgmetadata>
diff --git a/dev-python/uritemplate/uritemplate-0.6.ebuild b/dev-python/uritemplate/uritemplate-0.6.ebuild
new file mode 100644
index 000000000000..13ca4825170c
--- /dev/null
+++ b/dev-python/uritemplate/uritemplate-0.6.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/uritemplate-0.6.ebuild,v 1.1 2014/12/06 15:10:59 jlec Exp $
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of RFC6570, URI Template"
+HOMEPAGE="https://pypi.python.org/pypi/uritemplate"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"