diff --git a/dev-python/pyzmq/pyzmq-18.1.0.recipe b/dev-python/pyzmq/pyzmq-18.1.0.recipe index 2c5dcd861..01e5e9ca8 100644 --- a/dev-python/pyzmq/pyzmq-18.1.0.recipe +++ b/dev-python/pyzmq/pyzmq-18.1.0.recipe @@ -5,7 +5,7 @@ This package contains Python bindings for ØMQ. \ HOMEPAGE="https://zeromq.org/" COPYRIGHT="2009-2019, Brian Granger, Min Ragan-Kelley" LICENSE="GNU LGPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/zeromq/pyzmq/archive/v$portVersion.tar.gz" CHECKSUM_SHA256="32f7618b8104021bc96cbd60be4330bdf37b929e8061dbce362c9f3478a08e21" @@ -27,8 +27,8 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix cmd:pkg_config$secondaryArchSuffix " -PYTHON_PACKAGES=(python36 python3) -PYTHON_VERSIONS=(3.6 3.7) +PYTHON_PACKAGES=(python3 python38) +PYTHON_VERSIONS=(3.7 3.8) if [ -z "$secondaryArchSuffix" ]; then PYTHON_PACKAGES+=(python) PYTHON_VERSIONS+=(2.7)