From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 58F3313888F for ; Wed, 21 Oct 2015 13:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0207921C052; Wed, 21 Oct 2015 13:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9939821C052 for ; Wed, 21 Oct 2015 13:41:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9D3E83408FB for ; Wed, 21 Oct 2015 13:41:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 609FB1548 for ; Wed, 21 Oct 2015 13:41:26 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445434824.f2fb12143db41d8781c712efb082c31a5ca09628.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-bootstrap-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx-bootstrap-theme/metadata.xml dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.7.ebuild X-VCS-Directories: dev-python/sphinx-bootstrap-theme/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f2fb12143db41d8781c712efb082c31a5ca09628 X-VCS-Branch: master Date: Wed, 21 Oct 2015 13:41:26 +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: 7446037d-a0c7-404b-b2a1-34ec0ffebd17 X-Archives-Hash: ad886ccc7444c590da0fd36b3965bb54 commit: f2fb12143db41d8781c712efb082c31a5ca09628 Author: Justin Lecher gentoo org> AuthorDate: Tue Oct 20 20:32:47 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 21 13:40:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2fb1214 dev-python/sphinx-bootstrap-theme: Add python3.5 support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/sphinx-bootstrap-theme/metadata.xml | 8 ++++---- .../sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.7.ebuild | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-python/sphinx-bootstrap-theme/metadata.xml b/dev-python/sphinx-bootstrap-theme/metadata.xml index e8b48e0..ebf5b8a 100644 --- a/dev-python/sphinx-bootstrap-theme/metadata.xml +++ b/dev-python/sphinx-bootstrap-theme/metadata.xml @@ -1,8 +1,8 @@ -python - - sphinx-bootstrap-theme - + python + + sphinx-bootstrap-theme + diff --git a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.7.ebuild b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.7.ebuild index 1419a7b..3a10409 100644 --- a/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.7.ebuild +++ b/dev-python/sphinx-bootstrap-theme/sphinx-bootstrap-theme-0.4.7.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 @@ -15,7 +15,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" - IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"