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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7090D158015 for ; Fri, 29 Dec 2023 02:12:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AC382BC0BE; Fri, 29 Dec 2023 02:12:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7FD952BC0BE for ; Fri, 29 Dec 2023 02:12:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 892B9340C42 for ; Fri, 29 Dec 2023 02:12:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B43714C8 for ; Fri, 29 Dec 2023 02:12:11 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1703815900.92d25ec0e5b1553d8f5179740ffc141829eb4f1d.epsilon-0@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/protego/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/protego/Manifest dev-python/protego/protego-0.2.1-r1.ebuild X-VCS-Directories: dev-python/protego/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 92d25ec0e5b1553d8f5179740ffc141829eb4f1d X-VCS-Branch: dev Date: Fri, 29 Dec 2023 02:12:11 +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: be83a0b3-f609-45c2-8a6d-b1635322ab3b X-Archives-Hash: e30e0f31f14c7d9b189e24b809e51037 commit: 92d25ec0e5b1553d8f5179740ffc141829eb4f1d Author: Aisha Tammy aisha cc> AuthorDate: Fri Dec 29 02:00:57 2023 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Dec 29 02:11:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=92d25ec0 dev-python/protego: drop 0.2.1-r1 Signed-off-by: Aisha Tammy aisha.cc> dev-python/protego/Manifest | 1 - dev-python/protego/protego-0.2.1-r1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-python/protego/Manifest b/dev-python/protego/Manifest index 45756d3d71..de7a545a1e 100644 --- a/dev-python/protego/Manifest +++ b/dev-python/protego/Manifest @@ -1,2 +1 @@ -DIST protego-0.2.1.tar.gz 3188678 BLAKE2B 2874ffbc7f185946aa4e520ace1c49bea8de9e686ea45b2e70780919f411030d7f3411e8176997c2da2c0d15c8aae563a994acde0c6128deaa26649a138c8e57 SHA512 ef8a8196d8ece577eec90cc2e2cca2899625bd777c18f01c8e72a6130d4c2c13f71fa6e32a3e8e43b749f7556f4e3dbb1662e5e94ae18e6c8a7eef950779be1b DIST protego-0.3.0.tar.gz 3189825 BLAKE2B 79981352f9916f448416ebfabba2b96eb72ff2ac56065161a4a7e852bbb202e0ec56943ac4276bc808c3cd8f4efb41bbb3b7ab500b674f798024ae7568d99388 SHA512 79f3e20dd33120f67d1790b0faa29762b7f81b03c5f2501bd53be020c59b8dbe6536c952da41df60499344487a2db2f442e0d41510df975f14834724d974b34a diff --git a/dev-python/protego/protego-0.2.1-r1.ebuild b/dev-python/protego/protego-0.2.1-r1.ebuild deleted file mode 100644 index 1513c3585b..0000000000 --- a/dev-python/protego/protego-0.2.1-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} pypy3 ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 - -DESCRIPTION="Pure-Python robots.txt parser with support for modern conventions" -HOMEPAGE=" - https://scrapy.org/ - https://pypi.org/project/protego/ - https://github.com/scrapy/protego -" -SRC_URI="https://github.com/scrapy/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest