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 8321F58973 for ; Mon, 25 Jan 2016 08:31:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C66B921C014; Mon, 25 Jan 2016 08:31:08 +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 E5C1421C014 for ; Mon, 25 Jan 2016 08:31:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6348340961 for ; Mon, 25 Jan 2016 08:31:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90CAA10FD for ; Mon, 25 Jan 2016 08:31:02 +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: <1453710654.d5e9b0f35895802e187ceb68a26b5aec7d104ba8.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sqlparse/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild X-VCS-Directories: dev-python/python-sqlparse/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d5e9b0f35895802e187ceb68a26b5aec7d104ba8 X-VCS-Branch: master Date: Mon, 25 Jan 2016 08:31:02 +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: 2763125c-1a35-4af9-af79-a6fc31b2e3ab X-Archives-Hash: f2b41d05d45f0294c94a86e524fc7d76 commit: d5e9b0f35895802e187ceb68a26b5aec7d104ba8 Author: Justin Lecher gentoo org> AuthorDate: Mon Jan 25 08:30:54 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Jan 25 08:30:54 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e9b0f3 dev-python/python-sqlparse: Fix doc building Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572742 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher gentoo.org> dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild | 5 +++-- dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild | 9 ++++++++- dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild | 9 ++++++++- dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild | 9 ++++++++- dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild | 9 ++++++++- dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild | 9 ++++++++- 6 files changed, 43 insertions(+), 7 deletions(-) diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild index e9dbe77..1092cca 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,8 @@ KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" LICENSE="BSD-2" IUSE="test" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" DISTUTILS_IN_SOURCE_BUILD=1 # Required for running tests diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild index d43dada..1991b75 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.13.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,8 +17,11 @@ KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux LICENSE="BSD-2" IUSE="doc examples test" +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" + DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] @@ -28,6 +31,10 @@ DISTUTILS_IN_SOURCE_BUILD=1 S="${WORKDIR}"/${P#python-} +pkg_setup() { + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) +} + python_compile_all() { use doc && emake -C docs html } diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild index 5a3edd7..cfc6770 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,8 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linu LICENSE="BSD-2" IUSE="doc test" +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" + DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] @@ -31,6 +34,10 @@ DISTUTILS_IN_SOURCE_BUILD=1 S="${WORKDIR}"/${P#python-} +pkg_setup() { + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) +} + python_compile_all() { use doc && emake -C docs html } diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild index 5a3edd7..cfc6770 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,8 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linu LICENSE="BSD-2" IUSE="doc test" +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" + DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] @@ -31,6 +34,10 @@ DISTUTILS_IN_SOURCE_BUILD=1 S="${WORKDIR}"/${P#python-} +pkg_setup() { + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) +} + python_compile_all() { use doc && emake -C docs html } diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild index df6e142..6bea092 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,8 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x LICENSE="BSD-2" IUSE="doc test" +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" + DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] @@ -31,6 +34,10 @@ DISTUTILS_IN_SOURCE_BUILD=1 S="${WORKDIR}"/${P#python-} +pkg_setup() { + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) +} + python_compile_all() { use doc && emake -C docs html } diff --git a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild index df6e142..6bea092 100644 --- a/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild +++ b/dev-python/python-sqlparse/python-sqlparse-0.1.18.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -20,8 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x LICENSE="BSD-2" IUSE="doc test" +REQUIRED_USE="doc? ( || ( $(python_gen_useflags 'python2*') ) )" + DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-cov[${PYTHON_USEDEP}] @@ -31,6 +34,10 @@ DISTUTILS_IN_SOURCE_BUILD=1 S="${WORKDIR}"/${P#python-} +pkg_setup() { + use doc && DISTUTILS_ALL_SUBPHASE_IMPLS=( 'python2*' ) +} + python_compile_all() { use doc && emake -C docs html }