public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/immutabledict/
Date: Wed,  6 Mar 2024 18:51:37 +0000 (UTC)	[thread overview]
Message-ID: <1709751057.b17c2fa88005adce7f71377102afe4faa19cb54d.arkamar@gentoo> (raw)

commit:     b17c2fa88005adce7f71377102afe4faa19cb54d
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  6 18:50:14 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 18:50:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b17c2fa8

dev-python/immutabledict: add 4.2.0

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-python/immutabledict/Manifest                  |  1 +
 .../immutabledict/immutabledict-4.2.0.ebuild       | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/immutabledict/Manifest b/dev-python/immutabledict/Manifest
index e8a98c70969c..0e756f7bb1d8 100644
--- a/dev-python/immutabledict/Manifest
+++ b/dev-python/immutabledict/Manifest
@@ -1 +1,2 @@
 DIST immutabledict-4.1.0.tar.gz 5941 BLAKE2B a9e821880e4b8dfe3b24e7094848dce81be3430d60e46c6ce6e3574af8a4595f89adbbbd5670ed513f605f8fd5208d4876880b3f31a747c31de2424235236501 SHA512 28d5a918da19919f550dea457646aca09462ad27a13b22dd4320288c93d33226be0022c1a96e5870760f3a2f1c909ae43f4ec2e21b0b2609462408281aa240b5
+DIST immutabledict-4.2.0.tar.gz 6165 BLAKE2B 6176a186e8108134f3e54e8d98712f2f825f3750685da72bb654b0eb2a1c75e87f6c8bf95dc6c4c06b2da68b4fa541fde32f2988735bf93cf57f772a29c8368b SHA512 56be1239ea8161e54744a7bf5d17c0cc29410d7a7327fe97b3290f9e566dd19f662bac0e4e9f3c060cceece0df5d39638bf4258f3edfcf693f7f9b2bddc1d6b7

diff --git a/dev-python/immutabledict/immutabledict-4.2.0.ebuild b/dev-python/immutabledict/immutabledict-4.2.0.ebuild
new file mode 100644
index 000000000000..261533aad5ed
--- /dev/null
+++ b/dev-python/immutabledict/immutabledict-4.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="An immutable wrapper around dictionaries"
+HOMEPAGE="
+	https://github.com/corenting/immutabledict/
+	https://pypi.org/project/immutabledict/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# performance test which fails occasionally under heavy load,
+	# see bug 924831
+	tests/test_immutabledict.py::TestImmutableDict::test_performance
+)


             reply	other threads:[~2024-03-06 18:51 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06 18:51 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-22  8:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/immutabledict/ Petr Vaněk
2024-03-21 17:45 Arthur Zamarin
2024-02-19  8:40 Petr Vaněk
2024-01-06 10:24 Michał Górny
2024-01-06 10:16 Michał Górny
2023-12-16 15:09 Michał Górny
2023-12-15 17:14 Arthur Zamarin
2023-12-15 10:59 Michał Górny
2023-12-15 10:50 Arthur Zamarin
2023-11-25 14:56 Michał Górny
2023-08-21  8:59 Michał Górny
2023-08-21  6:47 Sam James
2023-08-05 14:33 Michał Górny
2023-08-05 13:12 Sam James
2023-07-22  5:34 Michał Górny
2023-07-05  7:58 Michał Górny
2023-05-30  6:07 Joonas Niilola
2023-05-28 11:36 Sam James
2023-04-29 10:20 Arthur Zamarin
2023-04-29  6:44 Sam James

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=1709751057.b17c2fa88005adce7f71377102afe4faa19cb54d.arkamar@gentoo \
    --to=arkamar@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