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: Thu, 23 Dec 2021 22:46:58 +0000 (UTC)	[thread overview]
Message-ID: <1640299443.41e89c52928f17470fb78237f3adad56a62d3a8c.mgorny@gentoo> (raw)

commit:     41e89c52928f17470fb78237f3adad56a62d3a8c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 23 22:43:05 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 23 22:44:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41e89c52

dev-python/tinycss2: Remove old

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

 dev-python/tinycss2/Manifest              |  1 -
 dev-python/tinycss2/tinycss2-1.1.0.ebuild | 39 -------------------------------
 2 files changed, 40 deletions(-)

diff --git a/dev-python/tinycss2/Manifest b/dev-python/tinycss2/Manifest
index b16817c0ddc8..89c74b1fb5a4 100644
--- a/dev-python/tinycss2/Manifest
+++ b/dev-python/tinycss2/Manifest
@@ -1,3 +1,2 @@
 DIST css-parsing-tests-c5749e51dda3868b3e8062e65a36584c2fec8059.gh.tar.gz 35758 BLAKE2B d834011c3ac774eb79b35e2e74f3854ddc2bb871531a32194041d6f98bde3dc68db67baea25d5463a03e057197144237be69fee4eacfb8edb73167e6e4faf7be SHA512 ef44eb1144a6484f308fabe4187310b2ef0067f328bf5213969d87c475fccae3d716dc66640a0a554ab2a3d7da0efb3a168a288ac6eef7722f3ae46959943b49
-DIST tinycss2-1.1.0.gh.tar.gz 28205 BLAKE2B 46ba3f705522067e5b7aa5fdbc89f8980598e7e81b39114052b428e8c21b1a90fb3a9082bd51bbc0c6719adf6f0be285683b125886afe1a957013164f3b89428 SHA512 e1ed2679c09a0814d6deca069c68521e6ceef80f4a9cc16ab359dc5ee7ef97d0c7335680702548b023b1a48c5aeb838e29bf1b55f64698913dd16ae33a478a2b
 DIST tinycss2-1.1.1.gh.tar.gz 28261 BLAKE2B f86b25be62c4c107dd6dca0b9e49605bc0c04b6ec48c4283fa7a5a33249032dcc3a42bdb9910d6235da4c4ddbf581ef8ebdc404c3bb32eeca7f355c0081e6fb7 SHA512 788b57fbadd299a4d4745bcc1814a2ebf6db76e337f2de2637ffc1610a3dac5a70f01bb9ffbb2afbdb0c638a6b23cc1b2f199eebfbb77d84906a9da5dfecada6

diff --git a/dev-python/tinycss2/tinycss2-1.1.0.ebuild b/dev-python/tinycss2/tinycss2-1.1.0.ebuild
deleted file mode 100644
index bd49b77c783a..000000000000
--- a/dev-python/tinycss2/tinycss2-1.1.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-CSS_TEST_COMMIT_ID=c5749e51dda3868b3e8062e65a36584c2fec8059
-
-DESCRIPTION="A complete yet simple CSS parser for Python"
-HOMEPAGE="https://github.com/Kozea/tinycss2/
-	https://pypi.org/project/tinycss2/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-SRC_URI="
-	https://github.com/Kozea/tinycss2/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz
-	test? (
-		https://github.com/SimonSapin/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="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND=">=dev-python/webencodings-0.4[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-	sed -i -e '/addopts/d' pyproject.toml || die
-	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:[~2021-12-23 22:47 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-23 22:46 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-05-08  8:15 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: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=1640299443.41e89c52928f17470fb78237f3adad56a62d3a8c.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