mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-python/python-pam: new package, add 2.0.2
Bug: https://bugs.gentoo.org/833297 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
1
dev-python/python-pam/Manifest
Normal file
1
dev-python/python-pam/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST python-pam-2.0.2.tar.gz 14787 BLAKE2B 4bd9d7d57802fb30519ee755b091d8dd21da7fdac164cba2ac11fae48c8f575498562309d996a67766218e15e1b5f45f40c4cf32800de349fe0fa0cd03ae911d SHA512 eafeb753b22ffccc1c5729516ea1ae26799d3749140fe91849ddb804066cabd4b5493e9b059172977dd5b3c5d48c8b5ced6c5c944931fcf23225dda09db026f6
|
||||
13
dev-python/python-pam/metadata.xml
Normal file
13
dev-python/python-pam/metadata.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>python@gentoo.org</email>
|
||||
<name>Python</name>
|
||||
</maintainer>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">python-pam</remote-id>
|
||||
<remote-id type="github">FirefighterBlu3/python-pam</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
18
dev-python/python-pam/python-pam-2.0.2.ebuild
Normal file
18
dev-python/python-pam/python-pam-2.0.2.ebuild
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user