public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lmdb/
Date: Sat, 26 Jul 2025 04:54:52 +0000 (UTC)	[thread overview]
Message-ID: <1753505682.2e29930aac7884b51d1de2dc48e38a919aef25e6.mgorny@gentoo> (raw)

commit:     2e29930aac7884b51d1de2dc48e38a919aef25e6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 04:38:35 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 04:54:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e29930a

dev-python/lmdb: Bump to 1.7.3

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

 dev-python/lmdb/Manifest          |  1 +
 dev-python/lmdb/lmdb-1.7.3.ebuild | 46 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/lmdb/Manifest b/dev-python/lmdb/Manifest
index a1d44fd34137..d5ec2dc4075c 100644
--- a/dev-python/lmdb/Manifest
+++ b/dev-python/lmdb/Manifest
@@ -1 +1,2 @@
 DIST lmdb-1.7.2.tar.gz 883413 BLAKE2B 16c1760ac639a1ba751f3fd033afec93d6fa2961d07ce816eb3e28451a687b273e3bf0ed933df378690964c64987200bdf077e726c3cb11f3970367aae5e4d26 SHA512 ed184397f3c1d28067c0a80e091c732530051757d9f61be26863e6ad114ef01a5327c2a9fe66a6e8edb97728e300efe59ccb18a60249927e7e0da4e20b0907d2
+DIST lmdb-1.7.3.tar.gz 883449 BLAKE2B 0876dbe6abbb072122505ba6e3e54344896d39be393aadf7aaf14bf3590c029d94a3666dc7cc19d1ae4e34e616945e57190c77906d73449b2db18d772696f436 SHA512 4019e8ff45949a39474fcb173838642ed48e86a235b16fba87c7dfc7af5c48740b69dd8b436a867a12610aa5efbc54131ee06aea162604f43bede41bab3e34b4

diff --git a/dev-python/lmdb/lmdb-1.7.3.ebuild b/dev-python/lmdb/lmdb-1.7.3.ebuild
new file mode 100644
index 000000000000..e6ab9c0e171d
--- /dev/null
+++ b/dev-python/lmdb/lmdb-1.7.3.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings for the Lightning Database"
+HOMEPAGE="
+	https://github.com/jnwatson/py-lmdb/
+	https://pypi.org/project/lmdb/
+"
+
+LICENSE="OPENLDAP"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+# cffi is used only on pypy, so no dep
+DEPEND="
+	>=dev-db/lmdb-0.9.28:=
+"
+RDEPEND="
+	${DEPEND}
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+export LMDB_FORCE_SYSTEM=1
+
+python_test() {
+	rm -rf lmdb || die
+	epytest tests
+}
+
+src_install() {
+	distutils-r1_src_install
+
+	# remove temporary files
+	find "${D}" -name '*.o' -delete || die
+	find "${D}" -depth -type d -empty -delete || die
+}


             reply	other threads:[~2025-07-26  4:55 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-26  4:54 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-07-26  4:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/lmdb/ Michał Górny
2025-07-11  4:35 Michał Górny
2025-06-07  8:44 Michał Górny
2025-05-27 14:34 Michał Górny
2025-03-03 11:01 Michał Górny
2025-01-08  9:12 Michał Górny
2024-07-20 13:27 Michał Górny
2024-07-20 11:14 Arthur Zamarin
2024-07-20  7:39 Arthur Zamarin
2024-07-02  6:58 Michał Górny
2023-11-07 20:31 Michał Górny
2023-06-03 19:17 Michał Górny
2023-06-03 18:09 Arthur Zamarin
2023-06-03 18:09 Arthur Zamarin
2023-05-04 16:17 Michał Górny
2023-04-07  4:19 Michał Górny
2023-03-16  3:56 Michał Górny
2023-01-08  5:12 Michał Górny
2023-01-07 18:44 Arthur Zamarin
2023-01-07 18:41 Arthur Zamarin
2022-12-08  4:12 Michał Górny
2022-12-07 15:59 Michał Górny
2022-06-01  7:37 Sam James
2022-02-04 10:27 Michał Górny
2022-02-04  9:03 Jakov Smolić
2022-02-04  7:28 Agostino Sarubbo
2021-12-30 21:56 Michał Górny
2021-08-08 21:39 Marek Szuba
2021-06-05 14:30 Michał Górny
2021-05-19 18:21 Michał Górny
2021-05-19 17:25 Sam James
2021-05-19 17:22 Sam James
2021-04-19 21:22 Michał Górny
2021-04-16 11:38 Michał Górny
2021-04-16  8:30 Michał Górny
2021-03-26  9:41 Michał Górny
2021-03-26  7:50 Agostino Sarubbo
2021-03-26  7:45 Agostino Sarubbo
2021-03-07 19:48 Sam James
2021-03-07 19:46 Sam James
2021-02-11 14:56 Michał Górny
2021-02-06  9:27 Michał Górny
2021-02-05  1:01 Michał Górny
2020-11-18  9:35 Michał Górny
2020-11-17 19:17 Agostino Sarubbo
2020-11-15 23:50 Sam James
2020-10-05 10:40 Louis Sautier
2020-08-18  5:52 Sam James
2020-02-05 16:24 Michał Górny
2019-05-21 16:20 Stephen Klimaszewski
2018-07-21  0:06 Mikle Kolyada
2017-07-30  8:36 Michał Górny
2017-06-26  4:35 Sebastien Fabbro
2017-06-26  4:35 Sebastien Fabbro

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=1753505682.2e29930aac7884b51d1de2dc48e38a919aef25e6.mgorny@gentoo \
    --to=mgorny@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