python3-tabulate: 0.8.10 -> 0.9.0; new dependencies: python3-build python3-installer python3-setuptools-scm

This commit is contained in:
Tim Biermann 2022-10-08 13:07:00 +02:00
parent 0e798a57ee
commit c9166effa2
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 20 additions and 16 deletions

View File

@ -4,8 +4,14 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/tabulate.cpython-310.opt-1.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/__pycache__/tabulate.cpython-310.pyc
drwxr-xr-x root/root usr/lib/python3.10/site-packages/tabulate-0.8.10-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/tabulate-0.9.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate-0.9.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate-0.9.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate-0.9.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate-0.9.0.dist-info/WHEEL
drwxr-xr-x root/root usr/lib/python3.10/site-packages/tabulate/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/tabulate/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate/__pycache__/version.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/tabulate/version.py

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3y4NGGT7gJgwT8WY5j4d6Q446cyKTeUZD3iVdagknHsvG2MNV8meYcQTPmqnrnVCgclccYQ6xHWhQYRR61ahTwA=
SHA256 (Pkgfile) = d553015cda1c0df867c4fe0dc73524b48247a8231787ecb3534d76984a3ff936
SHA256 (.footprint) = 92900caaf7a6da782eb215a5e101efa545c8857b9c59a1c1967e688653c8c689
SHA256 (tabulate-0.8.10.tar.gz) = 6c57f3f3dd7ac2782770155f3adb2db0b1a269637e42f27599925e64b114f519
RWSagIOpLGJF325So8PQOvZRxa6saOx3i0YqHo0cayUFPxyPFX3l4zMjDqSzDpVidgUZtrRtwFViuP7dcCk2MZX6dSMGNfXwvAg=
SHA256 (Pkgfile) = baa699a2b698f5bef48dd5ae9f307a6d3aaeda6e9a247129afe9a8b731f6bc23
SHA256 (.footprint) = 5b0fcb5b8b972545a105043dfb344c82ce26965251f555038d7e909718b31406
SHA256 (tabulate-0.9.0.tar.gz) = 0095b12bf5966de529c0feb1fa08671671b3368eec77d7ef7ab114be2c068b3c

View File

@ -1,21 +1,19 @@
# Description: Pretty-print tabular data in Python, a library and a command-line utility.
# URL: https://bitbucket.org/astanin/python-tabulate
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-setuptools
# Depends on: python3-build python3-installer python3-setuptools-scm
# Optional: python3-numpy python3-pandas
name=python3-tabulate
version=0.8.10
version=0.9.0
release=1
source=(https://files.pythonhosted.org/packages/source/t/tabulate/tabulate-$version.tar.gz)
build() {
cd tabulate-$version
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --prefix=/usr \
--root=$PKG \
--skip-build \
-O1
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
find $PKG \(\
-iname '*PKG-INFO*' -o \