From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2752E138359 for ; Sat, 22 Aug 2020 07:13:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2919BE083B; Sat, 22 Aug 2020 07:13:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14A69E083B for ; Sat, 22 Aug 2020 07:13:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E95A33BEF1 for ; Sat, 22 Aug 2020 07:13:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB88334 for ; Sat, 22 Aug 2020 07:13:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1598080143.94fe29eba379469fade0b5a03e7d773a51b1ef62.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/webob/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/webob/Manifest dev-python/webob/webob-1.8.5-r3.ebuild X-VCS-Directories: dev-python/webob/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 94fe29eba379469fade0b5a03e7d773a51b1ef62 X-VCS-Branch: master Date: Sat, 22 Aug 2020 07:13:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b54447ad-a912-45be-9469-9e3008bf4d48 X-Archives-Hash: b03d9d67e32ccc380b4ef2cc6001d98a commit: 94fe29eba379469fade0b5a03e7d773a51b1ef62 Author: Michał Górny gentoo org> AuthorDate: Sat Aug 22 07:09:03 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 22 07:09:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94fe29eb dev-python/webob: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/webob/Manifest | 1 - dev-python/webob/webob-1.8.5-r3.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/webob/Manifest b/dev-python/webob/Manifest index 57c5f11f157..80a4758dd33 100644 --- a/dev-python/webob/Manifest +++ b/dev-python/webob/Manifest @@ -1,2 +1 @@ -DIST WebOb-1.8.5.tar.gz 271955 BLAKE2B e1d22e91e8e04c88d6adcb4dcad93e1e0c37b5b3894eee7c2b5a92d2eea41719d3b42e05916bb355a3ac9a2f7357fe791ce6f776261bfc764eadf59d4be37bad SHA512 cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b DIST WebOb-1.8.6.tar.gz 274606 BLAKE2B 0419e60faaefd4bb822387bf5624f77765c6ad528da791d54204b528b7c827d0cc506cbe260ccbfc7d23ffef73132254dcf133ffb1e0377d75ee5ae83d4deb84 SHA512 b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild b/dev-python/webob/webob-1.8.5-r3.ebuild deleted file mode 100644 index c176813be70..00000000000 --- a/dev-python/webob/webob-1.8.5-r3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) - -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" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_P}" - -distutils_enable_sphinx docs 'dev-python/alabaster' -distutils_enable_tests pytest - -python_prepare_all() { - sed -i "/'sphinx.ext.intersphinx'/d" docs/conf.py || die - distutils-r1_python_prepare_all -}