python3-wcwidth:first pisi rel.

This commit is contained in:
blue-devil
2020-02-20 19:45:00 +03:00
parent d0d4e9fe2b
commit b59c5ccacd
3 changed files with 67 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 http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("LICENSE*")
@@ -0,0 +1,44 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wcwidth</Name>
<Homepage>https://github.com/jquast/wcwidth</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
<Archive sha1sum="389c38ed2583577e9bf8835a793bf2e7b1dceba8" type="targz">https://github.com/jquast/wcwidth/archive/0.1.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wcwidth</Name>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.1.8</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-wcwidth</Name>
<Summary xml:lang="tr">Terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı.</Summary>
<Description xml:lang="tr">python3-wcwidth, terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı sunar.</Description>
</Source>
</PISI>