commit:     9264688a545f72f2a5c296b1258303a6f32dcaee
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 04:05:34 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 04:16:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9264688a

dev-python/orderly-set: Bump to 5.3.0

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

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

diff --git a/dev-python/orderly-set/Manifest b/dev-python/orderly-set/Manifest
index 4ead55047c32..bb75d3fee115 100644
--- a/dev-python/orderly-set/Manifest
+++ b/dev-python/orderly-set/Manifest
@@ -1 +1,2 @@
 DIST orderly_set-5.2.3.tar.gz 19698 BLAKE2B 
32366c106f0cd71e80f4c4d2278f6590f497ad70962eec96bb67f1cceefed5bb401408093416c8a7adc97eed333cdc657e542608581e11064581cb3d6fe613c7
 SHA512 
6c64086de55c6152056d8f92e35273865bc94616b90e1c56f4c88e94d6e9d39759f76d4ff57000d87abccb4ddc8faf441a71253d2b94bb9718d35b7a95342ddb
+DIST orderly_set-5.3.0.tar.gz 20026 BLAKE2B 
fa5f2e190d9f2ed079e16c45cf60044ba57ddaca875ae70f71a98055bf36053410985db762fbdafb94d7d9faeff906a3e240462267363f15f2f334d96ff852a8
 SHA512 
b7520653bf23c99ab124bde8b9e34f0c9eb14192eb09b2bfc9736b281f1c5d511964849496fe74c8f35d1000ba5857578906dbf47b581007bdfb81c9bd88c81a

diff --git a/dev-python/orderly-set/orderly-set-5.3.0.ebuild 
b/dev-python/orderly-set/orderly-set-5.3.0.ebuild
new file mode 100644
index 000000000000..e9796b5e8bab
--- /dev/null
+++ b/dev-python/orderly-set/orderly-set-5.3.0.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 python3_{10..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"
+
+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