aboutsummaryrefslogtreecommitdiff
blob: 04613906b07bd11a64794ba8774c1edd4f4d5bef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <longdescription>
    An interface to the Pluggable Authentication Modules (PAM) library,
    written in pure python (using ctypes). This module provides an
    authenticate function that allows the caller to authenticate a
    given username / password against the PAM system.
  </longdescription>
  <upstream>
    <remote-id type="pypi">simplepam</remote-id>
    <remote-id type="github">leonnnn/python3-simplepam</remote-id>
  </upstream>
</pkgmetadata>