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,  6 Feb 2021 09:27:44 +0000 (UTC)	[thread overview]
Message-ID: <1612603628.d9a853b6cf40659d1a6b523a4d217cb3c07f2033.mgorny@gentoo> (raw)

commit:     d9a853b6cf40659d1a6b523a4d217cb3c07f2033
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 09:02:08 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 09:27:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9a853b6

dev-python/lmdb: Bump to 1.1.1

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

 dev-python/lmdb/Manifest          |  1 +
 dev-python/lmdb/lmdb-1.1.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/lmdb/Manifest b/dev-python/lmdb/Manifest
index 95201530d40..c647935a9e8 100644
--- a/dev-python/lmdb/Manifest
+++ b/dev-python/lmdb/Manifest
@@ -1,2 +1,3 @@
 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/lmdb-1.1.1.ebuild b/dev-python/lmdb/lmdb-1.1.1.ebuild
new file mode 100644
index 00000000000..be8e1065ac2
--- /dev/null
+++ b/dev-python/lmdb/lmdb-1.1.1.ebuild
@@ -0,0 +1,36 @@
+# 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="<dev-db/lmdb-0.9.27:="
+DEPEND="${RDEPEND}"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+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
+}


             reply	other threads:[~2021-02-06  9:27 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-06  9:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-20 13:27 [gentoo-commits] repo/gentoo:master commit in: dev-python/lmdb/ 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-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=1612603628.d9a853b6cf40659d1a6b523a4d217cb3c07f2033.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