public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/
Date: Wed,  8 May 2024 08:15:41 +0000 (UTC)	[thread overview]
Message-ID: <1715156128.129d8abd4f81fdb9e141f928fce59d5655d72d25.mgorny@gentoo> (raw)

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	other threads:[~2024-05-08  8:15 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-08  8:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 10:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/tinycss2/ Michał Górny
2024-04-23 14:33 Michał Górny
2023-11-16 18:50 Michał Górny
2023-11-10  5:47 Viorel Munteanu
2023-05-26 21:12 Arthur Zamarin
2023-05-20  8:43 Michał Górny
2022-11-19  8:44 Arthur Zamarin
2022-11-19  8:35 Arthur Zamarin
2022-10-18  7:37 Michał Górny
2022-10-18  7:37 Michał Górny
2022-10-18  6:36 Michał Górny
2022-10-07 12:16 Arthur Zamarin
2022-09-12  4:36 Jakov Smolić
2022-08-26 23:29 Sam James
2022-08-26 19:12 Arthur Zamarin
2022-08-26 19:12 Arthur Zamarin
2022-08-26 19:11 Arthur Zamarin
2022-08-01 14:18 Jakov Smolić
2022-08-01 14:17 Jakov Smolić
2022-07-27  5:22 Sam James
2022-07-20 22:04 Sam James
2022-07-05 19:28 Arthur Zamarin
2022-05-19  7:14 Michał Górny
2022-02-27 18:52 Michał Górny
2022-01-27 10:02 Michał Górny
2021-12-23 22:46 Michał Górny
2021-12-23 22:46 Michał Górny
2021-12-23 22:39 Sam James
2021-11-23  1:25 Yixun Lan
2021-11-22 23:04 Michał Górny
2021-06-05 18:26 Michał Górny
2021-02-14  8:48 Michał Górny
2021-01-24 19:47 Steve Arnold
2020-12-16 22:30 Sam James
2020-12-16 17:25 Michał Górny
2020-12-16 17:25 Michał Górny
2020-12-16 16:49 Sam James
2020-12-05  9:58 Michał Górny
2020-10-29 23:38 Michał Górny
2020-05-04 12:24 Michał Górny
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-03-29 10:13 Michał Górny
2020-03-11  8:04 Michał Górny
2020-02-05 20:11 Michał Górny
2019-07-18 21:31 Aaron W. Swenson
2019-07-18 21:31 Aaron W. Swenson
2019-07-18  0:12 Aaron W. Swenson
2018-05-17 13:52 Thomas Deutschmann
2018-05-16  8:35 Agostino Sarubbo
2018-03-17 21:41 Michał Górny
2018-03-05 13:36 Aaron Swenson
2017-07-07  0:22 Aaron Swenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1715156128.129d8abd4f81fdb9e141f928fce59d5655d72d25.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox