commit:     39b3cdcbe7269605ab8b09a25c66b285aaf0b2da
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 26 04:38:12 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 26 04:54:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b3cdcb

dev-python/lmdb: Remove old

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

 dev-python/lmdb/Manifest          |  1 -
 dev-python/lmdb/lmdb-1.6.2.ebuild | 40 ---------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-python/lmdb/Manifest b/dev-python/lmdb/Manifest
index d2b801a1f437..a1d44fd34137 100644
--- a/dev-python/lmdb/Manifest
+++ b/dev-python/lmdb/Manifest
@@ -1,2 +1 @@
-DIST lmdb-1.6.2.tar.gz 881434 BLAKE2B 
3128bf5a27b89935602d49fb8c8ae951835ae8657c21bc91821253d03ca35642323b6601ad9483599078185516d21bc3299b0281921c6c867f04cee1eb5e0c98
 SHA512 
60ef1954c44e0f5ce34cb5570402f402dcddbb0bffcd7d2004da489dbc1329705f8e1b2655449335d246dfb88ea58e325351d4b3ab21b62a4e167a6b93911a78
 DIST lmdb-1.7.2.tar.gz 883413 BLAKE2B 
16c1760ac639a1ba751f3fd033afec93d6fa2961d07ce816eb3e28451a687b273e3bf0ed933df378690964c64987200bdf077e726c3cb11f3970367aae5e4d26
 SHA512 
ed184397f3c1d28067c0a80e091c732530051757d9f61be26863e6ad114ef01a5327c2a9fe66a6e8edb97728e300efe59ccb18a60249927e7e0da4e20b0907d2

diff --git a/dev-python/lmdb/lmdb-1.6.2.ebuild 
b/dev-python/lmdb/lmdb-1.6.2.ebuild
deleted file mode 100644
index 04542adf5bfb..000000000000
--- a/dev-python/lmdb/lmdb-1.6.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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}
-"
-
-distutils_enable_tests pytest
-
-src_compile() {
-       local -x LMDB_FORCE_SYSTEM=1
-       distutils-r1_src_compile
-}
-
-python_test() {
-       rm -rf lmdb || die
-       epytest tests
-}

Reply via email to