Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-pam/
Date: Mon, 02 May 2022 01:11:15
Message-Id: 1651453714.9849bd493d33c67d92fcd522a98be763c93ca929.sam@gentoo
1 commit: 9849bd493d33c67d92fcd522a98be763c93ca929
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 01:08:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 01:08:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9849bd49
7
8 dev-python/python-pam: new package, add 2.0.2
9
10 Bug: https://bugs.gentoo.org/833297
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/python-pam/Manifest | 1 +
14 dev-python/python-pam/metadata.xml | 13 +++++++++++++
15 dev-python/python-pam/python-pam-2.0.2.ebuild | 18 ++++++++++++++++++
16 3 files changed, 32 insertions(+)
17
18 diff --git a/dev-python/python-pam/Manifest b/dev-python/python-pam/Manifest
19 new file mode 100644
20 index 000000000000..973d98085e3d
21 --- /dev/null
22 +++ b/dev-python/python-pam/Manifest
23 @@ -0,0 +1 @@
24 +DIST python-pam-2.0.2.tar.gz 14787 BLAKE2B 4bd9d7d57802fb30519ee755b091d8dd21da7fdac164cba2ac11fae48c8f575498562309d996a67766218e15e1b5f45f40c4cf32800de349fe0fa0cd03ae911d SHA512 eafeb753b22ffccc1c5729516ea1ae26799d3749140fe91849ddb804066cabd4b5493e9b059172977dd5b3c5d48c8b5ced6c5c944931fcf23225dda09db026f6
25
26 diff --git a/dev-python/python-pam/metadata.xml b/dev-python/python-pam/metadata.xml
27 new file mode 100644
28 index 000000000000..f2060ceef8c3
29 --- /dev/null
30 +++ b/dev-python/python-pam/metadata.xml
31 @@ -0,0 +1,13 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <maintainer type="project">
36 + <email>python@g.o</email>
37 + <name>Python</name>
38 + </maintainer>
39 + <stabilize-allarches/>
40 + <upstream>
41 + <remote-id type="pypi">python-pam</remote-id>
42 + <remote-id type="github">FirefighterBlu3/python-pam</remote-id>
43 + </upstream>
44 +</pkgmetadata>
45
46 diff --git a/dev-python/python-pam/python-pam-2.0.2.ebuild b/dev-python/python-pam/python-pam-2.0.2.ebuild
47 new file mode 100644
48 index 000000000000..7c86378077ce
49 --- /dev/null
50 +++ b/dev-python/python-pam/python-pam-2.0.2.ebuild
51 @@ -0,0 +1,18 @@
52 +# Copyright 2022 Gentoo Authors
53 +# Distributed under the terms of the GNU General Public License v2
54 +
55 +EAPI=8
56 +
57 +DISTUTILS_USE_PEP517=setuptools
58 +PYTHON_COMPAT=( python3_{8..10} )
59 +inherit distutils-r1
60 +
61 +DESCRIPTION="Python PAM module"
62 +HOMEPAGE="https://github.com/FirefighterBlu3/python-pam"
63 +SRC_URI="https://github.com/FirefighterBlu3/python-pam/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
64 +
65 +LICENSE="MIT"
66 +SLOT="0"
67 +KEYWORDS="~amd64 ~x86"
68 +
69 +distutils_enable_tests pytest