pyzmq: bump version

This commit is contained in:
Gerasim Troeglazov
2019-09-29 18:23:10 +10:00
parent e5b22bd4b7
commit 858cd8e22b

View File

@@ -2,12 +2,12 @@ SUMMARY="Python bindings for ØMQ"
DESCRIPTION="
This package contains Python bindings for ØMQ. \
ØMQ is a lightweight and fast messaging implementation."
HOMEPAGE="http://www.zeromq.org/bindings:python"
COPYRIGHT="2009-2012, Brian Granger, Min Ragan-Kelley"
HOMEPAGE="https://zeromq.org/"
COPYRIGHT="2009-2019, Brian Granger, Min Ragan-Kelley"
LICENSE="GNU LGPL v3"
REVISION="3"
SOURCE_URI="https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-$portVersion.tar.gz"
CHECKSUM_SHA256="0322543fff5ab6f87d11a8a099c4c07dd8a1719040084b6ce9162bcdf5c45c9d"
REVISION="1"
SOURCE_URI="https://github.com/zeromq/pyzmq/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="32f7618b8104021bc96cbd60be4330bdf37b929e8061dbce362c9f3478a08e21"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -27,8 +27,8 @@ BUILD_PREREQUIRES="
cmd:gcc$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.6)
PYTHON_PACKAGES=(python36 python3)
PYTHON_VERSIONS=(3.6 3.7)
if [ -z "$secondaryArchSuffix" ]; then
PYTHON_PACKAGES+=(python)
PYTHON_VERSIONS+=(2.7)
@@ -52,6 +52,7 @@ REQUIRES_$pythonPackage=\"\
BUILD_REQUIRES="$BUILD_REQUIRES
setuptools_$pythonPackage"
BUILD_PREREQUIRES="$BUILD_PREREQUIRES
cmd:cython$pythonVersion
cmd:python$pythonVersion"
done