add new packages xorg-xdpyinfo, regionset, python-enchant, libzen

This commit is contained in:
groni
2016-11-24 21:23:48 +01:00
parent 25b236b38b
commit 101a4e9206
16 changed files with 503 additions and 2 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()
def install():
pythonmodules.install()
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-enchant</Name>
<Homepage>http://www.rfk.id.au/software/pyenchant</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>Spellchecking library for Python</Summary>
<Description>python-enchant is an efficient Python module for Enchant spellchecker.</Description>
<Archive sha1sum="526f06a1573d234e00ac5c7e90c342975c3a6dee" type="targz">https://pypi.python.org/packages/73/73/49f95fe636ab3deed0ef1e3b9087902413bcdf74ec00298c3059e660cfbb/pyenchant-1.6.8.tar.gz</Archive>
<BuildDependencies>
<Dependency>enchant-devel</Dependency>
<Dependency>python-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-enchant</Name>
<RuntimeDependencies>
<Dependency>enchant</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-24</Date>
<Version>1.6.8</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-enchant</Name>
<Summary xml:lang="tr">Python için yazım denetimi kütüphanesi</Summary>
<Description xml:lang="tr">python-enchant, Enchant yazım denetleyicisi için hızlı bir Python modulüdür.</Description>
</Source>
</PISI>