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 94671138359 for ; Wed, 7 Oct 2020 10:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D89F4E08C8; Wed, 7 Oct 2020 10:16:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 BF6A5E08C8 for ; Wed, 7 Oct 2020 10:16:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 98C2E335DBA for ; Wed, 7 Oct 2020 10:16:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DE97332 for ; Wed, 7 Oct 2020 10:16:52 +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: <1602065808.0775fb22912f89850dcccc66c364b38ec1fd076f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/requests-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/requests-cache/Manifest dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild X-VCS-Directories: dev-python/requests-cache/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0775fb22912f89850dcccc66c364b38ec1fd076f X-VCS-Branch: master Date: Wed, 7 Oct 2020 10:16:52 +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: 2c92d601-ad85-474d-80b2-9419a3864193 X-Archives-Hash: 6c818e9893eba97e64245260f003743c commit: 0775fb22912f89850dcccc66c364b38ec1fd076f Author: Michał Górny gentoo org> AuthorDate: Wed Oct 7 08:12:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 7 10:16:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0775fb22 dev-python/requests-cache: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/requests-cache/Manifest | 1 - .../requests-cache/requests-cache-0.4.12-r1.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/requests-cache/Manifest b/dev-python/requests-cache/Manifest index fa46d4c925e..8f1ffcb456e 100644 --- a/dev-python/requests-cache/Manifest +++ b/dev-python/requests-cache/Manifest @@ -1,2 +1 @@ -DIST requests-cache-0.4.12.zip 44767 BLAKE2B f328d8ae8e3377af626030a6e3617c78e488024fa4ada9894576d339e571ba8ee6d905612ddc2802810bbeffbd8c94d90c743889e80fbf21418a7c67c5a005f6 SHA512 784d630eec99b607596d6ebcb7e51b0b4ed612b131437000391ecea6f3a684d1f61d169d57266ffc044a3939dcd4e7d6f85b9538165ae3613b1d3e55f18585fd DIST requests-cache-0.5.2.tar.gz 31159 BLAKE2B 4fca146a751064baf70954a71df64dbb7f8c9a4e27fec5dbea3620496ce78e7ccfb3785fb63705f513ff6fa938376b0c6acc4a2f584856060b1bc8388517df46 SHA512 355cc571a46b768615606a907a69ed065b3c4b5e74bb6c311abc7a28d9406f32fdea1db0dfd2b1c32dcdc82ed817ef7e0b30086c069de57307254617604c5177 diff --git a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild b/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild deleted file mode 100644 index 063d69b1302..00000000000 --- a/dev-python/requests-cache/requests-cache-0.4.12-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{6,7,8} ) - -inherit distutils-r1 - -HOMEPAGE="https://pypi.org/project/requests-cache/" -DESCRIPTION="Persistent cache for requests library" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc" - -# Portage only has versions of request >= minimum border -RDEPEND=">=dev-python/requests-2.6[${PYTHON_USEDEP}]" -DEPEND=" - app-arch/unzip" - -distutils_enable_sphinx docs -# Testsuite excels in tests connecting to the network via local server daemons -#distutils_enable_tests setup.py