catfish Versatile file searching tool

This commit is contained in:
Rmys
2021-02-28 15:14:26 +03:00
parent 6ac29a65f2
commit 85a371ae02
13 changed files with 415 additions and 4 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/env 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("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -0,0 +1,50 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pexpect</Name>
<Homepage>https://pexpect.readthedocs.org/en/stable/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>MIT</License>
<IsA>library</IsA>
<Summary>For controlling and automating applications</Summary>
<Description>For controlling and automating applications</Description>
<Archive sha1sum="3f6c41a4a72dc802f3431f5d2367a4259f9b1813" type="targz">https://github.com/pexpect/pexpect/archive/4.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-ptyprocess</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-pexpect.patch</Patch>
<Patch level="1">python3-pexpect.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-pexpect</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-ptyprocess</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3.8</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-02-03</Date>
<Version>4.8.0</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pexpect</Name>
<Summary xml:lang="tr">For controlling and automating applications</Summary>
<Description xml:lang="tr">For controlling and automating applications</Description>
</Source>
</PISI>