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 7CFD21581D3 for ; Sat, 25 May 2024 07:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 897A82BC013; Sat, 25 May 2024 07:10:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A21C2BC013 for ; Sat, 25 May 2024 07:10: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9800E341E1C for ; Sat, 25 May 2024 07:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00824ED0 for ; Sat, 25 May 2024 07:10:25 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1716620993.90b321c34ac586c8229409486eb12edb4c155be1.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-python/tinycss/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tinycss/Manifest dev-python/tinycss/metadata.xml dev-python/tinycss/tinycss-0.4-r1.ebuild profiles/package.mask X-VCS-Directories: profiles/ dev-python/tinycss/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 90b321c34ac586c8229409486eb12edb4c155be1 X-VCS-Branch: master Date: Sat, 25 May 2024 07:10:25 +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: ffa6b926-6a3e-4205-bf1d-a4b70a7a52fe X-Archives-Hash: 1f44fd6ae86bb96bb3ce439eaacc6ec6 commit: 90b321c34ac586c8229409486eb12edb4c155be1 Author: Arthur Zamarin gentoo org> AuthorDate: Sat May 25 07:09:53 2024 +0000 Commit: Arthur Zamarin gentoo 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 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 @@ - - - - - python@gentoo.org - Python - - - tinycss - Kozea/tinycss - - 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 (2024-04-23) -# Superseded by dev-python/tinycss2. No revdeps. -# Removal on 2024-05-23. Bug #930503. -dev-python/tinycss - # Matthew Smith (2024-04-23) # Security issues (Bug #920682). # See the following link for breaking changes: