python-docopt, python-keyutils, udiskie: new packages
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
#!/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
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
shelltools.system("python3 setup.py build")
|
||||
|
||||
def check():
|
||||
pass
|
||||
#pythonmodules.run("setup.py test", pyVer="3")
|
||||
#pythonmodules.run("test/run_all_unittests.py",pyVer="3")
|
||||
#pythonmodules.run("test/run_examples_test.py",pyVer="3")
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>udiskie</Name>
|
||||
<Homepage>https://pypi.python.org/pypi/udiskie</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Removable disk automounter using udisks2</Summary>
|
||||
<Description>Udiskie is a udisks2 front-end that allows to manage removeable media such as CDs or flash drives from userspace.</Description>
|
||||
<Archive sha1sum="e00e925eb62c6fed46469dd926622349b8af9a43" type="targz">https://files.pythonhosted.org/packages/a5/0c/b1aaddf8c53a1f186f2d95d1073d88876d227685454adac4ff547ac03328/udiskie-2.3.3.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>pip3</Dependency>
|
||||
<Dependency>keyutils</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>udisks2-devel</Dependency>
|
||||
<Dependency>python3-wheel</Dependency>
|
||||
<Dependency>python3-PyYAML</Dependency>
|
||||
<Dependency>python-keyutils</Dependency>
|
||||
<Dependency>libnotify-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>udiskie</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>python3</Dependency>
|
||||
<Dependency>udisks2</Dependency>
|
||||
<Dependency>libnotify</Dependency>
|
||||
<Dependency>python-docopt</Dependency>
|
||||
<Dependency>python3-PyYAML</Dependency>
|
||||
<Dependency>python-keyutils</Dependency>
|
||||
<Dependency>python3-pygobject3</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/lib/python3.8/site-packages/udiskie</Path>
|
||||
<Path fileType="data">/usr/share/zsh/site-functions</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc/udiskie</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2021-09-25</Date>
|
||||
<Version>2.3.3</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>udiskie</Name>
|
||||
<Summary xml:lang="tr">Removable disk automounter using udisks2</Summary>
|
||||
<Description xml:lang="tr">udiskie, CD'ler veya usb flash sürücüler gibi çıkarılabilir ortamların kullanıcı alanından yönetilmesine izin veren bir udisks2 ön ucudur.</Description>
|
||||
<Description xml:lang="fr">Udiskie est un frontal udisks2 qui permet de gérer des supports amovibles tels que des CD ou des clés USB depuis l'espace utilisateur.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user