commit:     4a5e09f43eecece15af98fb5dce2751160a50eec
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 11:11:56 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May  2 11:58:09 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5e09f4

dev-python/xlwt: Clean old versions up

 dev-python/xlwt/Manifest          |  2 --
 dev-python/xlwt/xlwt-0.7.5.ebuild | 32 -------------------------
 dev-python/xlwt/xlwt-1.1.2.ebuild | 49 ---------------------------------------
 3 files changed, 83 deletions(-)

diff --git a/dev-python/xlwt/Manifest b/dev-python/xlwt/Manifest
index d22aa1e44db..7f6af42079c 100644
--- a/dev-python/xlwt/Manifest
+++ b/dev-python/xlwt/Manifest
@@ -1,4 +1,2 @@
-DIST xlwt-0.7.5.tar.gz 115100 SHA256 
9478bd70b86590b9ac2697967c8a10a4917d900636349ca73eeb362a3227423c SHA512 
d385c36c80002998891dd93d4ebcdd962239463ee089965961d3b8955d4783bbcdec96920891a252ee6cb076eab6b13ffad83e7758c179dcbc684e82fa8dfe35
 WHIRLPOOL 
46d01a1bcfc5f01585082bf3ff8750cecd7ce87b5ebe279a3d9377c8c7e272f070cb28d430285c900d0e2389469097088b6126932c76f3778b274b86696f6adc
 DIST xlwt-1.0.0.tar.gz 129588 SHA256 
ac432939eec8daa9f88af994ff53f009e607a4e1102772ec0be0b2a86b2c1cf9 SHA512 
45788a506635f1ef6380d46aa0af724e511e401e8347dcf48dbf4e2d90e7f4c7f66838cd9616cf58807ffb939daba1f47b0d2cf449f8cb528db41fba84cc8866
 WHIRLPOOL 
d3d344faae89fad012f05fe5b19e5ce16dd144016abf7ea15123a9725c77a732e85d93131c692dbcaf306cdc8d1b06efcaf39227265c612200107d2c20541132
-DIST xlwt-1.1.2.tar.gz 153374 SHA256 
aed648c17731f40f84550dd2a1aaa53569f0cbcaf5610ba895cd2632587b723c SHA512 
dfe27e1415bd9ebe83b41f45fe8f08396269d4075014bacb7e59384aa8bea0e5479e0a4874fc727ab00c8c8ee44a17f9af8736f78a30db76b7330e79a1942cc3
 WHIRLPOOL 
b44468558b39d3819a75ab1c6b9db8a66fd6fd8e1bfe9bd23661788dc77796bf3788405d386ff191f27b10b361757a5bfc94e8bb4f895bdc85bc18fb9350a5a4
 DIST xlwt-1.2.0.tar.gz 153909 SHA256 
505669c1eb6a60823fd3e2e723b60eea95f2c56254113bf163091ed2bedb4ac9 SHA512 
e0be61f6a54ac39c91cf03a1a7535c464045539f6a040f000921815e3280bd341770d72f4353891a10dde7c1b51eab4ccb1ae1c10bbf779108346fba8484eef8
 WHIRLPOOL 
645746c311d8d2b55022368fd8d5baedf4771d66000baaf0f3eda57241c8c1c1d51bed9fb33e85398d9b79803b8a6a350a10d3abb74bdafc8de0e4408771a38f

diff --git a/dev-python/xlwt/xlwt-0.7.5.ebuild 
b/dev-python/xlwt/xlwt-0.7.5.ebuild
deleted file mode 100644
index 270b8707bf6..00000000000
--- a/dev-python/xlwt/xlwt-0.7.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to create spreadsheet files compatible with Excel"
-HOMEPAGE="https://pypi.python.org/pypi/xlwt";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_prepare_all() {
-       # Don't install documentation and examples in site-packages directories.
-       sed -e "/package_data/,+6d" -i setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_install_all() {
-       local HTML_DOCS=( HISTORY.html xlwt/doc/xlwt.html )
-       use examples && local EXAMPLES=( xlwt/examples )
-       distutils-r1_python_install_all
-
-       dodoc -r tests
-       docompress -x /usr/share/doc/${PF}/tests
-}

diff --git a/dev-python/xlwt/xlwt-1.1.2.ebuild 
b/dev-python/xlwt/xlwt-1.1.2.ebuild
deleted file mode 100644
index 9782bad1072..00000000000
--- a/dev-python/xlwt/xlwt-1.1.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Python library to create spreadsheet files compatible with Excel"
-HOMEPAGE="https://pypi.python.org/pypi/xlwt";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples test"
-
-DEPEND="
-       dev-python/setuptools[${PYTHON_USEDEP}]
-       doc? (
-               >=dev-python/sphinx-1.3.1[${PYTHON_USEDEP}]
-               dev-python/pkginfo[${PYTHON_USEDEP}]
-       )
-       test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-# Prevent d'loading in the doc build
-PATCHES=( "${FILESDIR}"/docbuild.patch )
-
-python_prepare_all() {
-       # Don't install documentation and examples in site-packages directories.
-       sed -e "/package_data/d" -i setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
-       use doc && emake -C docs html
-}
-
-python_test() {
-       nosetests tests || die "tests failed under ${EPYTHON}}"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( docs/_build/html/. )
-       use examples && local EXAMPLES=( examples/. )
-       distutils-r1_python_install_all
-}

Reply via email to