mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/typing-extensions: Update for 4.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6ca0680bf5
commit
9a74c53c35
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# SlackBuild build script for typing-extensions
|
||||
|
||||
# Copyright (c) 2000-2020 Prof. Horstmann <wmh (at) eipg.fr>
|
||||
# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,7 +30,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=typing-extensions
|
||||
PKGNAM=typing_extensions
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
VERSION=${VERSION:-4.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -73,7 +73,7 @@ python3 -m build --no-isolation
|
|||
python3 -m installer -d "$PKG" dist/*.whl
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a README.md $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
mkdir -p $PKG/install
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="typing-extensions"
|
||||
VERSION="4.3.0"
|
||||
VERSION="4.6.0"
|
||||
HOMEPAGE="https://pypi.org/project/typing-extensions/"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.3.0.tar.gz"
|
||||
MD5SUM="30ff8c89459dd93970a92a90b0386aba"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/typing_extensions/typing_extensions-4.6.0.tar.gz"
|
||||
MD5SUM="637ccb498580f2dd42ddd1ba55cfce5d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-flit_core python3-installer"
|
||||
REQUIRES="python3-build"
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in a new issue