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 A6A1A15808A for ; Sat, 19 Jul 2025 11:06:50 +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 9539B340DD9 for ; Sat, 19 Jul 2025 11:06:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1B8EC110567; Sat, 19 Jul 2025 11:06:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 16E80110567 for ; Sat, 19 Jul 2025 11:06:35 +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 C2DDA340D2E for ; Sat, 19 Jul 2025 11:06:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5B7B3244 for ; Sat, 19 Jul 2025 11:06:32 +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: <1752923180.244d8b2cfc63a55d4cd2ff486adc9797da31210b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elementpath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/elementpath/Manifest dev-python/elementpath/elementpath-5.0.2.ebuild X-VCS-Directories: dev-python/elementpath/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 244d8b2cfc63a55d4cd2ff486adc9797da31210b X-VCS-Branch: master Date: Sat, 19 Jul 2025 11:06:32 +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: 046b81f2-4063-460a-b99c-f6f0476e8e9a X-Archives-Hash: 1ede0b9671c415c5ee47baa5bf23117b commit: 244d8b2cfc63a55d4cd2ff486adc9797da31210b Author: Michał Górny gentoo org> AuthorDate: Sat Jul 19 10:54:17 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 19 11:06:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244d8b2c dev-python/elementpath: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/elementpath/Manifest | 1 - dev-python/elementpath/elementpath-5.0.2.ebuild | 33 ------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-python/elementpath/Manifest b/dev-python/elementpath/Manifest index 3e5e323cbd66..1038d3f1fdc7 100644 --- a/dev-python/elementpath/Manifest +++ b/dev-python/elementpath/Manifest @@ -1,2 +1 @@ -DIST elementpath-5.0.2.tar.gz 364400 BLAKE2B 56a4eb34a9740a5f455242331f160c43b7c7e3c3b2e86838ec6678ab601b6f8aea8ad5a69c0343df49addd5022df39b5591c3e7f1cc6a81f12f3c4f46527da84 SHA512 be0ed0cad605477c9215c73ae930f97650bbd7db07e0f1d0e46590e6284e71547e8f1ab3a62c5c7e82a28ec7447f169a9bb3b66504981c37e6e59e078ca6e220 DIST elementpath-5.0.3.tar.gz 364992 BLAKE2B 146ced4d658e89de75788962dc8fdb30600d16c3929964e52f2f22f5fe842e6a7479f1f3664cd546ce37833390cefdbffc055153cf796566ff083727e7531851 SHA512 8cb6ce88714407f8b95b0301a23687a5c273caeaadc0e5f4203a59b948950810b6eb5b811353544a57712706fe86d8bb729239107fa785d44095dde5a2808aea diff --git a/dev-python/elementpath/elementpath-5.0.2.ebuild b/dev-python/elementpath/elementpath-5.0.2.ebuild deleted file mode 100644 index 6f3605e2e59f..000000000000 --- a/dev-python/elementpath/elementpath-5.0.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2019-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) - -inherit distutils-r1 pypi - -DESCRIPTION="XPath 1.0/2.0 parsers and selectors for ElementTree and lxml" -HOMEPAGE=" - https://github.com/sissaschool/elementpath/ - https://pypi.org/project/elementpath/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" - -BDEPEND=" - test? ( - dev-python/lxml[${PYTHON_USEDEP}] - >=dev-python/xmlschema-4.0.1[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # fails for some reason, more fit for upstream testing anyway - tests/test_typing.py -)