63 lines
2.4 KiB
XML
63 lines
2.4 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-setuptools-rust</Name>
|
|
<Homepage>https://github.com/PyO3/setuptools-rust</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>MIT</License>
|
|
<IsA>app</IsA>
|
|
<Summary>Compile and distribute Python extensions written in rust as easily as if they were written in C.</Summary>
|
|
<Icon>python3-setuptools-rust</Icon>
|
|
<Description>Compile and distribute Python extensions written in rust as easily as if they were written in C.</Description>
|
|
<Archive sha1sum="43dd8568648e2c6e6e848ae1bb8d9aea203c34e3" type="targz">https://github.com/PyO3/setuptools-rust/archive/refs/tags/v1.5.2.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>rust</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>python3-setuptools-rust.patch</Patch>
|
|
<Patch level="1">python3-setuptools-rust.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-setuptools-rust</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>rust</Dependency>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>python3-lxml</Dependency>
|
|
<Dependency>python3-semanticversion</Dependency>
|
|
<Dependency>python3-typing_extensions</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib</Path>
|
|
<Path fileType="data">/usr/share</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2023-10-17</Date>
|
|
<Version>1.5.2</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2023-03-31</Date>
|
|
<Version>1.5.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|