diff --git a/programming/language/python/python-scandir/actions.py b/programming/language/python/python-scandir/actions.py new file mode 100644 index 0000000000..15de7ebdb1 --- /dev/null +++ b/programming/language/python/python-scandir/actions.py @@ -0,0 +1,17 @@ +#!/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 shelltools +from pisi.actionsapi import pisitools + +def build(): + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared") + pythonmodules.compile() + +def install(): + pythonmodules.install() + pisitools.dodoc("LICENSE*") \ No newline at end of file diff --git a/programming/language/python/python-scandir/pspec.xml b/programming/language/python/python-scandir/pspec.xml new file mode 100644 index 0000000000..0a18322f02 --- /dev/null +++ b/programming/language/python/python-scandir/pspec.xml @@ -0,0 +1,41 @@ + + + + + python-scandir + https://github.com/benhoyt/scandir + + Blue Devil + bluedevil@sctzine.com + + programming.language.python + BSD + library + Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. + scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. + https://github.com/benhoyt/scandir/archive/v1.10.0.tar.gz + + python-setuptools + python-devel + + + + + python-scandir + Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. + + /usr/share/doc/python-scandir + /usr/lib/python2* + + + + + + 2020-02-18 + 1.10.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python/python-scandir/translations.xml b/programming/language/python/python-scandir/translations.xml new file mode 100755 index 0000000000..5288730e3c --- /dev/null +++ b/programming/language/python/python-scandir/translations.xml @@ -0,0 +1,8 @@ + + + + python-scandir + Standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü. + python-scandir, standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü sağlar. + + \ No newline at end of file