dev-python/itemadapter: treeclean

Closes: https://bugs.gentoo.org/921891 (pkgremoved)
Closes: https://bugs.gentoo.org/921850 (pkgremoved)
Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-05-08 11:49:13 +02:00
parent dcc51fbaa2
commit d4d5346837
4 changed files with 0 additions and 43 deletions

View File

@@ -1 +0,0 @@
DIST itemadapter-0.11.0.tar.gz 24045 BLAKE2B 0549636e7157b49d8350bfd7b71c7fd6044953cef6e02d8fb686beb5c6762cbbac136b7a9606b8e587181faeafe2053ee2820c92fdaea711c0f2af8cb542d4e3 SHA512 260d1c2ce9964f5d3f7af4431fda7f5ad1a4090c1c9ceb0f8e7615c83bbe40f201f385c227c1390ce1de9ea631b690c84d38af62f2a74b833a5be47da410a08f

View File

@@ -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_{12..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Common interface for scrapy data container classes"
HOMEPAGE="https://scrapy.org/"
LICENSE="BSD"
SLOT=0
KEYWORDS="~amd64 ~arm64"
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

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<upstream>
<remote-id type="github">scrapy/itemadapter</remote-id>
<remote-id type="pypi">itemadapter</remote-id>
<bugs-to>https://github.com/scrapy/itemadapter/issues</bugs-to>
</upstream>
</pkgmetadata>