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 6904B138359 for ; Sat, 22 Aug 2020 09:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D398FE0883; Sat, 22 Aug 2020 09:15:51 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 BEA9DE087F for ; Sat, 22 Aug 2020 09:15:51 +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 422CB340E6F for ; Sat, 22 Aug 2020 09:15:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88632335 for ; Sat, 22 Aug 2020 09:15:47 +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: <1598087732.bc3da7a8eac14fac2f045e59ce9fa466f0e80a9d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/urlgrabber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/urlgrabber/Manifest dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild X-VCS-Directories: dev-python/urlgrabber/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc3da7a8eac14fac2f045e59ce9fa466f0e80a9d X-VCS-Branch: master Date: Sat, 22 Aug 2020 09:15:47 +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: ef9dc12a-43e7-418a-9fc6-7597ca2d1d4e X-Archives-Hash: cfddfec054c33fc888f29a239a30c0c7 commit: bc3da7a8eac14fac2f045e59ce9fa466f0e80a9d Author: Michał Górny gentoo org> AuthorDate: Sat Aug 22 08:56:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 22 09:15:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3da7a8 dev-python/urlgrabber: Remove old (py2) Signed-off-by: Michał Górny gentoo.org> dev-python/urlgrabber/Manifest | 1 - dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild | 29 ----------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/urlgrabber/Manifest b/dev-python/urlgrabber/Manifest index 4c833931b7a..fc93e0b25fb 100644 --- a/dev-python/urlgrabber/Manifest +++ b/dev-python/urlgrabber/Manifest @@ -1,2 +1 @@ -DIST urlgrabber-3.10.1.tar.gz 83735 BLAKE2B ea0b3c071f968b2632e89cf225906740685b0f1134d41cf8aaf7e6361110780f6c998b06e4d79527be7e7953c5c4a617d039477135135cc7fc13a0426f0d9ee0 SHA512 c44d32b17c5f8984d09ed46ae36b3e05dc69d041820cf979029bc325d8407bbd7e324f264be5886286cd99e123f51affec26638cab6e525f85e2a1c4247462d7 DIST urlgrabber-4.0.0.tar.gz 86308 BLAKE2B 15195336d8e19331134b3bc1de29a669b80ab62c14e613fbcbbc1b8be8cb4ee1da3df317591989c6a3e3a403f8ad9071ca866006f23fbadc6283e88d5f050290 SHA512 01579281b1548c71737166daa6dfb7eaafceaf4afd9703f8e5e3193c33613750cb4291e3c7939065e995a173925965a16e656c43324f3b599f9c83d9e479e8c1 diff --git a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild b/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild deleted file mode 100644 index d66088a5f87..00000000000 --- a/dev-python/urlgrabber/urlgrabber-3.10.1-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python module for downloading files" -HOMEPAGE="http://urlgrabber.baseurl.org" -SRC_URI="http://urlgrabber.baseurl.org/download/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 x86" -IUSE="" - -DEPEND="dev-python/pycurl[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" -# Entire testsuite relies on connecting to the i'net - -src_install() { - distutils-r1_src_install - - # Fix "#! /usr/bin/python" to not end up with Python 3 - python_setup - python_fix_shebang "${ED}"/usr/libexec/urlgrabber-ext-down -}