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/cssutils/
Date: Mon, 12 Jun 2023 11:37:49 +0000 (UTC)	[thread overview]
Message-ID: <1686569858.aa22a0f8b85b477f3f1bebb58b0ec9c4388a7b5d.mgorny@gentoo> (raw)

commit:     aa22a0f8b85b477f3f1bebb58b0ec9c4388a7b5d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 12 11:04:18 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 12 11:37:38 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa22a0f8

dev-python/cssutils: Bump to 2.7.1

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

 dev-python/cssutils/Manifest              |  1 +
 dev-python/cssutils/cssutils-2.7.1.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/cssutils/Manifest b/dev-python/cssutils/Manifest
index 9c0cbc26e75e..89724ac003fb 100644
--- a/dev-python/cssutils/Manifest
+++ b/dev-python/cssutils/Manifest
@@ -1,2 +1,3 @@
 DIST cssutils-2.6.0.tar.gz 723259 BLAKE2B 6548e87c78fe6b850b98989521c27cebd4170939517edca895c2787c1367e1c6dc94308355f7dd2e1dee7194f88bd025b72c801cd9b90f8a08ab244f6a4e890e SHA512 95ce26cc4816e7750fc0f1e0c4ac60f176e3c7b3ea1871440bf937d442e0f8626f9e4c75622c0ea3a84d68ceb4b768544e9642936beb87eff1b55117ce47b311
 DIST cssutils-2.7.0.tar.gz 724282 BLAKE2B db2b56bc919d266b6f5f3c334c424748b94dc754a7734af3d09551918bff669fcc16b2da4466ebd22439b8056084126cd90c49b1282613ce2242dfdba251d4c9 SHA512 378ae1f263dcc2fc3f523e1e33977ebb5b46a16cf642aa067ea97f2293d94932dea1cddd825562041145995b6d899b8912add6055425b47c3baba97db05a2dab
+DIST cssutils-2.7.1.tar.gz 724365 BLAKE2B 352525fbc782280dd026ffcd88152cd77ba2bbe0aa57b4dd41ff40f27b5256cc1ccecf038970da0b07d08b0780b5d161b18aecc4343972a335d1bafd97ee1f51 SHA512 719b1b0866dd51e9b464659d861caa5eadfb1821b902824064fbf7843b6a2f5cfceb33f1deb2b7aa5dfc3306c94e8e86441aa014ec0c5bf133d5b1c13463b2db

diff --git a/dev-python/cssutils/cssutils-2.7.1.ebuild b/dev-python/cssutils/cssutils-2.7.1.ebuild
new file mode 100644
index 000000000000..eed56831f200
--- /dev/null
+++ b/dev-python/cssutils/cssutils-2.7.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A CSS Cascading Style Sheets library"
+HOMEPAGE="
+	https://pypi.org/project/cssutils/
+	https://github.com/jaraco/cssutils/
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+
+BDEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/cssselect[${PYTHON_USEDEP}]
+		>=dev-python/jaraco-test-5.1[${PYTHON_USEDEP}]
+		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		$(python_gen_cond_dep '
+			dev-python/importlib-resources[${PYTHON_USEDEP}]
+		' 3.8)
+	)
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+	local EPYTEST_DESELECT=(
+		# network
+		encutils/__init__.py::encutils
+		cssutils/tests/test_parse.py::TestCSSParser::test_parseUrl
+		examples/website.py::examples.website.logging
+	)
+	local EPYTEST_IGNORE=(
+		# path mismatch with "parse" package
+		examples/parse.py
+	)
+
+	epytest
+}


             reply	other threads:[~2023-06-12 11:37 UTC|newest]

Thread overview: 79+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-12 11:37 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 15:01 [gentoo-commits] repo/gentoo:master commit in: dev-python/cssutils/ Michał Górny
2024-06-22 13:49 Arthur Zamarin
2024-06-05  4:51 Michał Górny
2024-06-01  8:09 Michał Górny
2024-06-01  7:39 Arthur Zamarin
2024-05-28 12:10 Michał Górny
2024-05-15  2:08 Michał Górny
2024-05-14  6:16 Michał Górny
2024-04-20 11:23 Michał Górny
2024-04-20 10:49 Michał Górny
2024-03-31 19:07 Arthur Zamarin
2023-11-15 17:10 Michał Górny
2023-11-15 16:34 Arthur Zamarin
2023-10-13  4:44 Michał Górny
2023-07-21 12:53 Arthur Zamarin
2023-07-21 12:52 Arthur Zamarin
2023-06-18 17:07 Michał Górny
2023-06-09 12:22 Michał Górny
2023-05-31 15:35 Michał Górny
2023-02-07  9:26 Michał Górny
2023-02-07  9:26 Michał Górny
2022-09-25 18:15 Arthur Zamarin
2022-09-25 18:14 Arthur Zamarin
2022-08-22 19:23 Arthur Zamarin
2022-08-13 12:35 Michał Górny
2022-08-13 11:50 Arthur Zamarin
2022-07-25  7:12 Michał Górny
2022-07-12 17:09 Arthur Zamarin
2022-07-05  4:42 Michał Górny
2022-07-04 10:34 Agostino Sarubbo
2022-07-04 10:34 Agostino Sarubbo
2022-07-04  6:55 Agostino Sarubbo
2022-07-04  6:53 Agostino Sarubbo
2022-07-04  6:51 Agostino Sarubbo
2022-06-14  7:06 Jakov Smolić
2022-06-14  6:01 Jakov Smolić
2022-06-14  5:58 Jakov Smolić
2022-06-13 21:24 Jakov Smolić
2022-06-09  7:23 Michał Górny
2022-06-03  5:37 Michał Górny
2022-03-26 17:54 Arthur Zamarin
2022-02-23  8:12 Michał Górny
2022-02-04 12:04 Michał Górny
2021-11-26 20:32 Michał Górny
2021-11-26 20:25 Arthur Zamarin
2021-10-23  8:53 Michał Górny
2021-04-12 16:17 Michał Górny
2021-04-12 15:50 Sam James
2021-04-09 22:25 Michał Górny
2021-04-09 22:17 Sam James
2021-03-11 12:24 Michał Górny
2021-03-11  8:48 Michał Górny
2021-03-09 23:51 Sam James
2021-03-09 23:51 Sam James
2021-03-09 23:44 Michał Górny
2020-12-24  8:48 Michał Górny
2020-08-23 11:45 David Seifert
2020-03-07 15:45 Michał Górny
2020-03-07 15:11 Michał Górny
2020-02-24 12:53 Agostino Sarubbo
2020-02-24 12:49 Agostino Sarubbo
2020-02-24 11:43 Agostino Sarubbo
2020-02-24 10:07 Agostino Sarubbo
2020-02-21 17:28 Michał Górny
2020-02-21 17:28 Michał Górny
2020-02-04 19:47 Michał Górny
2019-12-27 16:17 Sebastian Pipping
2019-12-03 23:17 Aaron Bauman
2019-12-03 23:17 Aaron Bauman
2019-12-03 23:15 Aaron Bauman
2019-03-20 21:35 Patrice Clement
2019-03-20 21:35 Patrice Clement
2017-05-15  9:47 Lars Wendler
2017-04-12 21:06 Michał Górny
2016-10-19 23:22 Patrice Clement
2016-10-19 23:22 Patrice Clement
2016-02-20  2:30 Ian Delaney
2015-11-11  8:29 Justin Lecher

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=1686569858.aa22a0f8b85b477f3f1bebb58b0ec9c4388a7b5d.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