diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2016-03-12 13:14:36 +0100 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2016-03-12 13:28:31 +0100 |
commit | 8c7dee71fee1ce886026921f491cad6a6f00bc30 (patch) | |
tree | b35dc99730e006249a70de1e3305a591dfc129cc /dev-python/openpyxl | |
parent | dev-python/certifi: version bump to 2016.2.28 (diff) | |
download | gentoo-8c7dee71fee1ce886026921f491cad6a6f00bc30.tar.gz gentoo-8c7dee71fee1ce886026921f491cad6a6f00bc30.tar.bz2 gentoo-8c7dee71fee1ce886026921f491cad6a6f00bc30.zip |
dev-python/openpyxl: remove old versions
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/openpyxl')
-rw-r--r-- | dev-python/openpyxl/Manifest | 2 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.2.4.ebuild | 33 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.2.6.ebuild | 33 |
3 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/openpyxl/Manifest b/dev-python/openpyxl/Manifest index 589149d96cf5..28e89ef9dc6f 100644 --- a/dev-python/openpyxl/Manifest +++ b/dev-python/openpyxl/Manifest @@ -1,4 +1,2 @@ DIST openpyxl-2.2.3.tar.gz 108576 SHA256 7d46b38960bae1e912eb8161bb4e040d2611f295126703a18865b65c49a49a7c SHA512 aac0fac10611f15b4b006b4c6ca6fd7c854d3c7bc8203fcfcb932898cf599a809f14ee21f42f263bc75cc98b907fcb7dd5953c328aa0a5adeb2c7e5556de5aba WHIRLPOOL ca98df2cc6c5985c1d12c7493403aa6cabe02192d91d1dfadb73e8823eaf94661738afc6cd1e28b4183b34f123e0fcaab4472748de8724abc79683f0119be7f9 -DIST openpyxl-2.2.4.tar.gz 108810 SHA256 bd1b795ffc928f8c3f64fc0182e087a5f9afe7df94c78335a8d12eed872d182a SHA512 b33832bf194ef80cb5ce8dc4ee06f5c2f372fcd1074f7a4b0fea94c9528d17a80bfc83bb2a20e40118bd2250d63ade1a772bbc20533b9355472284a186ebe977 WHIRLPOOL 4a799125391a587a027e936a60f3853440ffe754e1078b6e95b3d7077ff89f0b308fd7e431561fdc7bb8707a17cbf39088ef88395e101dd578bcdcf568e9e6e4 -DIST openpyxl-2.2.6.tar.gz 108959 SHA256 0e580133106976da044b5861231283fb4e1b2d439787e0f668f28eb2dfd7468e SHA512 a306b5c646714c32b08d21c513720bbd355920ca457dc9a013b68422be7c6be28ea0558180e20be532b1c8f6c7e032bc981aba0640f171546a80a39acb0219b2 WHIRLPOOL 18fe3526599f247a864762c091284695725895ae206f573e27c4f95e1ed0b49207ff2f8fa4949245dd31a82ae429c51a374bbc5d0152580cf192802690b750b3 DIST openpyxl-2.3.0.tar.gz 138746 SHA256 2f9d7350304edb0e94ccc898fb7efa8c22b83bb37fdcfeba9b674d07dae19c24 SHA512 e0d438c753628618748af7511366936681e63046fdb9dfb8509db8701194dc2875394892392e6871a367a68c08b730efdac29a88db6b0589fd619066145fff9f WHIRLPOOL d66436e47f2c807a6ff0b9a9991d1ae52c8bb35ff2e2ec43d0fdee4c0bf2b4e27bf6077fc2b87d720fe97f7d0a46edff35db14cd212685d502d828aa48fcd85b diff --git a/dev-python/openpyxl/openpyxl-2.2.4.ebuild b/dev-python/openpyxl/openpyxl-2.2.4.ebuild deleted file mode 100644 index b61d84c3082c..000000000000 --- a/dev-python/openpyxl/openpyxl-2.2.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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}" -} diff --git a/dev-python/openpyxl/openpyxl-2.2.6.ebuild b/dev-python/openpyxl/openpyxl-2.2.6.ebuild deleted file mode 100644 index ae3486702f85..000000000000 --- a/dev-python/openpyxl/openpyxl-2.2.6.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) - -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}" -} |