Browse Source
python/python3-flit: Updated for version 3.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/288/head
fourtysixandtwo
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-flit/python3-flit.SlackBuild
-
python/python3-flit/python3-flit.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-flit |
|
|
|
SRCNAM=${PRGNAM#python3-*} |
|
|
|
VERSION=${VERSION:-3.11.0} |
|
|
|
VERSION=${VERSION:-3.12.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-flit" |
|
|
|
VERSION="3.11.0" |
|
|
|
VERSION="3.12.0" |
|
|
|
HOMEPAGE="https://github.com/pypa/flit" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit/flit-3.11.0.tar.gz" |
|
|
|
MD5SUM="5d5ce15ce528d1e1f90fd9a00d0dcd4d" |
|
|
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/flit/flit-3.12.0.tar.gz" |
|
|
|
MD5SUM="c828644be6e609cff271c7b8d93bd9dc" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-tomli_w" |
|
|
|