diff --git a/programming/language/python3/python3-pysmbc/actions.py b/programming/language/python3/python3-pysmbc/actions.py new file mode 100755 index 0000000000..b3eabaf0c7 --- /dev/null +++ b/programming/language/python3/python3-pysmbc/actions.py @@ -0,0 +1,20 @@ +#!/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(): + # suppress compiler warnings + pisitools.cflags.add("-Wno-implicit-function-declaration -Wno-deprecated-declarations") + # fix unused direct dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared") + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pysmbc/pspec.xml b/programming/language/python3/python3-pysmbc/pspec.xml new file mode 100755 index 0000000000..13ea72fd49 --- /dev/null +++ b/programming/language/python3/python3-pysmbc/pspec.xml @@ -0,0 +1,45 @@ + + + + + python3-pysmbc + http://cyberelk.net/tim/software/pysmbc + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + GPLv2 + library + Python interface to the libsmbclient library + python-smbc is a Python binding for the libsmbclient library. + https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2 + + python3-setuptools + python3-devel + samba-devel + + + + + python3-pysmbc + Python3 interface to the libsmbclient library + + samba + + + /usr/share/doc/python3-pysmbc + /usr/lib/python3* + + + + + + 2020-01-20 + 1.0.18 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pysmbc/translations.xml b/programming/language/python3/python3-pysmbc/translations.xml new file mode 100755 index 0000000000..a5d3804722 --- /dev/null +++ b/programming/language/python3/python3-pysmbc/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pysmbc + libsmbclient kitaplığı için Python arayüzü + python3-pysmbc, libsmbclient kitaplığı için bir Python bağlayıcısıdır. + + \ No newline at end of file