l/pyzmq: Upgraded to pyzmq-19.0.1.

current-20200608
Damien Goutte-Gattat 3 years ago
parent 8de28c84cb
commit b193971765

@ -1 +0,0 @@
93f44739db69234c013a16990e43db1aa0af3cf5a4b8b377d028ff24515fbeb3 pyzmq-18.1.0.tar.gz

@ -0,0 +1 @@
13a5638ab24d628a6ade8f794195e1a1acd573496c3b85af2f1183603b7bf5e0 pyzmq-19.0.1.tar.gz

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2012,2013,2018,2019 Damien Goutte-Gattat
# Copyright (C) 2012,2013,2018,2019,2020 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -29,7 +29,7 @@
# Source package infos
NAMESRC=${NAMESRC:-pyzmq}
VERSION=${VERSION:-18.1.0}
VERSION=${VERSION:-19.0.1}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz}
# Build infos
@ -83,10 +83,6 @@ tar xf $CWD/$ARCHIVE
cd $NAME
CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
python2 setup.py build
python2 setup.py install --root=$PKG
CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
python3 setup.py build
python3 setup.py install --root=$PKG

Loading…
Cancel
Save