Browse Source

python/python3-ufolib2: Updated for version 0.17.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Vijay Marcel 8 months ago
committed by Willy Sudiarto Raharjo
parent
commit
1f1bcbfa6b
  1. 8
      python/python3-ufolib2/python3-ufolib2.SlackBuild
  2. 6
      python/python3-ufolib2/python3-ufolib2.info

8
python/python3-ufolib2/python3-ufolib2.SlackBuild

@ -2,7 +2,7 @@
# Slackware build script for python3-ufolib2
# Copyright 2023-2024 Vijay Marcel
# Copyright 2023-2025 Vijay Marcel
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -30,13 +30,15 @@
# 25/02/2024: Upgraded to version 0.16.0
# 21/08/2024: Sphinx is now an optional dependency
# Bump the build no.
# 18/02/2025: updated to version 0.17.1
# ----------------------------------------------------------------------
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-ufolib2
VERSION=${VERSION:-0.16.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.17.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SRCNAM=${SRCNAM:-ufolib2}

6
python/python3-ufolib2/python3-ufolib2.info

@ -1,8 +1,8 @@
PRGNAM="python3-ufolib2"
VERSION="0.16.1"
VERSION="0.17.1"
HOMEPAGE="https://github.com/fonttools/ufolib2"
DOWNLOAD="https://pypi.io/packages/source/u/ufoLib2/ufolib2-0.16.1.tar.gz"
MD5SUM="d85fc3e093f91150ddd0316550d23e90"
DOWNLOAD="https://pypi.io/packages/source/u/ufoLib2/ufolib2-0.17.1.tar.gz"
MD5SUM="ee6b43f706c9004c794458ada7601bb2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-cattrs python3-fonttools msgpack-python python3-setuptools-opt"

Loading…
Cancel
Save