pspec.xml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libvirt-python3</Name>
  6. <Homepage>http://www.libvirt.org/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv3</License>
  12. <IsA>library</IsA>
  13. <Summary>libvirt python3 binding</Summary>
  14. <Description>The libvirt-python package provides a module that permits applications written in the Python 3.x programming language to call the interface supplied by the libvirt library, to manage the virtualization capabilities of recent versions of Linux (and other OSes).</Description>
  15. <Archive sha1sum="9ba4f29ef9d8939ea59b402417ee49d57c9577fa" type="targz">https://files.pythonhosted.org/packages/92/92/315e66f442147369a592d2afe07df1321602c5c5ef93ed15cf4eecf90ffb/libvirt-python-9.9.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>libvirt-devel</Dependency>
  18. <Dependency>python3-devel</Dependency>
  19. <Dependency>python3-setuptools</Dependency>
  20. <Dependency>python3-tomli</Dependency>
  21. <Dependency>python3-importlib_metadata</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>libvirt-python3</Name>
  26. <RuntimeDependencies>
  27. <Dependency>python3</Dependency>
  28. <Dependency>libvirt</Dependency>
  29. </RuntimeDependencies>
  30. <Files>
  31. <Path fileType="library">/usr/lib</Path>
  32. <Path fileType="doc">/usr/share/doc</Path>
  33. </Files>
  34. </Package>
  35. <History>
  36. <Update release="2">
  37. <Date>2023-11-03</Date>
  38. <Version>9.9.0</Version>
  39. <Comment>Version bump.</Comment>
  40. <Name>Mustafa Cinasal</Name>
  41. <Email>muscnsl@gmail.com</Email>
  42. </Update>
  43. <Update release="1">
  44. <Date>2022-07-03</Date>
  45. <Version>8.5.0</Version>
  46. <Comment>First release</Comment>
  47. <Name>Kamil Atlı</Name>
  48. <Email>suvari@pisilinux.org</Email>
  49. </Update>
  50. </History>
  51. </PISI>