commit: 90b321c34ac586c8229409486eb12edb4c155be1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 25 07:09:53 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 25 07:09:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b321c3
dev-python/tinycss: treeclean Closes: https://bugs.gentoo.org/930503 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/tinycss/Manifest | 1 - dev-python/tinycss/metadata.xml | 12 --------- dev-python/tinycss/tinycss-0.4-r1.ebuild | 43 -------------------------------- profiles/package.mask | 5 ---- 4 files changed, 61 deletions(-) diff --git a/dev-python/tinycss/Manifest b/dev-python/tinycss/Manifest deleted file mode 100644 index 34f2117f12b7..000000000000 --- a/dev-python/tinycss/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST tinycss-0.4.tar.gz 87759 BLAKE2B 9b7691f5d5fcfb5580a9f2a0f1f50caea3dba74853917e5e46ca93cab6f35f2f8c4f5babf01d25661d05ef1b26ccc35914750917fb92b394b0ca6530a19f3514 SHA512 13a50332cddc28026fd7ecc007e14085976284e69de6ea93d1013502fd9791694092c010947b13dcd23f3a2df65f277f62410abd90d03eac16fa5af913673b0a diff --git a/dev-python/tinycss/metadata.xml b/dev-python/tinycss/metadata.xml deleted file mode 100644 index 64f0c74ea5cd..000000000000 --- a/dev-python/tinycss/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">tinycss</remote-id> - <remote-id type="github">Kozea/tinycss</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/tinycss/tinycss-0.4-r1.ebuild b/dev-python/tinycss/tinycss-0.4-r1.ebuild deleted file mode 100644 index c6b2dae8d2f2..000000000000 --- a/dev-python/tinycss/tinycss-0.4-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) - -inherit distutils-r1 pypi - -DESCRIPTION="A complete yet simple CSS parser for Python" -HOMEPAGE=" - https://github.com/Kozea/tinycss/ - https://pypi.org/project/tinycss/ - https://tinycss.readthedocs.io/en/latest/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-python/lxml[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] -" - -DOCS=( CHANGES README.rst ) - -distutils_enable_tests pytest -distutils_enable_sphinx docs - -python_prepare_all() { - rm setup.cfg || die - distutils-r1_python_prepare_all -} - -python_test() { - rm -rf tinycss || die - epytest --pyargs tinycss -} diff --git a/profiles/package.mask b/profiles/package.mask index ddde64d2d770..a2e7fe9ec7a1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -349,11 +349,6 @@ dev-util/android-ndk # Removal on 2024-05-23. Bug #927076. app-forensics/libewf -# Michał Górny <[email protected]> (2024-04-23) -# Superseded by dev-python/tinycss2. No revdeps. -# Removal on 2024-05-23. Bug #930503. -dev-python/tinycss - # Matthew Smith <[email protected]> (2024-04-23) # Security issues (Bug #920682). # See the following link for breaking changes:
