diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-08 05:15:49 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:55 +0700 |
commit | c4839000d25c0c1252f5fcf474dafd44f442e382 (patch) | |
tree | e477622154c133cbc9605b314a6542d14a584d08 /python | |
parent | 1d146cb34b937303c8c26bad35129701b695f512 (diff) | |
download | slackbuilds-c4839000d25c0c1252f5fcf474dafd44f442e382.tar.gz |
python/python3-kiwisolver: Updated for v. 1.4.2. New maintainer.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-kiwisolver/python3-kiwisolver.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-kiwisolver/python3-kiwisolver.info | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild index 8358c65ee0..001aa556b0 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.SlackBuild +++ b/python/python3-kiwisolver/python3-kiwisolver.SlackBuild @@ -1,8 +1,9 @@ #!/bin/bash -# Slackware build script for kiwisolver +# Slackware build script for python3-kiwisolver # Copyright 2018 Serban Udrea <s.udrea@gsi.de> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, @@ -27,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-kiwisolver SRCNAM=kiwisolver -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -73,7 +74,7 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a COPYING.txt PKG-INFO README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE PKG-INFO README.rst releasenotes.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/python3-kiwisolver/python3-kiwisolver.info b/python/python3-kiwisolver/python3-kiwisolver.info index 96bb4c8160..ced94d7c74 100644 --- a/python/python3-kiwisolver/python3-kiwisolver.info +++ b/python/python3-kiwisolver/python3-kiwisolver.info @@ -1,10 +1,10 @@ PRGNAM="python3-kiwisolver" -VERSION="1.0.1" -HOMEPAGE="https://pypi.org/project/kiwisolver" -DOWNLOAD="https://files.pythonhosted.org/packages/31/60/494fcce70d60a598c32ee00e71542e52e27c978e5f8219fae0d4ac6e2864/kiwisolver-1.0.1.tar.gz" -MD5SUM="e2a1718b837e2cd001f7c06934616fcd" +VERSION="1.4.2" +HOMEPAGE="https://github.com/nucleic/kiwi" +DOWNLOAD="https://github.com/nucleic/kiwi/releases/download/1.4.2/kiwisolver-1.4.2.tar.gz" +MD5SUM="7c13323bbb476d95c259032d39d133f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" -MAINTAINER="Serban Udrea" -EMAIL="S.Udrea@gsi.de" +REQUIRES="cppy" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |