From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1704580-garchives=archives.gentoo.org@lists.gentoo.org> 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5305E15813A for <garchives@archives.gentoo.org>; Tue, 31 Dec 2024 16:01:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0755E07D3; Tue, 31 Dec 2024 16:01:14 +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 8ECF2E07D8 for <gentoo-commits@lists.gentoo.org>; Tue, 31 Dec 2024 16:01:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A89733BE12 for <gentoo-commits@lists.gentoo.org>; Tue, 31 Dec 2024 16:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7D9818FC for <gentoo-commits@lists.gentoo.org>; Tue, 31 Dec 2024 16:01:10 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1735660864.002e94c0cb347551b1998894ab5552d7d5794773.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 002e94c0cb347551b1998894ab5552d7d5794773 X-VCS-Branch: master Date: Tue, 31 Dec 2024 16:01:10 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45ecda90-d896-42b5-814c-47e1fb8e1fe5 X-Archives-Hash: 2fb6913769c4c5c27332cb9ba0fce73c commit: 002e94c0cb347551b1998894ab5552d7d5794773 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 31 15:57:50 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 16:01:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=002e94c0 dev-python/ldap3: Enable py3.13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/ldap3/Manifest | 2 +- dev-python/ldap3/ldap3-2.9.1.ebuild | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/dev-python/ldap3/Manifest b/dev-python/ldap3/Manifest index 7d126e8b7f6a..a857e087c7d4 100644 --- a/dev-python/ldap3/Manifest +++ b/dev-python/ldap3/Manifest @@ -1 +1 @@ -DIST ldap3-2.9.1.tar.gz 974013 BLAKE2B a75219403e68705b10c06e692f4f188575a4ae38c86f15ceb6d2c674e74ac44ce0f53e3ec6bf66e8413007589293e2db95497de7b0317066b36105940beb11bf SHA512 bf07ebca9a53a8c225bc3106d3bd45eb26557c6e5a3d6d45a7f8c149d938ad43825eed0d406a57b93e2e675ed7aa262828f022ab82eb683f0e3029e3ad823106 +DIST ldap3-2.9.1.gh.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 index b0ac8b607961..b308898824c1 100644 --- a/dev-python/ldap3/ldap3-2.9.1.ebuild +++ b/dev-python/ldap3/ldap3-2.9.1.ebuild @@ -4,14 +4,19 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} 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" + https://pypi.org/project/ldap3/ +" +SRC_URI=" + https://github.com/cannatag/ldap3/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" LICENSE="LGPL-3" SLOT="0" @@ -20,4 +25,6 @@ KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86" # tests require a ldap server and extra configuration RESTRICT="test" -RDEPEND=">=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}]" +RDEPEND=" + >=dev-python/pyasn1-0.4.8[${PYTHON_USEDEP}] +"