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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F8BB158089 for ; Fri, 28 Jan 2022 11:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 022FB2BC028; Fri, 28 Jan 2022 11:16:39 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F38B2BC04C for ; Fri, 28 Jan 2022 11:16:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F1B8342D37 for ; Fri, 28 Jan 2022 11:16:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E6141BD for ; Fri, 28 Jan 2022 11:16:35 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1643368581.77c92e3122fd80aa9b6f817f62e4c3824c7b0402.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ldap3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ldap3/Manifest dev-python/ldap3/ldap3-2.9.1.ebuild X-VCS-Directories: dev-python/ldap3/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 77c92e3122fd80aa9b6f817f62e4c3824c7b0402 X-VCS-Branch: master Date: Fri, 28 Jan 2022 11:16:35 +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: 00203920-e6a0-4e48-95ec-a75f3fc345f8 X-Archives-Hash: 5d06ce48a906b13c78901678682a6557 commit: 77c92e3122fd80aa9b6f817f62e4c3824c7b0402 Author: Arthur Zamarin gentoo org> AuthorDate: Thu Jan 27 21:01:01 2022 +0000 Commit: Arthur Zamarin gentoo 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 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}]"