From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 322F215827B for ; Thu, 28 Aug 2025 03:43:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 21D99340DF2 for ; Thu, 28 Aug 2025 03:43:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6C03A11056C; Thu, 28 Aug 2025 03:42:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 5D037110569 for ; Thu, 28 Aug 2025 03:42:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A521340D33 for ; Thu, 28 Aug 2025 03:42:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EBD63508 for ; Thu, 28 Aug 2025 03:42:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1756352551.fff47116b949a305f4d22b5b6ecb315487be5613.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/soupsieve/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/soupsieve/Manifest dev-python/soupsieve/soupsieve-2.8.ebuild X-VCS-Directories: dev-python/soupsieve/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fff47116b949a305f4d22b5b6ecb315487be5613 X-VCS-Branch: master Date: Thu, 28 Aug 2025 03:42:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9445d29b-0f88-4afd-b117-df992eb69994 X-Archives-Hash: ea7b4f2345ac391607a0d9be0eaf2140 commit: fff47116b949a305f4d22b5b6ecb315487be5613 Author: Michał Górny gentoo org> AuthorDate: Thu Aug 28 03:23:44 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 28 03:42:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fff47116 dev-python/soupsieve: Bump to 2.8 Signed-off-by: Michał Górny gentoo.org> dev-python/soupsieve/Manifest | 1 + dev-python/soupsieve/soupsieve-2.8.ebuild | 34 +++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-python/soupsieve/Manifest b/dev-python/soupsieve/Manifest index 9c7da4f2a070..7803a174301d 100644 --- a/dev-python/soupsieve/Manifest +++ b/dev-python/soupsieve/Manifest @@ -1 +1,2 @@ DIST soupsieve-2.7.gh.tar.gz 107367 BLAKE2B 4ea891e30bdbc104d985821d3ae778f434dcac2c204e34b077d775bf4b51a9d264c607349a2fa0acca58a1ddaf7f919ffdbbeba1451d61559fe4ecbc15b194dc SHA512 8bac55ea5f6ad34aab9ecc6f78247a74285d7913c514410eb6d8a321703b22aa43f5c3fc888237b6258e0afde7796876ec4fa4f80e23cbf471f957279f35c5e8 +DIST soupsieve-2.8.gh.tar.gz 107516 BLAKE2B be8daf5ba55e8abf7f93c7c0ea37b6940a0c16ff126aed4cd407da464e413e956c156ba314b0f5fa9c648e47a96ba2b16baf6aa341b3f4f3c0d5a71a230f89fb SHA512 04cc9f0a526839cd72a0eab4a9a990fb645b8e910cff3f7bbfb9e9bf7e7af7de906c310320adcfe4102dc5ba12cfa215f4b04be01fce3016eda1e6be3080a1ca diff --git a/dev-python/soupsieve/soupsieve-2.8.ebuild b/dev-python/soupsieve/soupsieve-2.8.ebuild new file mode 100644 index 000000000000..9936b93f4f6d --- /dev/null +++ b/dev-python/soupsieve/soupsieve-2.8.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) + +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/soupsieve/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + test? ( + dev-python/beautifulsoup4[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/html5lib[${PYTHON_USEDEP}] + ) +" + +EPYTEST_PLUGINS=() +distutils_enable_tests pytest