python3-unpaddedbase64: changed dependency from python3-poetry to python3-poetry-core; don't use poetry backend directly

This commit is contained in:
Tim Biermann 2022-12-15 13:50:02 +00:00
parent 8027d0c345
commit 4ba6d826b1
3 changed files with 9 additions and 11 deletions

View File

@ -3,15 +3,12 @@ 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/unpaddedbase64-2.1.0.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/INSTALLER
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/LICENSE
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/REQUESTED (EMPTY)
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64-2.1.0.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.10/site-packages/unpaddedbase64/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/unpaddedbase64/__pycache__/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64/__pycache__/__init__.cpython-310.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64/__pycache__/__init__.cpython-310.opt-2.pyc
-rw-r--r-- root/root usr/lib/python3.10/site-packages/unpaddedbase64/py.typed (EMPTY)

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF342KCRsqEz35OKffg2OLzbCUSfwMzxDCwDb5tX2H5HIRJ6Q0ewPJ30tZi3+c5pn33PXpF25PjfI63NXKJ39Gcws=
SHA256 (Pkgfile) = 8d06f07013216ec7e532fd342dcd3f702d4f299eff5718ce506ff62247397294
SHA256 (.footprint) = 925993c12f4cbe9fb19cc582e1f99ada9f566709b2e5b87cb33157be8ea84a96
RWSagIOpLGJF3+g2dgg4CSWJ/37nbFvpFCM1qcadbkTBaIBWO30TDkJNqBaDh9HIJ9XseENFQYxJsyUXzWrtZQL2tk+JmjUPJgc=
SHA256 (Pkgfile) = 0a29b75fef45837d40b4cb3cb7abf7923338aecd520ec475ef89dfcb9ec3ffc9
SHA256 (.footprint) = ba2f7d0ff1f2ee7b4947155edea9739cfe8164eaa4a428a3e815fdfc22708eff
SHA256 (python3-unpaddedbase64-2.1.0.tar.gz) = 8f3aeae62aad49ee385c15c37bb64b625c96bb85a820aeab149c21970843ba68

View File

@ -1,15 +1,16 @@
# Description: Unpadded Base64
# URL: https://pypi.python.org/pypi/unpaddedbase64/
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-poetry
# Depends on: python3-poetry-core
name=python3-unpaddedbase64
version=2.1.0
release=1
release=2
source=(https://github.com/matrix-org/python-unpaddedbase64/archive/v$version/$name-$version.tar.gz)
build() {
cd python-unpaddedbase64-$version
/usr/bin/poetry build --format wheel
PIP_CONFIG_FILE=/dev/null /usr/bin/pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}