mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-pyzmq: Updated for version 25.1.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2e0258ad4e
commit
271d2bc0cf
2 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
# SlackBuild script for python3-pyzmq
|
||||
|
||||
# Copyright 2013 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
|
||||
# Copyright 2016-2022 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2016-2023 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-pyzmq
|
||||
SRCNAM=pyzmq
|
||||
VERSION=${VERSION:-24.0.1}
|
||||
VERSION=${VERSION:-25.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -84,7 +84,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS.md COPYING.BSD COPYING.LESSER README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS.md LICENSE.BSD LICENSE.LESSER README.md SECURITY.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-pyzmq"
|
||||
VERSION="24.0.1"
|
||||
VERSION="25.1.0"
|
||||
HOMEPAGE="https://github.com/zeromq/pyzmq"
|
||||
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v24.0.1/pyzmq-24.0.1.tar.gz"
|
||||
MD5SUM="b5e80d8d41d20850038c9bf006da3123"
|
||||
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v25.1.0/pyzmq-25.1.0.tar.gz"
|
||||
MD5SUM="8e5105167a8aa6f9d589c38d8410769e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zeromq"
|
||||
|
|
Loading…
Reference in a new issue