jlec        15/05/26 13:15:28

  Modified:             ChangeLog
  Added:                openpyxl-2.2.3.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.15                 dev-python/openpyxl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   13 May 2015 12:50:14 -0000      1.14
+++ ChangeLog   26 May 2015 13:15:28 -0000      1.15
@@ -1,6 +1,11 @@
 # 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.14 
2015/05/13 12:50:14 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/openpyxl/ChangeLog,v 1.15 
2015/05/26 13:15:28 jlec Exp $
+
+*openpyxl-2.2.3 (26 May 2015)
+
+  26 May 2015; Justin Lecher <j...@gentoo.org> +openpyxl-2.2.3.ebuild:
+  Version Bump
 
 *openpyxl-2.2.2 (13 May 2015)
 *openpyxl-9999 (13 May 2015)



1.1                  dev-python/openpyxl/openpyxl-2.2.3.ebuild

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

Index: openpyxl-2.2.3.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.3.ebuild,v 
1.1 2015/05/26 13:15:28 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}"
}




Reply via email to