summaryrefslogtreecommitdiff
path: root/python3-unpaddedbase64
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2022-12-15 13:50:02 +0000
committerTim Biermann <tbier@posteo.de>2022-12-15 19:26:49 +0000
commit4ba6d826b18d510c210cb7510b9233fa5660b36a (patch)
treee6607737b8620c21ec9a4ee8ea46a2b83da8cd2c /python3-unpaddedbase64
parent8027d0c3459a43cb90b831437d33c0db8e087f80 (diff)
downloadcontrib-4ba6d826b18d510c210cb7510b9233fa5660b36a.tar.gz
contrib-4ba6d826b18d510c210cb7510b9233fa5660b36a.tar.xz
python3-unpaddedbase64: changed dependency from python3-poetry to python3-poetry-core; don't use poetry backend directly
Diffstat (limited to 'python3-unpaddedbase64')
-rw-r--r--python3-unpaddedbase64/.footprint5
-rw-r--r--python3-unpaddedbase64/.signature6
-rw-r--r--python3-unpaddedbase64/Pkgfile9
3 files changed, 9 insertions, 11 deletions
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
}

Generated by cgit