From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E328A1581EE for ; Mon, 07 Apr 2025 14:28:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id CD6D73430E1 for ; Mon, 07 Apr 2025 14:28:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5944F1104CD; Mon, 07 Apr 2025 14:27:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 493ED1104CB for ; Mon, 07 Apr 2025 14:27:28 +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 01C1C3430DC for ; Mon, 07 Apr 2025 14:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22048285A for ; Mon, 07 Apr 2025 14:27:24 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1744036014.23a88c083520cc59ca1ff25e07c163e9d14c5958.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/itemadapter/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/itemadapter/Manifest dev-python/itemadapter/itemadapter-0.8.0.ebuild X-VCS-Directories: dev-python/itemadapter/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 23a88c083520cc59ca1ff25e07c163e9d14c5958 X-VCS-Branch: dev Date: Mon, 07 Apr 2025 14:27:24 +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: 22b1fbfa-b5d4-4db5-8e67-8bfc174a0215 X-Archives-Hash: 908e06aa3a2de1b685bbb31572761402 commit: 23a88c083520cc59ca1ff25e07c163e9d14c5958 Author: Huang Rui gmail com> AuthorDate: Mon Apr 7 13:38:32 2025 +0000 Commit: Rui Huang gmail com> CommitDate: Mon Apr 7 14:26:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23a88c08 dev-python/itemadapter: drop 0.8.0 Signed-off-by: Huang Rui gmail.com> dev-python/itemadapter/Manifest | 1 - dev-python/itemadapter/itemadapter-0.8.0.ebuild | 27 ------------------------- 2 files changed, 28 deletions(-) diff --git a/dev-python/itemadapter/Manifest b/dev-python/itemadapter/Manifest index 13321396c..e5aef7e57 100644 --- a/dev-python/itemadapter/Manifest +++ b/dev-python/itemadapter/Manifest @@ -1,2 +1 @@ DIST itemadapter-0.11.0.tar.gz 24045 BLAKE2B 0549636e7157b49d8350bfd7b71c7fd6044953cef6e02d8fb686beb5c6762cbbac136b7a9606b8e587181faeafe2053ee2820c92fdaea711c0f2af8cb542d4e3 SHA512 260d1c2ce9964f5d3f7af4431fda7f5ad1a4090c1c9ceb0f8e7615c83bbe40f201f385c227c1390ce1de9ea631b690c84d38af62f2a74b833a5be47da410a08f -DIST itemadapter-0.8.0.tar.gz 17140 BLAKE2B 8dc2fa0fd08236a41c6671793781ee113f3382c9bfeb3e9a528293e7725408a47a40ad650d80f24dbae8047f72f742b2bd99f142b342190acb2db33b6e68c7f8 SHA512 86c688bef2d0add3f5ea2bd119689b076c5bc9f92edefb6f5d8faaf88023355e7d2ba5d683ce8f6acd24a2954c5a798902b30d0a70ca31dc32eb5245ad57953f diff --git a/dev-python/itemadapter/itemadapter-0.8.0.ebuild b/dev-python/itemadapter/itemadapter-0.8.0.ebuild deleted file mode 100644 index 982cb64d6..000000000 --- a/dev-python/itemadapter/itemadapter-0.8.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..12} ) -inherit distutils-r1 - -DESCRIPTION="Common interface for scrapy data container classes" -HOMEPAGE="https://scrapy.org/" -SRC_URI="https://github.com/scrapy/itemadapter/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" -BDEPEND="${DEPEND} - test? ( - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/scrapy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest