dev-python/uritemplate: Version bump

Package-Manager: portage-2.3.0
This commit is contained in:
Nicolas Bock
2016-12-15 06:46:32 -07:00
parent 159437c4bc
commit 33bf02121b
2 changed files with 24 additions and 0 deletions

View File

@@ -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

View File

@@ -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}"