diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2016-12-15 06:46:32 -0700 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2016-12-20 10:39:14 -0700 |
commit | 33bf02121bfb190816587cf6eab863acfddd1dd7 (patch) | |
tree | 3b6c7c8e5931598b6be0d48a464217dd5ef34756 /dev-python | |
parent | 159437c4bc58b8fcd12cc33bb11d8a4fef437f1b (diff) | |
download | gentoo-33bf02121bfb190816587cf6eab863acfddd1dd7.tar.gz gentoo-33bf02121bfb190816587cf6eab863acfddd1dd7.tar.xz |
dev-python/uritemplate: Version bump
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/uritemplate/Manifest | 1 | ||||
-rw-r--r-- | dev-python/uritemplate/uritemplate-3.0.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/uritemplate/Manifest b/dev-python/uritemplate/Manifest index 7f2fa5d6512..1f7832ffe7c 100644 --- a/dev-python/uritemplate/Manifest +++ b/dev-python/uritemplate/Manifest @@ -1 +1,2 @@ DIST uritemplate-0.6.tar.gz 3508 SHA256 a30e230aeb7ebedbcb5da9999a17fa8a30e512e6d5b06f73d47c6e03c8e357fd SHA512 19e9d2f7cb6275c1a3bc6e287d9d3bdbed4391541f29765130a8e33825321e33fe3220adc349794d179354bcb9d77571ae20ba7836034962f3713994c7cdbfbd WHIRLPOOL 9b1b11e7da17f39f8fb6cba5ec36dd16ddef34aa29aa0fc8cd29a03fece359baffde056b9bbe29d859cac2d2ba13ccd2d112be9b07022e6f036ffadcb8acef2e +DIST uritemplate-3.0.0.tar.gz 30038 SHA256 c02643cebe23fc8adb5e6becffe201185bf06c40bda5c0b4028a93f1527d011d SHA512 9988ae6db1d0234a2dfb393ab0205dd7902c814b8a85e06a666b8fec44cacec90fc8852b64da068242cb57cbb2ed63478567224fcb6751df82605d1f0881ad6e WHIRLPOOL d1452e09d13642a3105d8d739af1ba82b7303b11ab42229f60bfc4ae2460f7b25202bf58917ba3a3db19b303ae87023274cad813808b6de3e48736857fdfe82a diff --git a/dev-python/uritemplate/uritemplate-3.0.0.ebuild b/dev-python/uritemplate/uritemplate-3.0.0.ebuild new file mode 100644 index 00000000000..472c43bb9dc --- /dev/null +++ b/dev-python/uritemplate/uritemplate-3.0.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5} 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 ~arm ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + dev-python/simplejson[${PYTHON_USEDEP}] + !<=dev-python/google-api-python-client-1.3" +DEPEND="${RDEPEND}" |