summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Vijay Marcel <vijaymarcel@outlook.com>2024-02-26 07:59:28 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-28 12:22:40 +0700
commit630488e95e6eba452622b28e921c30dce714bcb5 (patch)
tree2520b0b30e5ea0b7888b4a4a284264b1261f7ad8
parent90d9d2bbd3fe66b54fbd670af84487f7faebb277 (diff)
downloadslackbuilds-630488e95e6eba452622b28e921c30dce714bcb5.tar.gz
slackbuilds-630488e95e6eba452622b28e921c30dce714bcb5.tar.xz
python/python3-ufolib2: Updated for version 0.16.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-ufolib2/changelog4
-rw-r--r--python/python3-ufolib2/python3-ufolib2.SlackBuild8
-rw-r--r--python/python3-ufolib2/python3-ufolib2.info8
3 files changed, 10 insertions, 10 deletions
diff --git a/python/python3-ufolib2/changelog b/python/python3-ufolib2/changelog
index a7912f92f1..0debe87152 100644
--- a/python/python3-ufolib2/changelog
+++ b/python/python3-ufolib2/changelog
@@ -8,3 +8,7 @@ submitted to slackbuilds.org
11/09/2023:
Downgrading to version 0.13.1.
+
+25/02/2024:
+
+Upgraded to version 0.16.0
diff --git a/python/python3-ufolib2/python3-ufolib2.SlackBuild b/python/python3-ufolib2/python3-ufolib2.SlackBuild
index b78d2a7422..d1b9a5e46b 100644
--- a/python/python3-ufolib2/python3-ufolib2.SlackBuild
+++ b/python/python3-ufolib2/python3-ufolib2.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python3-ufolib2
-# Copyright 2023 Vijay Marcel
+# Copyright 2023-2024 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ufolib2
-VERSION=${VERSION:-0.13.1}
+VERSION=${VERSION:-0.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -82,7 +79,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-export SETUPTOOLS_SCM_PRETEND_VERSION=${VERSION}
python3 -m build --wheel --no-isolation
PYTHONPYCACHEPREFIX="${PWD}/.cache/cpython/" python3 -m installer --destdir="$PKG" dist/*.whl
diff --git a/python/python3-ufolib2/python3-ufolib2.info b/python/python3-ufolib2/python3-ufolib2.info
index fc6c28dbaa..3fc64b1e8f 100644
--- a/python/python3-ufolib2/python3-ufolib2.info
+++ b/python/python3-ufolib2/python3-ufolib2.info
@@ -1,10 +1,10 @@
PRGNAM="python3-ufolib2"
-VERSION="0.13.1"
+VERSION="0.16.0"
HOMEPAGE="https://github.com/fonttools/ufolib2"
-DOWNLOAD="https://pypi.io/packages/source/u/ufoLib2/ufoLib2-0.13.1.tar.gz"
-MD5SUM="8595e59cb8c578262344bd8cf66591c4"
+DOWNLOAD="https://pypi.io/packages/source/u/ufoLib2/ufoLib2-0.16.0.tar.gz"
+MD5SUM="fa862e625fd1aba80413a95e5e8bef13"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-cattrs python3-fonttools python3-lxml msgpack-python"
+REQUIRES="python3-cattrs python3-fonttools msgpack-python"
MAINTAINER="Vijay Marcel"
EMAIL="vijaymarcel@outlook.com"