idella4     14/08/06 03:27:15

  Modified:             click-2.4.ebuild ChangeLog
  Added:                click-2.5.ebuild
  Removed:              click-2.0.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.2                  dev-python/click/click-2.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.4.ebuild?r1=1.1&r2=1.2

Index: click-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/click/click-2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- click-2.4.ebuild    17 Jul 2014 09:51:11 -0000      1.1
+++ click-2.4.ebuild    6 Aug 2014 03:27:15 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-2.4.ebuild,v 1.1 
2014/07/17 09:51:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-2.4.ebuild,v 1.2 
2014/08/06 03:27:15 idella4 Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -21,6 +21,12 @@
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 
+python_prepare_all() {
+       # Prevent un-needed d'loading
+       sed -e "s/, 'sphinx.ext.intersphinx'//" -i docs/conf.py || die
+       distutils-r1_python_prepare_all
+}
+
 python_compile_all() {
        use doc && emake -C docs html
 }



1.3                  dev-python/click/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   17 Jul 2014 09:51:11 -0000      1.2
+++ ChangeLog   6 Aug 2014 03:27:15 -0000       1.3
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/click
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v 1.2 2014/07/17 
09:51:11 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/click/ChangeLog,v 1.3 2014/08/06 
03:27:15 idella4 Exp $
+
+*click-2.5 (06 Aug 2014)
+
+  06 Aug 2014; Ian Delaney <idel...@gentoo.org> +click-2.5.ebuild,
+  -click-2.0.ebuild, click-2.4.ebuild:
+  bump, rm old
 
 *click-2.4 (17 Jul 2014)
 



1.1                  dev-python/click/click-2.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/click/click-2.5.ebuild?rev=1.1&content-type=text/plain

Index: click-2.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/click/click-2.5.ebuild,v 1.1 
2014/08/06 03:27:15 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )

inherit distutils-r1

DESCRIPTION="A Python package for creating beautiful command line interfaces"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="http://click.pocoo.org/ http://pypi.python.org/pypi/click";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="doc examples test"

RDEPEND="dev-python/colorama[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

python_prepare_all() {
        # Prevent un-needed d'loading
        sed -e "s/, 'sphinx.ext.intersphinx'//" -i docs/conf.py || die
        distutils-r1_python_prepare_all
}

python_compile_all() {
        use doc && emake -C docs html
}

python_test() {
        emake test
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to