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/cssselect2/
Date: Mon, 28 Feb 2022 08:28:42 +0000 (UTC)	[thread overview]
Message-ID: <1646036914.c3a1e59d0d88859586b8179d8d4e7a6a25bc806b.mgorny@gentoo> (raw)

commit:     c3a1e59d0d88859586b8179d8d4e7a6a25bc806b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 28 07:34:54 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Feb 28 08:28:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a1e59d

dev-python/cssselect2: Bump to 0.5.0

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

 dev-python/cssselect2/Manifest                |  1 +
 dev-python/cssselect2/cssselect2-0.5.0.ebuild | 33 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/cssselect2/Manifest b/dev-python/cssselect2/Manifest
index f2658b88e1a1..4e5486d7047e 100644
--- a/dev-python/cssselect2/Manifest
+++ b/dev-python/cssselect2/Manifest
@@ -1 +1,2 @@
 DIST cssselect2-0.4.1.tar.gz 32756 BLAKE2B 86915c39aa5b72ebcdba25b3ac23f59a0fb6c6109019d68e8ce8846572d9412a3cc76cdf9e8b2163605cb942183019eb9170df9a4e61476d703eaf612381a903 SHA512 feafeec3dbe3157ee452d94cd391a09cfcb48ca8bd1563c117c77c9ceb01102c4989611ede39e433ec25d3ddda98a94c4589ccb290b79c729683e673763b42ac
+DIST cssselect2-0.5.0.tar.gz 34918 BLAKE2B 12ec30d42caa916e487674ccb910def00acca3f47b3d9e69f376614b997e68f4dae1632a852efd0b9d47c321534935d029fd96028dce9b11e391402b203fbdbd SHA512 869dbce3915db87727b09016c094b908b0055693db238a24c89b0482fed64d7e1811ad2db407faee32638566fd4e47402f05155dc2d8887e98f2107f9b8633c2

diff --git a/dev-python/cssselect2/cssselect2-0.5.0.ebuild b/dev-python/cssselect2/cssselect2-0.5.0.ebuild
new file mode 100644
index 000000000000..4468a25aae64
--- /dev/null
+++ b/dev-python/cssselect2/cssselect2-0.5.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Parses CSS3 Selectors and translates them to XPath 1.0"
+HOMEPAGE="
+	https://cssselect2.readthedocs.io/en/latest/
+	https://pypi.org/project/cssselect2/
+	https://github.com/Kozea/cssselect2/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+	dev-python/tinycss2[${PYTHON_USEDEP}]
+	dev-python/webencodings[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -i -e '/addopts/d' pyproject.toml || die
+	distutils-r1_src_prepare
+}


             reply	other threads:[~2022-02-28  8:28 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-28  8:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-18 16:10 [gentoo-commits] repo/gentoo:master commit in: dev-python/cssselect2/ Michał Górny
2023-11-24 14:43 Michał Górny
2023-05-31 15:35 Michał Górny
2023-05-15  4:10 Sam James
2023-05-15  4:10 Sam James
2023-03-16  3:47 Michał Górny
2022-10-25 10:31 Michał Górny
2022-10-25  9:49 Sam James
2022-09-19 18:35 Arthur Zamarin
2022-06-22  7:57 Michał Górny
2022-06-22  6:53 Agostino Sarubbo
2022-05-19  7:14 Michał Górny
2022-04-16 15:56 Michał Górny
2022-04-16 15:36 Arthur Zamarin
2022-04-16  7:38 Sam James
2022-03-14 10:32 Yixun Lan
2022-02-27 18:37 Michał Górny
2022-01-26 21:53 Michał Górny
2021-06-05 18:48 Michał Górny
2021-01-24 19:55 Steve Arnold
2020-12-17 17:09 Michał Górny
2020-12-17 16:41 Agostino Sarubbo
2020-12-05  9:52 Michał Górny
2020-10-29 23:38 Michał Górny
2020-09-26 10:45 Aaron W. Swenson
2020-05-03 12:28 Agostino Sarubbo
2020-03-26 17:17 Michał Górny
2020-03-11  8:04 Michał Górny
2020-02-04 19:47 Michał Górny
2018-03-20 21:11 Michał Górny
2018-02-07  6:37 Thomas Deutschmann
2017-09-18 18:11 Patrick Lauer

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=1646036914.c3a1e59d0d88859586b8179d8d4e7a6a25bc806b.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