python/typed_ast: Updated for version 1.5.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Markus Rinne 2022-05-24 13:05:58 +03:00 committed by Willy Sudiarto Raharjo
parent 81e71ed488
commit a9c6747948
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=typed_ast
VERSION=${VERSION:-1.4.3}
VERSION=${VERSION:-1.5.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CONTRIBUTING.md LICENSE README.md update_process.md \
CONTRIBUTING.md LICENSE README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="typed_ast"
VERSION="1.4.3"
VERSION="1.5.4"
HOMEPAGE="https://github.com/python/typed_ast"
DOWNLOAD="https://github.com/python/typed_ast/archive/1.4.3/typed_ast-1.4.3.tar.gz"
MD5SUM="de94287e7fa3f1f44a4acacfe725e51a"
DOWNLOAD="https://github.com/python/typed_ast/archive/1.5.4/typed_ast-1.5.4.tar.gz"
MD5SUM="13d3825b752207d2cd5eb2d909b9cfe5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""