Files
main/programming/language/python3/python3-flit-core/pspec.xml
T

54 lines
1.9 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="c400f1598dacb394dcc630e697a28617a31feb30" type="targz">https://github.com/pypa/flit/archive/refs/tags/3.7.1.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>
</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="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>