commit:     c6dfbb3cf5d6ac94065fcb1667745c9cc10b598f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 25 16:54:29 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar 25 19:09:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dfbb3c

dev-python/webob: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/webob/Manifest           |  1 -
 dev-python/webob/webob-1.8.6.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest
index ae883623344..782186a5938 100644
--- a/dev-python/webob/Manifest
+++ b/dev-python/webob/Manifest
@@ -1,2 +1 @@
-DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 
0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84
 SHA512 
b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c
 DIST WebOb-1.8.7.tar.gz 278544 BLAKE2B 
20d8b00f181f2966b918f106080907746dac33b64e75c31749bd774709ed8aa51024258240b89abddacb041073705410845993f93ecfa4b98a7a0fcb8a14e505
 SHA512 
ff6a1ce796a59d9c078dc908a0d6307a080230a5c806be2278eebcbb78016bed43067e78e3e4a6d72a5f51184c137e8267ac75cbb92b057db008b51a792ff489

diff --git a/dev-python/webob/webob-1.8.6.ebuild 
b/dev-python/webob/webob-1.8.6.ebuild
deleted file mode 100644
index d12ed4b17e9..00000000000
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
-
-inherit distutils-r1
-
-MY_PN=WebOb
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="WSGI request and response object"
-HOMEPAGE="https://webob.org/";
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-distutils_enable_sphinx docs 'dev-python/alabaster'
-distutils_enable_tests pytest
-
-src_prepare() {
-       # py3.9
-       sed -i -e 's:isAlive:is_alive:' tests/conftest.py || die
-       distutils-r1_src_prepare
-}

Reply via email to