python3-distlib:first pisi rel

This commit is contained in:
blue-devil
2020-03-04 00:41:11 +03:00
parent 351f303b38
commit d50fede970
3 changed files with 65 additions and 0 deletions
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-distlib</Name>
<Homepage>https://bitbucket.org/pypa/distlib/</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>PSF</License>
<IsA>library</IsA>
<Summary>Low-level components of distutils2/packaging.</Summary>
<Description>python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more.</Description>
<Archive sha1sum="890d521ce22e780672a8dd8639e58e1a2a145bf3" type="targz">https://bitbucket.org/pypa/distlib/get/0.3.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-distlib</Name>
<Summary>Low-level components of distutils2/packaging.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-distlib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-03-03</Date>
<Version>0.3.0</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-distlib</Name>
<Summary xml:lang="tr">distutils2/packaging'in düşük seviye bileşenleri.</Summary>
<Description xml:lang="tr">python3-distlib, distutils2/packaging'in düşük seviye bileşenlerini içerir.</Description>
</Source>
</PISI>