Browse Source
python/nest_asyncio: Update for 1.5.8
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/216/head
isaackwy
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
8 deletions
-
python/nest_asyncio/nest_asyncio.SlackBuild
-
python/nest_asyncio/nest_asyncio.info
|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# Slackware build script for nest_asyncio |
|
|
|
|
|
|
|
# Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> |
|
|
|
# Copyright 2022 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=nest_asyncio |
|
|
|
VERSION=${VERSION:-1.5.6} |
|
|
|
VERSION=${VERSION:-1.5.8} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then |
|
|
|
esac |
|
|
|
fi |
|
|
|
|
|
|
|
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what |
|
|
|
# the name of the created package would be, and then exit. This information |
|
|
|
# could be useful to other scripts. |
|
|
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then |
|
|
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" |
|
|
|
exit 0 |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="nest_asyncio" |
|
|
|
VERSION="1.5.6" |
|
|
|
VERSION="1.5.8" |
|
|
|
HOMEPAGE="https://github.com/erdewit/nest_asyncio" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asyncio-1.5.6.tar.gz" |
|
|
|
MD5SUM="7c7108921a64e7abbb6993803343819b" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asyncio-1.5.8.tar.gz" |
|
|
|
MD5SUM="9f0fe9ca229b1eef6e1ffba266413616" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|