diff --git a/python3-unpaddedbase64/.footprint b/python3-unpaddedbase64/.footprint index 9b7ee5e6a..a42953eb7 100644 --- a/python3-unpaddedbase64/.footprint +++ b/python3-unpaddedbase64/.footprint @@ -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) diff --git a/python3-unpaddedbase64/.signature b/python3-unpaddedbase64/.signature index c877a2754..c92859f3a 100644 --- a/python3-unpaddedbase64/.signature +++ b/python3-unpaddedbase64/.signature @@ -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 diff --git a/python3-unpaddedbase64/Pkgfile b/python3-unpaddedbase64/Pkgfile index 3b92d339d..7c6ce1923 100644 --- a/python3-unpaddedbase64/Pkgfile +++ b/python3-unpaddedbase64/Pkgfile @@ -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 }