summaryrefslogtreecommitdiff
path: root/python3-tabulate
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-10-08 13:07:00 +0200
committerTim Biermann <tbier@posteo.de>2022-10-08 13:07:00 +0200
commitc9166effa20b11c95669b273ef08d59473360788 (patch)
tree685cd30fb4e381170feaed7f3964b19c3679127f /python3-tabulate
parent0e798a57eee851fbe701b78bd5a281d9d19ccd05 (diff)
downloadcontrib-c9166effa20b11c95669b273ef08d59473360788.tar.gz
contrib-c9166effa20b11c95669b273ef08d59473360788.tar.xz
python3-tabulate: 0.8.10 -> 0.9.0; new dependencies: python3-build python3-installer python3-setuptools-scm
Diffstat (limited to 'python3-tabulate')
-rw-r--r--python3-tabulate/.footprint16
-rw-r--r--python3-tabulate/.signature8
-rw-r--r--python3-tabulate/Pkgfile12
3 files changed, 20 insertions, 16 deletions
diff --git a/python3-tabulate/.footprint b/python3-tabulate/.footprint
index 7d1ef9f5b..47258aa8f 100644
--- a/python3-tabulate/.footprint
+++ b/python3-tabulate/.footprint
@@ -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
diff --git a/python3-tabulate/.signature b/python3-tabulate/.signature
index 584755094..85508143d 100644
--- a/python3-tabulate/.signature
+++ b/python3-tabulate/.signature
@@ -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
diff --git a/python3-tabulate/Pkgfile b/python3-tabulate/Pkgfile
index 1b2e4cef7..681473ce5 100644
--- a/python3-tabulate/Pkgfile
+++ b/python3-tabulate/Pkgfile
@@ -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 \

Generated by cgit