69 lines
2.4 KiB
XML
69 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-flit-core</Name>
|
|
<Homepage>https://github.com/pypa/flit</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>BSD</License>
|
|
<IsA>app</IsA>
|
|
<Summary>Simplified packaging of Python modules</Summary>
|
|
<Description>Simplified packaging of Python modules</Description>
|
|
<Archive sha1sum="37d41c9a9de064ed01109b170481a339868ab344" type="targz">https://github.com/pypa/flit/archive/refs/tags/3.9.0.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>pip3</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-requests</Dependency>
|
|
<Dependency>python3-docutils</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
<!--
|
|
<Patches>
|
|
<Patch>python3-flit-core.patch</Patch>
|
|
<Patch level="1">python3-flit-core.patch</Patch>
|
|
</Patches>
|
|
-->
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-flit-core</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>python3-requests</Dependency>
|
|
<Dependency>python3-docutils</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>2024-04-04</Date>
|
|
<Version>3.9.0</Version>
|
|
<Comment>Version bump.</Comment>
|
|
<Name>Mustafa Cinasal</Name>
|
|
<Email>muscnsl@gmail.com</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2023-10-16</Date>
|
|
<Version>3.7.1</Version>
|
|
<Comment>Rebuild</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2022-06-29</Date>
|
|
<Version>3.7.1</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|