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 D898B139694 for ; Mon, 31 Jul 2017 18:12:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F8E41FC11A; Mon, 31 Jul 2017 18:12:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7CBA91FC11A for ; Mon, 31 Jul 2017 18:12:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB0233419CF for ; Mon, 31 Jul 2017 18:12:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8552174CD for ; Mon, 31 Jul 2017 18:12:41 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1501524714.ae5aee31329b0873e3174461a12fdc815e388503.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/guzzle_sphinx_theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/guzzle_sphinx_theme/Manifest dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild X-VCS-Directories: dev-python/guzzle_sphinx_theme/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: ae5aee31329b0873e3174461a12fdc815e388503 X-VCS-Branch: master Date: Mon, 31 Jul 2017 18:12:41 +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: c42ed925-f53d-4b37-9d1a-222abab5ec87 X-Archives-Hash: d594f71fb903f0973346ee890add5e7d commit: ae5aee31329b0873e3174461a12fdc815e388503 Author: Sébastien Fabbro gentoo org> AuthorDate: Sat Jul 29 19:54:37 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Mon Jul 31 18:11:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5aee31 dev-python/guzzle_sphinx_theme: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/guzzle_sphinx_theme/Manifest | 1 + .../guzzle_sphinx_theme-0.7.11.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/dev-python/guzzle_sphinx_theme/Manifest b/dev-python/guzzle_sphinx_theme/Manifest index 211d3c9108c..5c4e6b6b172 100644 --- a/dev-python/guzzle_sphinx_theme/Manifest +++ b/dev-python/guzzle_sphinx_theme/Manifest @@ -1 +1,2 @@ DIST guzzle_sphinx_theme-0.7.10.tar.gz 225764 SHA256 d0ddb986fbb70c00d84c628ff520ed3d64bdb0e876487e896dae1ece048a8e08 SHA512 a21867e93ffc80e91b85a0fc33cedb21ba9e1d2912b6d5d6226e5ec93550564a1a9321eae09aaaddb61f36ce051017c33b750c52d609cd604a5cc4bf8ce5248f WHIRLPOOL 99b96d26f744fa3a8e7a7b480d617ec9bb47ca3b3330d5a4b3439ad7cae3b846b29e031dc9f7640066fd1c7542a03f044029e1c5cf0cd88341988218b561fc42 +DIST guzzle_sphinx_theme-0.7.11.tar.gz 2548612 SHA256 9b8c1639c343c02c3f3db7df660ddf6f533b5454ee92a5f7b02edaa573fed3e6 SHA512 9aecdd4cf8ae286c9dd59a453790d957e96a57a9c9acd3aa38ff8fe64969cde4619c4154cd7304dd1c5bd0ea58fe71f556701b7a9b12f58fe3f5c1bdd2681da5 WHIRLPOOL bcedb9a2f5f574100be78a002dd973dae8d78244f422d7328e7fc405a65442ba6f50ae360c2fd6d6034bfdca882f3623861cdfe0b43086a8cb091f9693384bfb diff --git a/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild new file mode 100644 index 00000000000..c58ba0df578 --- /dev/null +++ b/dev-python/guzzle_sphinx_theme/guzzle_sphinx_theme-0.7.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Sphinx theme used by Guzzle" +HOMEPAGE="https://github.com/guzzle/guzzle_sphinx_theme" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND=">=dev-python/sphinx-1.2[${PYTHON_USEDEP}]"