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 73D12158030 for ; Mon, 27 Feb 2023 15:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD33AE07D8; Mon, 27 Feb 2023 15:06:57 +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 B2268E07E1 for ; Mon, 27 Feb 2023 15:06:57 +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 BCFE4340E1C for ; Mon, 27 Feb 2023 15:06:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A2338CC for ; Mon, 27 Feb 2023 15:06:53 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1677451296.0dbdc7e17d98e462b543b24ab243a2610482796e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/parsel/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/parsel/Manifest dev-python/parsel/parsel-1.6.0.ebuild X-VCS-Directories: dev-python/parsel/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 0dbdc7e17d98e462b543b24ab243a2610482796e X-VCS-Branch: master Date: Mon, 27 Feb 2023 15:06:53 +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: dde8521f-a979-41ba-bc09-5e029213c20b X-Archives-Hash: 4e3bdd6e248e785d48ea3a50634c008f commit: 0dbdc7e17d98e462b543b24ab243a2610482796e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Feb 26 21:02:42 2023 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Feb 26 22:41:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0dbdc7e1 dev-python/parsel: drop 1.6.0 Closes: https://bugs.gentoo.org/897502 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-python/parsel/Manifest | 1 - dev-python/parsel/parsel-1.6.0.ebuild | 36 ----------------------------------- 2 files changed, 37 deletions(-) diff --git a/dev-python/parsel/Manifest b/dev-python/parsel/Manifest index 7b4db1cb9..266b6a774 100644 --- a/dev-python/parsel/Manifest +++ b/dev-python/parsel/Manifest @@ -1,2 +1 @@ -DIST parsel-1.6.0.tar.gz 100678 BLAKE2B 9fe937013d84d168cab4e415affecece272f7b2af729448aaf802240d0d7aca553d85de5747cf06ecbd17099e2bd81c741a3afd6bbad803916afdfd3673c07d6 SHA512 d3161522e1102cceeb1f29ab020b33019d4ac7f096cfab8fbe40f54073e49afc24f02aa54206d86f56c8f92e3db2d0d2f8a3dbdfa6417492cf299201f2ae6604 DIST parsel-1.7.0.tar.gz 46036 BLAKE2B e83b5f7f5a7a4274632a38586641be761482c6978670f6c747249d4063f5596bacc42d698d294da1aa9fb972bbaf21cbe3247e49560f1b9c29a3d79eee4dd00a SHA512 850784cfb32fbf619dbcd53152edb569b199965e59f3ec088892a8d432aaf08c1a61f3562499c5c592d9578fb28f871d519e3d7b344e3b7a12fbaaca57909f89 diff --git a/dev-python/parsel/parsel-1.6.0.ebuild b/dev-python/parsel/parsel-1.6.0.ebuild deleted file mode 100644 index 5b33de46a..000000000 --- a/dev-python/parsel/parsel-1.6.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) -inherit distutils-r1 - -DESCRIPTION="Utility to extract data from XML/HTML documents using XPath or CSS selectors" -HOMEPAGE="https://scrapy.org/" -SRC_URI="https://github.com/scrapy/parsel/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/w3lib[${PYTHON_USEDEP}] -" -BDEPEND="${DEPEND} - test? ( - dev-python/sybil[${PYTHON_USEDEP}] - ) -" - -PATCHES=( "${FILESDIR}/${PN}-1.6.0-pytest-runner.patch" ) - -distutils_enable_tests pytest - -python_test() { - py.test --ignore=docs || die -}