Merge pull request #7627 from blue-devil/master

python bindings of zeromq package
This commit is contained in:
Kamil ATLI
2020-01-19 18:00:36 +03:00
committed by GitHub
10 changed files with 212201 additions and 211910 deletions
+212036 -211908
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
06a864fbe305a0787af2e84b81209dede6f9f29a
99abb03e5c8b30bc96f72f3193398a334eaff4db
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
a2e40a9379cc5a8580e26d72295b067cec550b03
d5e9650cec3ea7e49428382c841691a52e8591b7
@@ -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()
@@ -0,0 +1,46 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-pyzmq</Name>
<Homepage>https://github.com/zeromq/pyzmq/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python</PartOf>
<IsA>library</IsA>
<Summary>PyZMQ: Python bindings for zeromq</Summary>
<Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
<Archive sha1sum="d88bf269fed045e05473c7c32dddb861f473f33d" type="targz">https://github.com/zeromq/pyzmq/archive/v18.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>zeromq-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python-pyzmq</Name>
<Summary>PyZMQ: Python bindings for zeromq</Summary>
<RuntimeDependencies>
<Dependency>zeromq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</Path>
<Path fileType="doc">/usr/share/doc/python-pyzmq</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-31</Date>
<Version>18.1.1</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python-pyzmq</Name>
<Summary xml:lang="tr">PyZMQ: ZeroMQ için Python bağlayıcıları</Summary>
<Description xml:lang="tr">python-pyzmq, ZeroMQ için Python bağlayıcıları içerir.</Description>
</Source>
</PISI>
@@ -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")
@@ -0,0 +1,47 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-pyzmq</Name>
<Homepage>https://github.com/zeromq/pyzmq/</Homepage>
<Packager>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<License>BSD</License>
<PartOf>programming.language.python3</PartOf>
<IsA>library</IsA>
<Summary>PyZMQ: Python3 bindings for zeromq</Summary>
<Description>This package contains Python bindings for ØMQ. ØMQ is a lightweight and fast messaging implementation.</Description>
<Archive sha1sum="d88bf269fed045e05473c7c32dddb861f473f33d" type="targz">https://github.com/zeromq/pyzmq/archive/v18.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>zeromq-devel</Dependency>
<Dependency>cython3</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-pyzmq</Name>
<Summary>PyZMQ: Python3 bindings for zeromq</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>zeromq</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-pyzmq</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-12-31</Date>
<Version>18.1.1</Version>
<Comment>First pisi release</Comment>
<Name>Blue DeviL</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>python3-pyzmq</Name>
<Summary xml:lang="tr">PyZMQ: ZeroMQ için Python3 bağlayıcıları</Summary>
<Description xml:lang="tr">python3-pyzmq, ZeroMQ için Python3 bağlayıcıları içerir.</Description>
</Source>
</PISI>