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,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-ptyprocess</Name>
<Homepage>https://github.com/pexpect/ptyprocess</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>ISC</License>
<IsA>library</IsA>
<Summary>Run a subprocess in a pseudo terminal</Summary>
<Description>Run a subprocess in a pseudo terminal</Description>
<Archive sha1sum="2d8830d1025c8e33149c7723c2f283122f9488c1" type="targz">https://files.pythonhosted.org/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>python3-ptyprocess.patch</Patch>
<Patch level="1">python3-ptyprocess.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>python3-ptyprocess</Name>
<RuntimeDependencies>
<Dependency>python3</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>0.7.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-ptyprocess</Name>
<Summary xml:lang="tr">Run a subprocess in a pseudo terminal</Summary>
<Description xml:lang="tr">Run a subprocess in a pseudo terminal</Description>
</Source>
</PISI>