commit:     129d8abd4f81fdb9e141f928fce59d5655d72d25
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  8 08:10:39 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  8 08:15:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129d8abd

dev-python/tinycss2: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tinycss2/Manifest              |  2 --
 dev-python/tinycss2/tinycss2-1.2.1.ebuild | 43 -------------------------------
 2 files changed, 45 deletions(-)

diff --git a/dev-python/tinycss2/Manifest b/dev-python/tinycss2/Manifest
index 401f87c10dd9..4aa31b3383d0 100644
--- a/dev-python/tinycss2/Manifest
+++ b/dev-python/tinycss2/Manifest
@@ -1,4 +1,2 @@
 DIST css-parsing-tests-43e65b244133f17eb8a4d4404d5774672b94824f.gh.tar.gz 
35943 BLAKE2B 
69a3dd9e638d04b498c28bf8367e1d0bfe1876e8bcdfc6796f5b5715425f943e6308afa7774a5af5e6d3b3d5cd4f8424fa2809bdf0ecdadddfcfd36354986d82
 SHA512 
ed83bf447a595d754bbae9fcf25c3d2b4812f99b65c5e46b39d5f7ade57d49b4ffded9bc9d1cfef0a50b078f8ceb9bedb1d4f2f9ebf6db875eaad6c956b4f1d5
-DIST css-parsing-tests-c5749e51dda3868b3e8062e65a36584c2fec8059.gh.tar.gz 
35758 BLAKE2B 
d834011c3ac774eb79b35e2e74f3854ddc2bb871531a32194041d6f98bde3dc68db67baea25d5463a03e057197144237be69fee4eacfb8edb73167e6e4faf7be
 SHA512 
ef44eb1144a6484f308fabe4187310b2ef0067f328bf5213969d87c475fccae3d716dc66640a0a554ab2a3d7da0efb3a168a288ac6eef7722f3ae46959943b49
-DIST tinycss2-1.2.1.gh.tar.gz 28351 BLAKE2B 
42e1ba559e015654184be94afb02866f32bb6cfbdb0006df29ce64f8715d25a8751acd8380db7ad06bd9f5fdcc694519d2bc3c916dfd09816ba44c18a1f1d750
 SHA512 
59964398418fd895c6b5bdbdac47edb0bd421aeb8b3939307cb9ff864f50071fc171a9d6bb9b9b0adbbb645beedea0e14720af0d824949236e54b2d1b189bc72
 DIST tinycss2-1.3.0.tar.gz 67360 BLAKE2B 
f39eaaaafe2be20d2d420977e8d2d80c0e1817c277e14c57b155f1dafa54191ac2aed6908b038da5c03b4cbed66b626af432160699152800ebe2d7823e1685ed
 SHA512 
d215ba2d8c580ca785bc2c3e33c8ae220c085e3ec1b932c01f81e176987c48559867af186056e2c501541d1d337b4fc33eea7ff2feba490e81076608b7c3aaee

diff --git a/dev-python/tinycss2/tinycss2-1.2.1.ebuild 
b/dev-python/tinycss2/tinycss2-1.2.1.ebuild
deleted file mode 100644
index 6e65527eda2a..000000000000
--- a/dev-python/tinycss2/tinycss2-1.2.1.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_USE_PEP517=flit
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-CSS_TEST_COMMIT_ID=c5749e51dda3868b3e8062e65a36584c2fec8059
-
-DESCRIPTION="A complete yet simple CSS parser for Python"
-HOMEPAGE="
-       https://www.courtbouillon.org/tinycss2
-       https://github.com/Kozea/tinycss2/
-       https://pypi.org/project/tinycss2/
-"
-SRC_URI="
-       https://github.com/Kozea/tinycss2/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz
-       test? (
-               
https://github.com/CourtBouillon/css-parsing-tests/archive/${CSS_TEST_COMMIT_ID}.tar.gz
-                       -> css-parsing-tests-${CSS_TEST_COMMIT_ID}.gh.tar.gz
-       )
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="
-       >=dev-python/webencodings-0.4[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       if use test; then
-               mv "${WORKDIR}/css-parsing-tests-${CSS_TEST_COMMIT_ID}"/* \
-                       tests/css-parsing-tests/ || die
-       fi
-       distutils-r1_src_prepare
-}

Reply via email to