pspec.xml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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-beaker</Name>
  6. <Homepage>http://beaker.groovie.org/</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.python</PartOf>
  14. <Summary>A Session and Caching library with WSGI Middleware</Summary>
  15. <Description>python-beaker is a web session and general caching library that includes WSGI middleware for use in web applications.</Description>
  16. <Archive sha1sum="faac46ebe358b5ba54aca4e74af535148716bf7a">https://github.com/bbangert/beaker/archive/1.11.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python3-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-beaker</Name>
  24. <Summary>Beaker module bindings for Python2. A Session and Caching library with WSGI Middleware</Summary>
  25. <Description>python-beaker is a web session and general caching library that includes WSGI middleware for use in web applications.</Description>
  26. <Files>
  27. <Path fileType="library">/usr/lib/python2*</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>python3-beaker</Name>
  32. <Summary>Beaker module bindings for Python3. A Session and Caching library with WSGI Middleware</Summary>
  33. <Description>python-beaker is a web session and general caching library that includes WSGI middleware for use in web applications.</Description>
  34. <Files>
  35. <Path fileType="library">/usr/lib/python3*</Path>
  36. </Files>
  37. </Package>
  38. <Package>
  39. <Name>python-beaker-docs</Name>
  40. <Files>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. </Files>
  43. </Package>
  44. <History>
  45. <Update release="2">
  46. <Date>2020-07-01</Date>
  47. <Version>1.11.0</Version>
  48. <Comment>Package is rebuilded and released up.</Comment>
  49. <Name>Suleyman Poyraz</Name>
  50. <Email>zaryob.dev@gmail.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2019-09-09</Date>
  54. <Version>1.11.0</Version>
  55. <Comment>First release</Comment>
  56. <Name>Sulin Community</Name>
  57. <Email>admin@sulin.org</Email>
  58. </Update>
  59. </History>
  60. </INARY>