jlec 14/12/07 10:06:30 Modified: ChangeLog Added: openpyxl-2.1.0.ebuild Log: dev-python/openpyxl: Version BUmp (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.8 dev-python/openpyxl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 28 Oct 2014 07:49:09 -0000 1.7 +++ ChangeLog 7 Dec 2014 10:06:30 -0000 1.8 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/openpyxl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.7 2014/10/28 07:49:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.8 2014/12/07 10:06:30 jlec Exp $ + +*openpyxl-2.1.0 (07 Dec 2014) + + 07 Dec 2014; Justin Lecher <[email protected]> +openpyxl-2.1.0.ebuild: + Version BUmp 28 Oct 2014; Alexis Ballier <[email protected]> openpyxl-2.0.2.ebuild: keyword ~arm 1.1 dev-python/openpyxl/openpyxl-2.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild?rev=1.1&content-type=text/plain Index: openpyxl-2.1.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild,v 1.1 2014/12/07 10:06:30 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 vcs-snapshot DESCRIPTION="Pure python reader and writer of Excel OpenXML files" HOMEPAGE="http://bitbucket.org/ericgazoni/openpyxl-328/wiki/Home" SRC_URI="https://bitbucket.org/ericgazoni/openpyxl-328/get/${PV}.tar.bz2 -> ${P}.tar.bz2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="doc test" RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]" DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] ) doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" python_prepare_all(){ sed -e "s: 'sphinx.ext.intersphinx',::" \ -i doc/source/conf.py || die distutils-r1_python_prepare_all } python_compile_all() { use doc && emake -C doc html } python_test() { py.test || die "Testing failed with ${EPYTHON}" } python_install_all() { use doc && local HTML_DOCS=( doc/build/html/. ) distutils-r1_python_install_all }
