pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <PISI>
  2. <Source>
  3. <Name>python-docker-py</Name>
  4. <Homepage>https://github.com/dotcloud/docker-py</Homepage>
  5. <Packager>
  6. <Name>Alihan Öztürk</Name>
  7. <Email>alihan@pisilinux.org</Email>
  8. </Packager>
  9. <License>apache</License>
  10. <IsA>app:console</IsA>
  11. <Summary>Python client for Docker.</Summary>
  12. <Description>A Python library for the Docker Remote API. It does everything the docker command does, but from within Python – run containers, manage them, pull/push images, etc.</Description>
  13. <Archive sha1sum="653bad33f42de753d90b9ced35c621eeb236a960" type="targz">https://github.com/docker/docker-py/archive/2.0.2.tar.gz</Archive>
  14. <BuildDependencies>
  15. <Dependency>python-devel</Dependency>
  16. <Dependency>python-setuptools</Dependency>
  17. <Dependency>python-websocket-client</Dependency>
  18. <Dependency>python-six</Dependency>
  19. <Dependency>python-requests</Dependency>
  20. <Dependency>pip</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-docker-py</Name>
  25. <Summary>Python client for Docker.</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python</Dependency>
  28. <Dependency>python-websocket-client</Dependency>
  29. <Dependency>python-six</Dependency>
  30. <Dependency>python-requests</Dependency>
  31. </RuntimeDependencies>
  32. <Files>
  33. <Path fileType="library">/usr/lib</Path>
  34. <Path fileType="doc">/usr/share/doc</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="4">
  39. <Date>2018-08-29</Date>
  40. <Version>2.0.2</Version>
  41. <Comment>Rebuild.</Comment>
  42. <Name>Pisi Linux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2017-01-25</Date>
  47. <Version>2.0.2</Version>
  48. <Comment>Version Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-09</Date>
  54. <Version>1.8.1</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2016-06-06</Date>
  61. <Version>1.8.1</Version>
  62. <Comment>First release</Comment>
  63. <Name>Alihan Öztürk</Name>
  64. <Email>alihan@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>