diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-20 00:58:08 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-21 14:26:36 +0700 |
commit | 10654c6549afd468dcf6c7b14928ff21337d64bb (patch) | |
tree | dc94dca9633e01b7bc2bd1b066b40f74938d3949 /python/nest_asyncio/nest_asyncio.SlackBuild | |
parent | c4af87e477d9deec1481a2e7c629f40ab7eb2ef4 (diff) | |
download | slackbuilds-10654c6549afd468dcf6c7b14928ff21337d64bb.tar.gz |
python/nest_asyncio: Updated for version 1.5.4 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/nest_asyncio/nest_asyncio.SlackBuild')
-rw-r--r-- | python/nest_asyncio/nest_asyncio.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/nest_asyncio/nest_asyncio.SlackBuild b/python/nest_asyncio/nest_asyncio.SlackBuild index 60a6f86587..2a96a7eafa 100644 --- a/python/nest_asyncio/nest_asyncio.SlackBuild +++ b/python/nest_asyncio/nest_asyncio.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for nest_asyncio # Copyright 2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nest_asyncio -VERSION=${VERSION:-1.5.1} +VERSION=${VERSION:-1.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -86,7 +87,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - LICENSE README.rst \ + LICENSE PKG-INFO README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |