pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-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>python-devel</Dependency>
  17. <Dependency>python-setuptools</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>python-requests</Name>
  22. <!--RuntimeDependencies>
  23. <Dependency>python-devel</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="5">
  32. <Date>2017-09-04</Date>
  33. <Version>2.13.0</Version>
  34. <Comment>remove unneeded runtime dep.</Comment>
  35. <Name>Ertuğrul Erata</Name>
  36. <Email>ertugrulerata@gmail.com</Email>
  37. </Update>
  38. <Update release="4">
  39. <Date>2017-01-25</Date>
  40. <Version>2.13.0</Version>
  41. <Comment>Version Bump</Comment>
  42. <Name>Pisi Linux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2016-06-09</Date>
  47. <Version>2.9.1</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-06</Date>
  54. <Version>2.9.1</Version>
  55. <Comment>Rebuild</Comment>
  56. <Name>Ayhan Yalçınsoy</Name>
  57. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2016-05-08</Date>
  61. <Version>2.9.1</Version>
  62. <Comment>First release</Comment>
  63. <Name>Ayhan Yalçınsoy</Name>
  64. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>