12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>meson-python</Name>
- <Homepage>https://mesonbuild.com/meson-python</Homepage>
- <Packager>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Packager>
- <License>MIT</License>
- <Icon>meson-python</Icon>
- <Summary>Meson PEP 517 Python build backend</Summary>
- <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>
- <Archive sha1sum="5634f35ad95eff61c09cc0eeb93e65382ca8f656" type="targz">https://github.com/mesonbuild/meson-python/archive/refs/tags/0.16.0.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>meson</Dependency>
- <Dependency>ninja</Dependency>
- <Dependency>patchelf</Dependency>
- <Dependency>python3-build</Dependency>
- <Dependency>python3-devel</Dependency>
- <Dependency>python3-wheel</Dependency>
- <Dependency>python3-installer</Dependency>
- <Dependency>python3-typing_extensions</Dependency>
- <Dependency>python3-importlib_metadata</Dependency>
- <Dependency>python3-pyproject-metadata</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>meson-python</Name>
- <RuntimeDependencies>
- <Dependency>meson</Dependency>
- <Dependency>python3</Dependency>
- <Dependency>patchelf</Dependency>
- <Dependency>python3-packaging</Dependency>
- <Dependency>python3-typing_extensions</Dependency>
- <Dependency>python3-importlib_metadata</Dependency>
- <Dependency>python3-pyproject-metadata</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="library">/usr/lib/python3.*/site-packages</Path>
- </Files>
- </Package>
- <History>
- <Update release="2">
- <Date>2024-08-19</Date>
- <Version>0.16.0</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2024-03-31</Date>
- <Version>0.15.0</Version>
- <Comment>First release</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvarice@gmail.com</Email>
- </Update>
- </History>
- </PISI>
|