add missing dependencies.

This commit is contained in:
4fury-c3440d8
2021-10-14 06:44:02 +03:00
parent 4e5a883d49
commit def9ce9645
57 changed files with 1968 additions and 0 deletions
@@ -0,0 +1,15 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = '3')
def install():
pythonmodules.install(pyVer = '3')
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-configobj</Name>
<Homepage>https://github.com/DiffSK/configobj</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>BSD</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>An ini file round tripper.</Summary>
<Description>ConfigObj is a simple but powerful config file reader and writer.</Description>
<Archive sha1sum="add3ae15e3f0d2d28d37370dcad930243cb4145c" type="targz">
https://files.pythonhosted.org/packages/source/c/configobj/configobj-5.0.6.tar.gz
</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-configobj</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-11-19</Date>
<Version>5.0.6</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-configobj</Name>
<Summary xml:lang="tr">Ayar(ini) dosyalarını okuyup yazabilen python modülü</Summary>
<Description xml:lang="tr">python3-configobj, basit ama güçlü bir ayar dosyaları okuyup yazabilen bir python modülüdür.</Description>
</Source>
</PISI>