jlec 15/05/13 12:50:14
Modified: openpyxl-2.1.0.ebuild ChangeLog
Added: openpyxl-2.2.2.ebuild openpyxl-9999.ebuild
Removed: openpyxl-1.7.0.ebuild openpyxl-1.9.0.ebuild
openpyxl-2.0.2.ebuild
Log:
Version Bump; drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
E9402A79B03529A2!)
Revision Changes Path
1.3 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.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild?r1=1.2&r2=1.3
Index: openpyxl-2.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openpyxl-2.1.0.ebuild 16 Feb 2015 15:48:41 -0000 1.2
+++ openpyxl-2.1.0.ebuild 13 May 2015 12:50:14 -0000 1.3
@@ -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/openpyxl/openpyxl-2.1.0.ebuild,v
1.2 2015/02/16 15:48:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/openpyxl-2.1.0.ebuild,v
1.3 2015/05/13 12:50:14 jlec Exp $
EAPI=5
@@ -9,7 +9,7 @@
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
-HOMEPAGE="http://bitbucket.org/ericgazoni/openpyxl-328/wiki/Home"
+HOMEPAGE="http://openpyxl.readthedocs.org"
SRC_URI="https://bitbucket.org/ericgazoni/openpyxl-328/get/${PV}.tar.bz2 ->
${P}.tar.bz2"
LICENSE="MIT"
1.14 dev-python/openpyxl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 7 Apr 2015 14:16:49 -0000 1.13
+++ ChangeLog 13 May 2015 12:50:14 -0000 1.14
@@ -1,6 +1,14 @@
# 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.13
2015/04/07 14:16:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.14
2015/05/13 12:50:14 jlec Exp $
+
+*openpyxl-2.2.2 (13 May 2015)
+*openpyxl-9999 (13 May 2015)
+
+ 13 May 2015; Justin Lecher <[email protected]> +openpyxl-2.2.2.ebuild,
+ +openpyxl-9999.ebuild, -openpyxl-1.7.0.ebuild, -openpyxl-1.9.0.ebuild,
+ -openpyxl-2.0.2.ebuild, openpyxl-2.1.0.ebuild:
+ Version Bump; drop old
16 Feb 2015; Pacho Ramos <[email protected]> openpyxl-2.1.0.ebuild:
amd64/x86 stable, bug #530324
1.1 dev-python/openpyxl/openpyxl-2.2.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.2.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-2.2.2.ebuild?rev=1.1&content-type=text/plain
Index: openpyxl-2.2.2.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.2.ebuild,v
1.1 2015/05/13 12:50:14 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://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}"
}
1.1 dev-python/openpyxl/openpyxl-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-9999.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/openpyxl/openpyxl-9999.ebuild?rev=1.1&content-type=text/plain
Index: openpyxl-9999.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-9999.ebuild,v
1.1 2015/05/13 12:50:14 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} )
inherit distutils-r1 mercurial
DESCRIPTION="Pure python reader and writer of Excel OpenXML files"
HOMEPAGE="http://openpyxl.readthedocs.org"
SRC_URI=""
EHG_REPO_URI="https://bitbucket.org/openpyxl/openpyxl"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="test"
RDEPEND="dev-python/jdcal[${PYTHON_USEDEP}]"
DEPEND="
test? (
${RDEPEND}
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
)"
python_test() {
py.test || die "Testing failed with ${EPYTHON}"
}