diff --git a/programming/language/python3/python3-pyzmq/actions.py b/programming/language/python3/python3-pyzmq/actions.py new file mode 100644 index 0000000000..d276fdba01 --- /dev/null +++ b/programming/language/python3/python3-pyzmq/actions.py @@ -0,0 +1,27 @@ +#!/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 +from pisi.actionsapi import get + +def build(): + # suppress compiler warnings + shelltools.export("CFLAGS", "-Wno-implicit-function-declaration -Wno-unused-but-set-variable -Wno-nonnull -Wno-tautological-compare -Wno-deprecated-declarations %s" % get.CFLAGS()) + # fix unused dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") + pythonmodules.compile(pyVer="3") + + #pythonmodules.run("setup.py build_sphinx") + +#def check(): +# pythonmodules.compile("test") + +def install(): + # suppress compiler warnings + pisitools.cflags.add("-Wno-implicit-function-declaration") + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-pyzmq/pspec.xml b/programming/language/python3/python3-pyzmq/pspec.xml new file mode 100644 index 0000000000..ad11fdd211 --- /dev/null +++ b/programming/language/python3/python3-pyzmq/pspec.xml @@ -0,0 +1,47 @@ + + + + + python3-pyzmq + https://github.com/zeromq/pyzmq/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + programming.language.python3 + library + PyZMQ: Python3 bindings for zeromq + This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation. + https://github.com/zeromq/pyzmq/archive/v18.1.1.tar.gz + + python3-setuptools + python3-devel + zeromq-devel + cython3 + + + + + python3-pyzmq + PyZMQ: Python3 bindings for zeromq + + python3 + zeromq + + + /usr/lib/python3* + /usr/share/doc/python3-pyzmq + + + + + + 2019-12-31 + 18.1.1 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-pyzmq/translations.xml b/programming/language/python3/python3-pyzmq/translations.xml new file mode 100644 index 0000000000..78fe389d77 --- /dev/null +++ b/programming/language/python3/python3-pyzmq/translations.xml @@ -0,0 +1,8 @@ + + + + python3-pyzmq + PyZMQ: ZeroMQ için Python3 bağlayıcıları + python3-pyzmq, ZeroMQ için Python3 bağlayıcıları içerir. + + \ No newline at end of file