python3-installer.

This commit is contained in:
4fury-c3440d8
2022-11-14 04:11:11 +03:00
parent 7941cda272
commit 8782b472ff
3 changed files with 85 additions and 0 deletions
@@ -0,0 +1,48 @@
<?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>fury</Name>
<Email>uglyside@yandex.ru</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.9</Path>
<Path fileType="data">/usr/share/doc/python3-installer</Path>
</Files>
</Package>
<History>
<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>