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/soupsieve/
Date: Fri, 12 Nov 2021 09:40:33 +0000 (UTC)	[thread overview]
Message-ID: <1636710028.e488f334153be73c9f2ad5d325f76ed6ce3d6120.mgorny@gentoo> (raw)

commit:     e488f334153be73c9f2ad5d325f76ed6ce3d6120
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 12 08:41:40 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 12 09:40:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e488f334

dev-python/soupsieve: Bump to 2.3.1

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

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

diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest
index 0e32f423384..1d953a1c298 100644
--- a/dev-python/soupsieve/Manifest
+++ b/dev-python/soupsieve/Manifest
@@ -1,2 +1,3 @@
 DIST soupsieve-2.2.1.tar.gz 99298 BLAKE2B 94532421f3b8e49d6ab75a54a60ac861a78eee9f6792ded096e39a8a43d46d195cff9b7d8feab918b0f2debc8a6dd35226ab714384fa7f4d795176e269b6c4cb SHA512 c1339cfca237af7f8915b6d644b8271f769f9a37aa68f8acf536236551baaf9bb44a2f2a736f9168a7649cde14d37b8c24614c9491acbf81e3f4fdaea96b4928
+DIST soupsieve-2.3.1.tar.gz 104251 BLAKE2B c395b8dc0944457d6c5f217a03c6fc5f3895868a629eb72d86733fb0d9c6b1d1c41a2e035d5118c9c6fcc6a22e9ff79b9de8417131d30bbc6e1ba02c813ced56 SHA512 3f1245b27d67e8b37bce4cb0b21b2b3f4d6b7ae112cc66672e5406c0701b28e605ed12db1e111bfeccea15625b17042e398b075b7f026d3f3e15069f0cafccac
 DIST soupsieve-2.3.tar.gz 104025 BLAKE2B 37c1cbbb345a24e843a7b1acef5967b914cd93d4fcbe590e9453f9b0b84975e2fbdc601c45e720483370343f40aa643146cab9a53c17be29c6fa76ce026eca78 SHA512 c5d46703aba737c6eea7cc482311fd75dbaaa4929ebf3ed45b580d7e89d1d0be806608adbab974803acd8df5d74435efe1e149bce5cdbd74f77c90bba960859a

diff --git a/dev-python/soupsieve/soupsieve-2.3.1.ebuild b/dev-python/soupsieve/soupsieve-2.3.1.ebuild
new file mode 100644
index 00000000000..9c1e8558c56
--- /dev/null
+++ b/dev-python/soupsieve/soupsieve-2.3.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A modern CSS selector implementation for BeautifulSoup"
+HOMEPAGE="https://github.com/facelessuser/soupsieve/
+	https://pypi.org/project/soupsieve/"
+SRC_URI="https://github.com/facelessuser/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+	test? (
+		dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/html5lib[${PYTHON_USEDEP}]
+	)
+"
+
+PATCHES=(
+	# Needed for now until something is figured out either at lxml
+	# upstream or libxml2?
+	# See https://github.com/facelessuser/soupsieve/issues/220
+	"${FILESDIR}"/${PN}-2.2.1-lxml-libxml2-tests.patch
+)
+
+distutils_enable_tests pytest


             reply	other threads:[~2021-11-12  9:40 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12  9:40 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 15:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ Michał Górny
2024-08-31  9:21 Michał Górny
2024-08-31  7:51 Jakov Smolić
2024-08-14  6:05 Michał Górny
2024-05-09 19:13 Michał Górny
2023-10-06 15:08 Michał Górny
2023-10-06 14:29 Sam James
2023-09-02 14:11 Michał Górny
2023-05-26 16:55 Michał Górny
2023-05-23 16:08 Michał Górny
2023-05-23 15:44 Arthur Zamarin
2023-04-17  5:26 Michał Górny
2023-03-17 15:58 Michał Górny
2023-03-17 15:53 Sam James
2023-02-15  7:16 Michał Górny
2023-02-13  3:22 Matt Turner
2022-07-10 18:50 Michał Górny
2022-07-10 16:56 Sam James
2022-06-05 16:48 Michał Górny
2022-05-20  0:17 Sam James
2022-05-16 20:00 Arthur Zamarin
2022-05-16 19:38 Arthur Zamarin
2022-05-15 11:14 Jakov Smolić
2022-05-15  8:38 Jakov Smolić
2022-05-15  8:38 Jakov Smolić
2022-05-15  8:21 Jakov Smolić
2022-05-15  8:19 Jakov Smolić
2022-05-11 20:11 Michał Górny
2022-05-11 17:15 Arthur Zamarin
2022-05-11 17:15 Arthur Zamarin
2022-05-11 12:56 Jakov Smolić
2022-05-01 21:51 Jakov Smolić
2022-04-10 12:35 James Le Cuirot
2022-04-09 19:47 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-08 14:25 Arthur Zamarin
2022-04-08 14:25 Arthur Zamarin
2022-04-08 14:23 Arthur Zamarin
2022-04-07 15:31 Jakov Smolić
2022-04-07  9:49 Michał Górny
2021-12-12 21:32 Michał Górny
2021-12-12 19:56 Jakov Smolić
2021-12-09 22:39 Michał Górny
2021-12-09 21:24 Sam James
2021-11-03 20:53 Michał Górny
2021-09-27  8:40 James Le Cuirot
2021-07-28 23:38 Marek Szuba
2021-05-29 21:34 Michał Górny
2021-05-29 21:34 Michał Górny
2021-04-21 19:25 Michał Górny
2021-04-21 18:55 Sam James
2021-03-19  7:36 Michał Górny
2021-03-14 22:39 Michał Górny
2021-03-14 22:33 Sam James
2021-02-10  8:06 Michał Górny
2021-01-13 20:16 Michał Górny
2021-01-13 19:06 Sam James
2020-12-11  7:33 Michał Górny
2020-11-28 15:36 Sam James
2020-08-23 17:06 Sam James
2020-08-14 23:22 Andreas Sturmlechner
2020-07-25 10:22 Michał Górny
2020-07-12  2:41 Sam James
2020-07-11  8:57 Michał Górny
2020-07-11  8:57 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:57 Michał Górny
2020-05-26 16:23 Michał Górny
2020-03-03  7:22 Matt Turner
2020-01-26 21:46 Matthew Thode
2019-12-08 23:31 Sergei Trofimovich
2019-12-07 23:07 Matt Turner
2019-12-03 16:24 Jeroen Roovers
2019-12-01 13:59 Sergei Trofimovich
2019-12-01 13:52 Sergei Trofimovich
2019-11-30  4:30 Aaron Bauman
2019-11-29 23:03 Sergei Trofimovich
2019-11-27 13:05 Mikle Kolyada
2019-11-27  2:18 Patrick McLean
2019-11-27  1:51 Patrick McLean
2019-11-27  1:13 Patrick McLean

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=1636710028.e488f334153be73c9f2ad5d325f76ed6ce3d6120.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