summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Isaac Yu2022-02-20 09:58:08 +0100
committer Willy Sudiarto Raharjo2022-02-21 08:26:36 +0100
commit10654c6549afd468dcf6c7b14928ff21337d64bb (patch)
treedc94dca9633e01b7bc2bd1b066b40f74938d3949 /python
parentc4af87e477d9deec1481a2e7c629f40ab7eb2ef4 (diff)
downloadslackbuilds-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')
-rw-r--r--python/nest_asyncio/nest_asyncio.SlackBuild5
-rw-r--r--python/nest_asyncio/nest_asyncio.info10
2 files changed, 8 insertions, 7 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
diff --git a/python/nest_asyncio/nest_asyncio.info b/python/nest_asyncio/nest_asyncio.info
index df19b14f17..6a1435bb1e 100644
--- a/python/nest_asyncio/nest_asyncio.info
+++ b/python/nest_asyncio/nest_asyncio.info
@@ -1,10 +1,10 @@
PRGNAM="nest_asyncio"
-VERSION="1.5.1"
+VERSION="1.5.4"
HOMEPAGE="https://github.com/erdewit/nest_asyncio"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asyncio-1.5.1.tar.gz"
-MD5SUM="6271f5e4181736c2e711657ef1eae915"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nest_asyncio/nest_asyncio-1.5.4.tar.gz"
+MD5SUM="a97d6622335d35563baeabb87afb758f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Benjamin Trigona-Harany"
-EMAIL="slackbuilds@jaxartes.net"
+MAINTAINER="Isaac Yu"
+EMAIL="isaacyu1@isaacyu1.com"