From 10654c6549afd468dcf6c7b14928ff21337d64bb Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sun, 20 Feb 2022 00:58:08 -0800 Subject: python/nest_asyncio: Updated for version 1.5.4 (+new maintainer) Signed-off-by: Willy Sudiarto Raharjo --- python/nest_asyncio/nest_asyncio.SlackBuild | 5 +++-- python/nest_asyncio/nest_asyncio.info | 10 +++++----- 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 +# Copyright 2022 Isaac Yu # 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" -- cgit v1.2.3