idella4 15/06/08 07:14:37 Modified: click-4.0-r1.ebuild click-3.3.ebuild ChangeLog Log: add dep sphinx for doc build (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/click/click-4.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-4.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-4.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-4.0-r1.ebuild?r1=1.1&r2=1.2 Index: click-4.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/click/click-4.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- click-4.0-r1.ebuild 5 Apr 2015 00:29:59 -0000 1.1 +++ click-4.0-r1.ebuild 8 Jun 2015 07:14:37 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-4.0-r1.ebuild,v 1.1 2015/04/05 00:29:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-4.0-r1.ebuild,v 1.2 2015/06/08 07:14:37 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -18,7 +18,9 @@ IUSE="doc examples test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) + " PATCHES=( "${FILESDIR}"/${P}-docbuild.patch ) 1.4 dev-python/click/click-3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-3.3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-3.3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-3.3.ebuild?r1=1.3&r2=1.4 Index: click-3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/click/click-3.3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- click-3.3.ebuild 8 Mar 2015 23:41:52 -0000 1.3 +++ click-3.3.ebuild 8 Jun 2015 07:14:37 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-3.3.ebuild,v 1.3 2015/03/08 23:41:52 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-3.3.ebuild,v 1.4 2015/06/08 07:14:37 idella4 Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -19,7 +19,8 @@ RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all() { # Prevent un-needed d'loading 1.12 dev-python/click/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 5 Apr 2015 00:29:59 -0000 1.11 +++ ChangeLog 8 Jun 2015 07:14:37 -0000 1.12 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/click # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v 1.11 2015/04/05 00:29:59 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v 1.12 2015/06/08 07:14:37 idella4 Exp $ + + 08 Jun 2015; Ian Delaney <[email protected]> click-3.3.ebuild, + click-4.0-r1.ebuild: + add dep sphinx for doc build *click-4.0-r1 (05 Apr 2015)
