public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/
Date: Fri, 28 Jan 2022 11:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1643368581.77c92e3122fd80aa9b6f817f62e4c3824c7b0402.arthurzam@gentoo> (raw)

commit:     77c92e3122fd80aa9b6f817f62e4c3824c7b0402
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 27 21:01:01 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 28 11:16:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77c92e31

dev-python/ldap3: add 2.9.1, enable py3.10

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/ldap3/Manifest           |  1 +
 dev-python/ldap3/ldap3-2.9.1.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest
index fa7b29804bbf..b169435b6844 100644
--- a/dev-python/ldap3/Manifest
+++ b/dev-python/ldap3/Manifest
@@ -1 +1,2 @@
 DIST ldap3-2.8.1.tar.gz 961648 BLAKE2B d6cbc52512efbe4f6fe5e7d19ee2ce1af3e03a8d6d08d2235eeff0f00c61fd12583c4b9fb452206ba161961c3438d109fa106a50a0edc858c24f5cd6261b2561 SHA512 f37e76e1008c990290285a757def6fe70e227393fbbdf84eb1130d5fdfd17db724c544848cc424ca7831f8cc9e8d25407fc139981ebd10818064f588adbafebf
+DIST ldap3-2.9.1.tar.gz 974013 BLAKE2B a75219403e68705b10c06e692f4f188575a4ae38c86f15ceb6d2c674e74ac44ce0f53e3ec6bf66e8413007589293e2db95497de7b0317066b36105940beb11bf SHA512 bf07ebca9a53a8c225bc3106d3bd45eb26557c6e5a3d6d45a7f8c149d938ad43825eed0d406a57b93e2e675ed7aa262828f022ab82eb683f0e3029e3ad823106

diff --git a/dev-python/ldap3/ldap3-2.9.1.ebuild b/dev-python/ldap3/ldap3-2.9.1.ebuild
new file mode 100644
index 000000000000..9258ccc46214
--- /dev/null
+++ b/dev-python/ldap3/ldap3-2.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A strictly RFC 4511 conforming LDAP V3 pure Python client"
+HOMEPAGE="
+	https://github.com/cannatag/ldap3/
+	https://pypi.org/project/ldap3/"
+SRC_URI="https://github.com/cannatag/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+# tests require a ldap server and extra configuration
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}]"


             reply	other threads:[~2022-01-28 11:16 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-28 11:16 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31  6:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ Michał Górny
2025-05-31  6:14 Michał Górny
2025-03-06 19:01 Michał Górny
2024-12-31 16:01 Michał Górny
2024-01-27 22:12 Sam James
2024-01-27 22:12 Sam James
2023-03-06 16:23 Arthur Zamarin
2022-07-19 21:38 Sam James
2022-04-16 15:56 Michał Górny
2022-04-16  7:38 Sam James
2021-01-22 23:01 Sam James
2020-12-17 17:09 Michał Górny
2020-12-17 17:09 Michał Górny
2020-12-05  9:58 Michał Górny
2020-11-05 12:32 Joonas Niilola
2020-05-11  9:26 Agostino Sarubbo
2020-05-09  7:48 Agostino Sarubbo
2020-03-27 21:06 Michał Górny
2020-03-18 19:27 Rick Farina
2020-03-14  1:42 Patrick McLean
2020-02-05 15:48 Michał Górny
2018-09-10 13:38 Patrice Clement
2018-09-10 13:23 Patrice Clement
2018-05-04 20:49 Patrice Clement
2018-01-05  9:36 Michał Górny
2017-05-03  4:31 Zac Medico
2016-10-12 23:17 Zac Medico
2016-01-26  8:51 Justin Lecher
2015-12-13 14:05 Justin Lecher
2015-12-07  9:11 Justin Lecher
2015-10-29 10:44 Justin Lecher
2015-09-24 11:50 Justin Lecher
2015-09-10  7:59 Justin Lecher
2015-08-21  9:35 Justin Lecher

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=1643368581.77c92e3122fd80aa9b6f817f62e4c3824c7b0402.arthurzam@gentoo \
    --to=arthurzam@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