pspec.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3-requests</Name>
  6. <Homepage>http://www.python-requests.org/</Homepage>
  7. <Packager>
  8. <Name>Ergün Salman</Name>
  9. <Email>ergunsalman@hotmail.com</Email>
  10. </Packager>
  11. <Summary>Requests is an Apache2 Licensed HTTP library, written in Python, for human beings.</Summary>
  12. <Description>Python’s standard urllib2 module provides most of the HTTP capabilities you need</Description>
  13. <License>MIT</License>
  14. <Archive sha1sum="827f7c8abb5a57d980d9870908724613b8b120c1" type="targz">https://pypi.python.org/packages/16/09/37b69de7c924d318e51ece1c4ceb679bf93be9d05973bb30c35babd596e2/requests-2.13.0.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>python3-devel</Dependency>
  17. <Dependency>python3-setuptools</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>python3-requests</Name>
  22. <RuntimeDependencies>
  23. <Dependency>python3</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="data">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="4">
  32. <Date>2017-03-19</Date>
  33. <Version>2.13.0</Version>
  34. <Comment>Release Bump.</Comment>
  35. <Name>Pisi Linux Community</Name>
  36. <Email>admin@pisilinux.org</Email>
  37. </Update>
  38. <Update release="3">
  39. <Date>2016-06-09</Date>
  40. <Version>2.9.1</Version>
  41. <Comment>Release Bump</Comment>
  42. <Name>Pisi Linux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2016-06-06</Date>
  47. <Version>2.9.1</Version>
  48. <Comment>First release</Comment>
  49. <Name>Ayhan Yalçınsoy</Name>
  50. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2016-05-08</Date>
  54. <Version>2.9.1</Version>
  55. <Comment>First release</Comment>
  56. <Name>Ayhan Yalçınsoy</Name>
  57. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  58. </Update>
  59. </History>
  60. </PISI>