mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 15:50:07 +02:00
pyzmq: enable 3.8, remove 3.6
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user