123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?xml version="1.0" ?>
- <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
- <INARY>
- <Source>
- <Name>python-pam</Name>
- <Homepage>http://atlee.ca/software/pam/</Homepage>
- <Packager>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Packager>
- <License>MIT</License>
- <IsA>app:console</IsA>
- <Summary>Pure Python interface to the Pluggable Authentication Modules system on Linux</Summary>
- <Description>Module that provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux.</Description>
- <Archive sha1sum="a3c3aae71bc8def7e276123e2c312b94c4621e5b" type="targz">https://github.com/FirefighterBlu3/python-pam/archive/v1.8.4.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>pam-devel</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>python-pam</Name>
- <BuildDependencies>
- <Dependency>python-setuptools</Dependency>
- <Dependency>python-devel</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>pam</Dependency>
- <Dependency>python</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python2.7</Path>
- </Files>
- </Package>
- <Package>
- <Name>python3-pam</Name>
- <BuildDependencies>
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-devel</Dependency>
- </BuildDependencies>
- <RuntimeDependencies>
- <Dependency>pam</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/python3.8</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2020-07-01</Date>
- <Version>1.8.4</Version>
- <Comment>Package is rebuilded and released up.</Comment>
- <Name>Suleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- <Update release="1">
- <Date>2019-09-18</Date>
- <Version>1.8.4</Version>
- <Comment>First release</Comment>
- <Name>Süleyman Poyraz</Name>
- <Email>zaryob.dev@gmail.com</Email>
- </Update>
- </History>
- </INARY>
|