pspec.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>python-pam</Name>
  6. <Homepage>http://atlee.ca/software/pam/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>app:console</IsA>
  13. <Summary>Pure Python interface to the Pluggable Authentication Modules system on Linux</Summary>
  14. <Description>Module that provides an authenticate function that allows the caller to authenticate a given username / password against the PAM system on Linux.</Description>
  15. <Archive sha1sum="a3c3aae71bc8def7e276123e2c312b94c4621e5b" type="targz">https://github.com/FirefighterBlu3/python-pam/archive/v1.8.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>pam-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>python-pam</Name>
  22. <BuildDependencies>
  23. <Dependency>python-setuptools</Dependency>
  24. <Dependency>python-devel</Dependency>
  25. </BuildDependencies>
  26. <RuntimeDependencies>
  27. <Dependency>pam</Dependency>
  28. <Dependency>python</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib/python2.7</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>python3-pam</Name>
  36. <BuildDependencies>
  37. <Dependency>python3-setuptools</Dependency>
  38. <Dependency>python3-devel</Dependency>
  39. </BuildDependencies>
  40. <RuntimeDependencies>
  41. <Dependency>pam</Dependency>
  42. </RuntimeDependencies>
  43. <Files>
  44. <Path fileType="library">/usr/lib/python3.8</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="2">
  50. <Date>2020-07-01</Date>
  51. <Version>1.8.4</Version>
  52. <Comment>Package is rebuilded and released up.</Comment>
  53. <Name>Suleyman Poyraz</Name>
  54. <Email>zaryob.dev@gmail.com</Email>
  55. </Update>
  56. <Update release="1">
  57. <Date>2019-09-18</Date>
  58. <Version>1.8.4</Version>
  59. <Comment>First release</Comment>
  60. <Name>Süleyman Poyraz</Name>
  61. <Email>zaryob.dev@gmail.com</Email>
  62. </Update>
  63. </History>
  64. </INARY>