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>
This commit is contained in:
Isaac Yu 2022-04-08 05:15:49 +01:00 committed by Willy Sudiarto Raharjo
parent 1d146cb34b
commit c4839000d2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 11 additions and 10 deletions

View File

@ -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

View File

@ -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"