python/python3-pdfminer.six: Updated for version 20231228.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
07e60b040a
commit
3da63ec83a
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-pdfminer.six
|
||||
|
||||
# Copyright 2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2023-2024, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2015-2016 Brenton Earl <brent@exitstatusone.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-pdfminer.six
|
||||
VERSION=${VERSION:-20221105}
|
||||
VERSION=${VERSION:-20231228}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="python3-pdfminer.six"
|
||||
VERSION="20221105"
|
||||
VERSION="20231228"
|
||||
HOMEPAGE="https://github.com/pdfminer/pdfminer.six"
|
||||
DOWNLOAD="https://github.com/pdfminer/pdfminer.six/archive/20221105/pdfminer.six-20221105.tar.gz"
|
||||
MD5SUM="2fce670d2df8f37ccd5149c8ea77413e"
|
||||
DOWNLOAD="https://github.com/pdfminer/pdfminer.six/archive/20231228/pdfminer.six-20231228.tar.gz"
|
||||
MD5SUM="2df4a0dcdc6dba561e7f806ffc2ab2bf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cryptography typing-extensions"
|
||||
REQUIRES="cryptography python3-setuptools-git-versioning"
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in New Issue