Files
main/programming/language/python3/python3-build/pspec.xml
T
2023-10-19 12:57:25 +03:00

72 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-build</Name>
<Homepage>https://github.com/pypa/build</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>app</IsA>
<Summary>A simple, correct PEP517 package builder</Summary>
<Description>A simple, correct PEP517 package builder</Description>
<Archive sha1sum="512cffefce86dfa9aba5bcbbb82b91af486acb0c" type="targz">https://github.com/pypa/build/archive/refs/tags/0.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-build.patch</Patch>
<Patch level="1">python3-build.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-build</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-tomli</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>python3-pep517</Dependency>
<Dependency>python3-packaging</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-flit-core</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-10-16</Date>
<Version>0.8.0</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2023-06-11</Date>
<Version>0.8.0</Version>
<Comment>Rebuild</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-06-28</Date>
<Version>0.8.0</Version>
<Comment>First release</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>