guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 316005409f3eae1451556d753ab550590316be1a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Oct 4 19:04:09 2025 +0200
gnu: Add python-pam.
* gnu/packages/python-xyz.scm (python-pam): New variable.
---
gnu/packages/python-xyz.scm | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c411ce4438..1696664989 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -11425,6 +11425,24 @@ color scales, and color space conversion easy. It has
support for:
@end enumerate\n")
(license license:expat)))
+(define-public python-pam
+ (package
+ (name "python-pam")
+ (version "2.0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "python-pam" version))
+ (sha256
+ (base32 "0l6rnlgqpggx4b576wppfnr4jna512ahklb8h2pdp0lvp8sm48wp"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-setuptools python-six python-wheel))
+ (home-page "https://github.com/FirefighterBlu3/python-pam")
+ (synopsis "Python PAM module")
+ (description "This package provides a Python module to interface with
+@acronym{PAM, pluggable authentication modules}.")
+ (license license:expat)))
+
(define-public python-pyspnego
(package
(name "python-pyspnego")