pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-docker</Name>
  6. <Homepage>https://github.com/docker/docker-py</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>Apache</License>
  13. <IsA>library</IsA>
  14. <Summary>A Python library for the Docker Engine API.</Summary>
  15. <Description>A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.</Description>
  16. <Archive sha1sum="ceb0eac885a383539a96b4ed336463ffd64ec351" type="targz">https://github.com/docker/docker-py/archive/4.1.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-websocket-client</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>python-requests</Dependency>
  21. <Dependency>python-devel</Dependency>
  22. <Dependency>python-six</Dependency>
  23. </BuildDependencies>
  24. </Source>
  25. <Package>
  26. <Name>python-docker</Name>
  27. <Summary>A Python library for the Docker Engine API.</Summary>
  28. <RuntimeDependencies>
  29. <Dependency>python-backports-ssl-match-hostname</Dependency>
  30. <Dependency>python-websocket-client</Dependency>
  31. <Dependency>python-requests</Dependency>
  32. <Dependency>python-six</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib/python2*</Path>
  36. <Path fileType="doc">/usr/share/doc/python-docker</Path>
  37. </Files>
  38. </Package>
  39. <History>
  40. <Update release="1">
  41. <Date>2020-01-15</Date>
  42. <Version>4.10</Version>
  43. <Comment>First Pisi Release</Comment>
  44. <Name>Blue Devil</Name>
  45. <Email>bluedevil@sctzine.com</Email>
  46. </Update>
  47. </History>
  48. </PISI>