pspec.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>meson-python</Name>
  6. <Homepage>https://mesonbuild.com/meson-python</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvarice@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <Icon>meson-python</Icon>
  13. <Summary>Meson PEP 517 Python build backend</Summary>
  14. <Description>meson-python is a Python build backend built on top of the Meson build system. It enables using Meson for the configuration and build steps of Python packages. </Description>
  15. <Archive sha1sum="5634f35ad95eff61c09cc0eeb93e65382ca8f656" type="targz">https://github.com/mesonbuild/meson-python/archive/refs/tags/0.16.0.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>meson</Dependency>
  18. <Dependency>ninja</Dependency>
  19. <Dependency>patchelf</Dependency>
  20. <Dependency>python3-build</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python3-wheel</Dependency>
  23. <Dependency>python3-installer</Dependency>
  24. <Dependency>python3-typing_extensions</Dependency>
  25. <Dependency>python3-importlib_metadata</Dependency>
  26. <Dependency>python3-pyproject-metadata</Dependency>
  27. </BuildDependencies>
  28. </Source>
  29. <Package>
  30. <Name>meson-python</Name>
  31. <RuntimeDependencies>
  32. <Dependency>meson</Dependency>
  33. <Dependency>python3</Dependency>
  34. <Dependency>patchelf</Dependency>
  35. <Dependency>python3-packaging</Dependency>
  36. <Dependency>python3-typing_extensions</Dependency>
  37. <Dependency>python3-importlib_metadata</Dependency>
  38. <Dependency>python3-pyproject-metadata</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="doc">/usr/share/doc</Path>
  42. <Path fileType="library">/usr/lib/python3.*/site-packages</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="2">
  47. <Date>2024-08-19</Date>
  48. <Version>0.16.0</Version>
  49. <Comment>Version bump.</Comment>
  50. <Name>Pisi Linux Community</Name>
  51. <Email>admin@pisilinux.org</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2024-03-31</Date>
  55. <Version>0.15.0</Version>
  56. <Comment>First release</Comment>
  57. <Name>Kamil Atlı</Name>
  58. <Email>suvarice@gmail.com</Email>
  59. </Update>
  60. </History>
  61. </PISI>