From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A7851382C5 for ; Sun, 7 Mar 2021 22:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4AE2E094F; Sun, 7 Mar 2021 22:39:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 832BCE094F for ; Sun, 7 Mar 2021 22:39:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5ED6D340CC7 for ; Sun, 7 Mar 2021 22:39:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B99455BA for ; Sun, 7 Mar 2021 22:39:27 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1615156724.56aaaa2cd85145b33cbe796bd7e3ebe7e469efb8.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lmdb/, dev-python/lmdb/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lmdb/Manifest dev-python/lmdb/files/lmdb-1.0.0-pypy3.patch dev-python/lmdb/lmdb-1.0.0.ebuild dev-python/lmdb/lmdb-1.1.1.ebuild X-VCS-Directories: dev-python/lmdb/files/ dev-python/lmdb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 56aaaa2cd85145b33cbe796bd7e3ebe7e469efb8 X-VCS-Branch: master Date: Sun, 7 Mar 2021 22:39:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5a0878fb-97a6-47be-abd1-3a07e5f19b4d X-Archives-Hash: 5e102d1e807e3c5ba2cd1c279771b5fb commit: 56aaaa2cd85145b33cbe796bd7e3ebe7e469efb8 Author: Michał Górny gentoo org> AuthorDate: Sun Mar 7 20:29:06 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 7 22:38:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56aaaa2c dev-python/lmdb: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/lmdb/Manifest | 1 - dev-python/lmdb/files/lmdb-1.0.0-pypy3.patch | 40 ---------------------------- dev-python/lmdb/lmdb-1.0.0.ebuild | 40 ---------------------------- dev-python/lmdb/lmdb-1.1.1.ebuild | 36 ------------------------- 4 files changed, 117 deletions(-) diff --git a/dev-python/lmdb/Manifest b/dev-python/lmdb/Manifest index c647935a9e8..2f2eaef514a 100644 --- a/dev-python/lmdb/Manifest +++ b/dev-python/lmdb/Manifest @@ -1,3 +1,2 @@ -DIST lmdb-1.0.0.tar.gz 876673 BLAKE2B 33fdf7dd344e42412b756f7c6d42c291f94bb2410366802b22b8045c8ae5ff4f73f41cdc655e750f0ccb9f547f70b190bb9b584d7858edd07c1fb274bff684eb SHA512 3a4dba711ce5a3795a7f916cf04d5c7e9d4b5df30161dcbd02b53bcec73b96450865fb2bd8fe4a9ca2b5060531d03cefd9ea19aa09f139f93c3d03b2516f5632 DIST lmdb-1.1.0.tar.gz 880212 BLAKE2B 5f038c704061bb7915b0b0926c2dc60a5dd4931a70a1bf1041508363e036ae0553e22c52f8c956bebb05a27fad751c3b84c4a2b9fd6158fd8b6bd346e3efe7b4 SHA512 19573626a24fcea17c72641ce4491cf9e0901fa4a463ad5da6244191f28e4d9680d903fc2f87fe4a6b607f2a6a3a6bc644d5c1fc6e568394eb9822face30dfae DIST lmdb-1.1.1.tar.gz 880359 BLAKE2B b202154eae151d3748e9e90fcb71a3c8a722923c2583e469ef1a0017a4c3dfdfd62d99db24fb79e7da1fc7c6a4fb695d9db5ed6a67750967788a12fe0ba24761 SHA512 4621c87dd646f8ca37f4cdc40ffa2fe809ca4da21b335856e50e6d0ae07f3828d424cde9cc383e4cdc761cd9311eb504d67678a33de51c1931a006ec86a2fcd0 diff --git a/dev-python/lmdb/files/lmdb-1.0.0-pypy3.patch b/dev-python/lmdb/files/lmdb-1.0.0-pypy3.patch deleted file mode 100644 index 008213ac46c..00000000000 --- a/dev-python/lmdb/files/lmdb-1.0.0-pypy3.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 2d0f93984f53c19925f07d742584f5e3e69d7902 Mon Sep 17 00:00:00 2001 -From: Nic Watson -Date: Wed, 7 Oct 2020 12:44:30 -0400 -Subject: [PATCH] Get pypy3 passing tests - ---- - .travis.yml | 2 +- - tests/cursor_test.py | 8 ++++---- - 2 files changed, 5 insertions(+), 5 deletions(-) - -diff --git a/tests/cursor_test.py b/tests/cursor_test.py -index acfb0ea..22dd6f8 100644 ---- a/tests/cursor_test.py -+++ b/tests/cursor_test.py -@@ -245,7 +245,7 @@ def setUp(self, redo=False): - self.txn = self.env.begin(write=True) - self.c = self.txn.cursor() - -- @unittest.skipIf(sys.platform != 'linux', "test only works on Linux") -+ @unittest.skipIf(not sys.platform.startswith('linux'), "test only works on Linux") - def test_preload(self): - """ - Test that reading just the key doesn't prefault the value contents, but -@@ -264,13 +264,13 @@ def test_preload(self): - self.path, self.env = testlib.temp_env(path=self.path, writemap=True) - self.txn = self.env.begin(write=True, buffers=True) - self.c = self.txn.cursor() -- minflts_before = resource.getrusage(resource.RUSAGE_THREAD)[6] -+ minflts_before = resource.getrusage(resource.RUSAGE_SELF)[6] - self.c.set_key(B('a')) - assert self.c.key() == B('a') -- minflts_after_key = resource.getrusage(resource.RUSAGE_THREAD)[6] -+ minflts_after_key = resource.getrusage(resource.RUSAGE_SELF)[6] - - self.c.value() -- minflts_after_value = resource.getrusage(resource.RUSAGE_THREAD)[6] -+ minflts_after_value = resource.getrusage(resource.RUSAGE_SELF)[6] - - epsilon = 20 - diff --git a/dev-python/lmdb/lmdb-1.0.0.ebuild b/dev-python/lmdb/lmdb-1.0.0.ebuild deleted file mode 100644 index d6698037079..00000000000 --- a/dev-python/lmdb/lmdb-1.0.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for the Lightning Database" -HOMEPAGE="https://github.com/jnwatson/py-lmdb/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="OPENLDAP" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-db/lmdb:=" -DEPEND="${RDEPEND}" - -distutils_enable_sphinx docs -distutils_enable_tests pytest - -PATCHES=( - # https://github.com/jnwatson/py-lmdb/commit/2d0f93984f53c19925f07d742584f5e3e69d7902 - "${FILESDIR}/${P}-pypy3.patch" -) - -python_compile() { - LMDB_FORCE_SYSTEM=1 distutils-r1_python_compile -} - -python_test() { - pytest tests -vv || die "Tests fail with ${EPYTHON}" -} - -python_install() { - # This is required when the CFFI extension is used (for PyPy3) - LMDB_FORCE_SYSTEM=1 distutils-r1_python_install -} diff --git a/dev-python/lmdb/lmdb-1.1.1.ebuild b/dev-python/lmdb/lmdb-1.1.1.ebuild deleted file mode 100644 index be8e1065ac2..00000000000 --- a/dev-python/lmdb/lmdb-1.1.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( pypy3 python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for the Lightning Database" -HOMEPAGE="https://github.com/jnwatson/py-lmdb/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="OPENLDAP" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" - -# TODO: switch to >=0.9.28 when available -RDEPEND="