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 1B4F1158090 for ; Mon, 2 May 2022 01:11:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10375E0BB2; Mon, 2 May 2022 01:11:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E5CA5E0BB2 for ; Mon, 2 May 2022 01:11:13 +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 A2AA33412AF for ; Mon, 2 May 2022 01:11:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D684105 for ; Mon, 2 May 2022 01:11:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1651453714.9849bd493d33c67d92fcd522a98be763c93ca929.sam@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/Manifest dev-python/python-pam/metadata.xml dev-python/python-pam/python-pam-2.0.2.ebuild X-VCS-Directories: dev-python/python-pam/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9849bd493d33c67d92fcd522a98be763c93ca929 X-VCS-Branch: master Date: Mon, 2 May 2022 01:11:11 +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: 333d3c09-777d-4ba2-8c78-d6d368dc2871 X-Archives-Hash: 02002a4ce18938c39496eaa23b9160d7 commit: 9849bd493d33c67d92fcd522a98be763c93ca929 Author: Sam James gentoo org> AuthorDate: Mon May 2 01:08:34 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 2 01:08:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9849bd49 dev-python/python-pam: new package, add 2.0.2 Bug: https://bugs.gentoo.org/833297 Signed-off-by: Sam James gentoo.org> dev-python/python-pam/Manifest | 1 + dev-python/python-pam/metadata.xml | 13 +++++++++++++ dev-python/python-pam/python-pam-2.0.2.ebuild | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) diff --git a/dev-python/python-pam/Manifest b/dev-python/python-pam/Manifest new file mode 100644 index 000000000000..973d98085e3d --- /dev/null +++ b/dev-python/python-pam/Manifest @@ -0,0 +1 @@ +DIST python-pam-2.0.2.tar.gz 14787 BLAKE2B 4bd9d7d57802fb30519ee755b091d8dd21da7fdac164cba2ac11fae48c8f575498562309d996a67766218e15e1b5f45f40c4cf32800de349fe0fa0cd03ae911d SHA512 eafeb753b22ffccc1c5729516ea1ae26799d3749140fe91849ddb804066cabd4b5493e9b059172977dd5b3c5d48c8b5ced6c5c944931fcf23225dda09db026f6 diff --git a/dev-python/python-pam/metadata.xml b/dev-python/python-pam/metadata.xml new file mode 100644 index 000000000000..f2060ceef8c3 --- /dev/null +++ b/dev-python/python-pam/metadata.xml @@ -0,0 +1,13 @@ + + + + + python@gentoo.org + Python + + + + python-pam + FirefighterBlu3/python-pam + + diff --git a/dev-python/python-pam/python-pam-2.0.2.ebuild b/dev-python/python-pam/python-pam-2.0.2.ebuild new file mode 100644 index 000000000000..7c86378077ce --- /dev/null +++ b/dev-python/python-pam/python-pam-2.0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 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} ) +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" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +distutils_enable_tests pytest