idella4 15/06/29 02:29:47 Modified: ChangeLog Added: openpyxl-2.2.4.ebuild Removed: openpyxl-2.2.2.ebuild Log: bump one remove one (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.17 dev-python/openpyxl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 3 Jun 2015 20:32:24 -0000 1.16 +++ ChangeLog 29 Jun 2015 02:29:47 -0000 1.17 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/openpyxl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.16 2015/06/03 20:32:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.17 2015/06/29 02:29:47 idella4 Exp $ + +*openpyxl-2.2.4 (29 Jun 2015) + + 29 Jun 2015; Ian Delaney <[email protected]> +openpyxl-2.2.4.ebuild, + -openpyxl-2.2.2.ebuild: + bump one remove one 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: Add pypi to remote-id in metadata.xml 1.1 dev-python/openpyxl/openpyxl-2.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.4.ebuild?rev=1.1&content-type=text/plain Index: openpyxl-2.2.4.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.4.ebuild,v 1.1 2015/06/29 02:29:47 idella4 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://openpyxl.readthedocs.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]" DEPEND=" test? ( ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] )" # tests aren't contained in tarball RESTRICT="test" python_test() { py.test || die "Testing failed with ${EPYTHON}" }
