56 lines
1.7 KiB
XML
56 lines
1.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-installer</Name>
|
|
<Homepage>https://installer.readthedocs.io/</Homepage>
|
|
<Packager>
|
|
<Name>PisiLinux Community</Name>
|
|
<Email>admins@pisilinux.org</Email>
|
|
</Packager>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<Summary>A low-level library for installing from a Python wheel distribution.</Summary>
|
|
<Description>It provides basic functionality and abstractions for handling wheels and installing packages from wheels.</Description>
|
|
<Archive sha1sum="06f302ca7164653fdfabea49caffb4c3b40be514" type="targz">
|
|
https://files.pythonhosted.org/packages/source/i/installer/installer-0.5.1.tar.gz
|
|
</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
<Patches>
|
|
<Patch level='1'>default-bytecode-levels.patch</Patch>
|
|
</Patches>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-installer</Name>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="data">/usr/lib/python3.*</Path>
|
|
<Path fileType="data">/usr/share/doc/python3-installer</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="2">
|
|
<Date>2022-11-13</Date>
|
|
<Version>0.5.1</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2022-11-13</Date>
|
|
<Version>0.5.1</Version>
|
|
<Comment>First build.</Comment>
|
|
<Name>fury</Name>
|
|
<Email>uglyside@yandex.ru</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|