From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B634D139085 for ; Tue, 20 Dec 2016 17:42:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB362241EB; Tue, 20 Dec 2016 17:42:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EEB092241EB for ; Tue, 20 Dec 2016 17:42:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 421FC340A23 for ; Tue, 20 Dec 2016 17:42:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1FE524AB for ; Tue, 20 Dec 2016 17:42:08 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1482255554.33bf02121bfb190816587cf6eab863acfddd1dd7.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uritemplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uritemplate/Manifest dev-python/uritemplate/uritemplate-3.0.0.ebuild X-VCS-Directories: dev-python/uritemplate/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 33bf02121bfb190816587cf6eab863acfddd1dd7 X-VCS-Branch: master Date: Tue, 20 Dec 2016 17:42:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 91f1608d-4beb-4114-9bb2-80c0ee36937e X-Archives-Hash: 4b763fa5d6af8f7998c14cf00a806059 commit: 33bf02121bfb190816587cf6eab863acfddd1dd7 Author: Nicolas Bock gentoo org> AuthorDate: Thu Dec 15 13:46:32 2016 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Dec 20 17:39:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bf0212 dev-python/uritemplate: Version bump Package-Manager: portage-2.3.0 dev-python/uritemplate/Manifest | 1 + dev-python/uritemplate/uritemplate-3.0.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-python/uritemplate/Manifest b/dev-python/uritemplate/Manifest index 7f2fa5d..1f7832f 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 00000000..472c43b --- /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}"