From 84876f105d8de07a69ede2004d32ef3c75cdfa6e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 2 May 2017 16:28:42 +0200 Subject: dev-python/astor: Clean old versions up --- dev-python/astor/Manifest | 3 --- dev-python/astor/astor-0.3.ebuild | 18 ------------------ dev-python/astor/astor-0.4.1.ebuild | 28 ---------------------------- dev-python/astor/astor-0.4.ebuild | 28 ---------------------------- 4 files changed, 77 deletions(-) delete mode 100644 dev-python/astor/astor-0.3.ebuild delete mode 100644 dev-python/astor/astor-0.4.1.ebuild delete mode 100644 dev-python/astor/astor-0.4.ebuild (limited to 'dev-python/astor') diff --git a/dev-python/astor/Manifest b/dev-python/astor/Manifest index 25304715ddd4..f31ddba9d59c 100644 --- a/dev-python/astor/Manifest +++ b/dev-python/astor/Manifest @@ -1,4 +1 @@ -DIST astor-0.3.tar.gz 10193 SHA256 64d30fceccc46fe0c9d8afd1d60f5c9c1f7f2c2504a10ccc1548ac34fc3a8ce9 SHA512 ee75eeb795c87c1b86872af1ef8cd573b857fe973b4c6dea2a1484b37203bab3fcaa75f2d29eb499c6c109caed068b25156dfbb19934856cc4980f4f0f36a4fc WHIRLPOOL e20fda731853578ec8c13cdfdab04569a0435036f2e9242e1cc0d8b92425a2ccf06ec7c5f8014323136059da8cdb59de98b9dcb1fd633890ff6dcc8508356708 -DIST astor-0.4.1.tar.gz 10865 SHA256 df38bb923b9111b873f1b812f5f4932110ead7c7dd8b4734d9eb7968c074d9b0 SHA512 9c1b5e2d17112ffe8e7f8ed75acc3e0c488f0d2b4c32452e6a89aea43c090be984f1bbf3e31c44b09ad6c63e0a2ccb837bd1b730fab7114a9eae66899fdd314f WHIRLPOOL 544860e33f643e15400f626779977cce852be7d39e67333af140483cad640556be9a748a345afb4219fbc306deb55e88bc49b119498caffa0b6b261639ced800 -DIST astor-0.4.tar.gz 11188 SHA256 26ddb1ae3c372a09702709e91544eece9e8c885fdae7b2553838d440492fc24c SHA512 8a36668cb359795652eee61998281d4dadab875a6ad2e4c351385ae67a21352a3a45de5233c4dc31a9060e01d4525acd9a8d233ef7f322fbdc925e9aa85346c7 WHIRLPOOL 4841e01310245b21559947c2eac677a45498edae94ad97009704929f5345f31814b82d086b996ca54cc2b04df7026921eabfa5e95131ef410192043a0114cf83 DIST astor-0.5.tar.gz 10999 SHA256 4abff251d3f03cbe99106cc16e0dc94adc4f88d580c34a717741c7090b76aab9 SHA512 7c940371a6c3ddbc4a6691edb6ee17eef61436912bb873c5c0cba4f3865c9d4f8e077674b14ccc7e319b749898782aaf87e085eedd9ba7f8638130deb67f549b WHIRLPOOL fcc82e25305a291f6884b2d18c8316b55902c6334962203c8b504e79a563e09173b7fa0da29276c12cf42e646a268d71b5dd6365990517379f211d1da343562e diff --git a/dev-python/astor/astor-0.3.ebuild b/dev-python/astor/astor-0.3.ebuild deleted file mode 100644 index c04c1f4434e9..000000000000 --- a/dev-python/astor/astor-0.3.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Read/rewrite/write Python ASTs" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="https://pypi.python.org/pypi/astor" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/astor/astor-0.4.1.ebuild b/dev-python/astor/astor-0.4.1.ebuild deleted file mode 100644 index 225262c38aee..000000000000 --- a/dev-python/astor/astor-0.4.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Read/rewrite/write Python ASTs" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="https://pypi.python.org/pypi/astor" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - #avoid file collisions picked up by the eclass - sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}" -} diff --git a/dev-python/astor/astor-0.4.ebuild b/dev-python/astor/astor-0.4.ebuild deleted file mode 100644 index f78e2df26d67..000000000000 --- a/dev-python/astor/astor-0.4.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Read/rewrite/write Python ASTs" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" -HOMEPAGE="https://pypi.python.org/pypi/astor" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_prepare_all() { - #avoid file collisions picked up by the eclass - sed -e s":find_packages():find_packages(exclude=['tests']):" -i setup.py || die - distutils-r1_python_prepare_all -} - -python_test() { - "${PYTHON}" -m unittest discover || die "tests failed under ${EPYTHON}" -} -- cgit v1.2.3-65-gdbad