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 4BA58158020 for ; Sun, 23 Oct 2022 11:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6444AE0969; Sun, 23 Oct 2022 11:48:07 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49DB2E0969 for ; Sun, 23 Oct 2022 11:48:07 +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 5DEE43411BE for ; Sun, 23 Oct 2022 11:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE8615F6 for ; Sun, 23 Oct 2022 11:48:04 +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: <1666525681.49f17bd9bb44690c1e96fe40a7e77d41d641bc37.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-pam/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-pam/python-pam-2.0.2-r1.ebuild dev-python/python-pam/python-pam-2.0.2-r2.ebuild X-VCS-Directories: dev-python/python-pam/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 49f17bd9bb44690c1e96fe40a7e77d41d641bc37 X-VCS-Branch: master Date: Sun, 23 Oct 2022 11:48:04 +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: 02e94f29-117b-448d-9d96-6b1144839d97 X-Archives-Hash: 44ce378c54a18e3a861a3acad25e6b25 commit: 49f17bd9bb44690c1e96fe40a7e77d41d641bc37 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 23 10:08:58 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 23 11:48:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f17bd9 dev-python/python-pam: Remove incorrect dep on dev-python/toml dev-python/toml is not used anywhere in the code or listed in install_requires. Signed-off-by: Michał Górny gentoo.org> ...hon-pam-2.0.2-r1.ebuild => python-pam-2.0.2-r2.ebuild} | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/dev-python/python-pam/python-pam-2.0.2-r1.ebuild b/dev-python/python-pam/python-pam-2.0.2-r2.ebuild similarity index 56% rename from dev-python/python-pam/python-pam-2.0.2-r1.ebuild rename to dev-python/python-pam/python-pam-2.0.2-r2.ebuild index af5abb12ef39..98fa1799afe2 100644 --- a/dev-python/python-pam/python-pam-2.0.2-r1.ebuild +++ b/dev-python/python-pam/python-pam-2.0.2-r2.ebuild @@ -8,14 +8,21 @@ PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Python PAM module" -HOMEPAGE="https://github.com/FirefighterBlu3/python-pam" -SRC_URI="https://github.com/FirefighterBlu3/python-pam/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE=" + https://github.com/FirefighterBlu3/python-pam/ + https://pypi.org/project/python-pam/ +" +SRC_URI=" + https://github.com/FirefighterBlu3/python-pam/archive/v${PV}.tar.gz + -> ${P}.tar.gz +" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv x86" -RDEPEND="dev-python/six[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}]" +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] +" distutils_enable_tests pytest