commit:     8ae80253ca5d9e504a7cd21fdfe72d3a3d268c97
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May  7 01:34:36 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May  7 02:07:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ae80253

dev-python/orderly-set: Bump to 5.4.1

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

 dev-python/orderly-set/Manifest                 |  1 +
 dev-python/orderly-set/orderly-set-5.4.1.ebuild | 29 +++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/orderly-set/Manifest b/dev-python/orderly-set/Manifest
index 3556d1988287..5a6b03239911 100644
--- a/dev-python/orderly-set/Manifest
+++ b/dev-python/orderly-set/Manifest
@@ -1 +1,2 @@
 DIST orderly_set-5.4.0.tar.gz 20934 BLAKE2B 
49259d0e18db9988d080dd464381086ee4c6fe351a66de43cbf1dde26e2e64b289d363df784bfeca8eb0bc1569f400e0ba72672f86e640cff6830e569c2dac03
 SHA512 
2de050ffd87919540952a54df8b0f28f1e1ed6b503c4e99b3737119287bf5d10e06d5c4d6a6efae953dd95c16429f277c01fdc08e9a1c4aa75a8939128d7bc50
+DIST orderly_set-5.4.1.tar.gz 20943 BLAKE2B 
4828cca61ca512de5cb4818515bc3c9eaab24a1e4df5187c4c3deee145cf0bef1123c719276e369bd4a6faaed7a309559a991515a741ed97929139ef3a5e5fb1
 SHA512 
3806247f3893dcb7a532e95ba8ccca85b3d478e393868de126fefff83514725449c9ecffebc781815e70c0e94ee641dad1d10a1d13e548b28035d5b6c24de4e7

diff --git a/dev-python/orderly-set/orderly-set-5.4.1.ebuild 
b/dev-python/orderly-set/orderly-set-5.4.1.ebuild
new file mode 100644
index 000000000000..a4d98349766a
--- /dev/null
+++ b/dev-python/orderly-set/orderly-set-5.4.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2024-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A package containing multiple implementations of Ordered Set"
+HOMEPAGE="
+       https://github.com/seperman/orderly-set/
+       https://pypi.org/project/orderly-set/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+       distutils-r1_src_prepare
+
+       # unconditional mypy dep for a test that is not even run
+       # https://github.com/seperman/orderly-set/pull/5
+       sed -i -e '/mypy\.api/d' tests/*.py || die
+}

Reply via email to