diff --git a/programming/language/python/python-pyzmq/actions.py b/programming/language/python/python-pyzmq/actions.py new file mode 100644 index 0000000000..67d7a424f3 --- /dev/null +++ b/programming/language/python/python-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 %s" % get.CFLAGS()) + # fix unused dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") + pythonmodules.compile() + + #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() \ No newline at end of file diff --git a/programming/language/python/python-pyzmq/pspec.xml b/programming/language/python/python-pyzmq/pspec.xml new file mode 100644 index 0000000000..2f1f1b97ba --- /dev/null +++ b/programming/language/python/python-pyzmq/pspec.xml @@ -0,0 +1,46 @@ + + + + + python-pyzmq + https://github.com/zeromq/pyzmq/ + + Blue DeviL + bluedevil@sctzine.com + + BSD + programming.language.python + library + PyZMQ: Python 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 + + python-setuptools + zeromq-devel + python-devel + cython + + + + + python-pyzmq + PyZMQ: Python bindings for zeromq + + zeromq + + + /usr/lib/python2* + /usr/share/doc/python-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/python/python-pyzmq/translations.xml b/programming/language/python/python-pyzmq/translations.xml new file mode 100644 index 0000000000..b47327eee8 --- /dev/null +++ b/programming/language/python/python-pyzmq/translations.xml @@ -0,0 +1,8 @@ + + + + python-pyzmq + PyZMQ: ZeroMQ için Python bağlayıcıları + python-pyzmq, ZeroMQ için Python bağlayıcıları içerir. + + \ No newline at end of file