summaryrefslogtreecommitdiff
path: root/python3-unpaddedbase64
diff options
context:
space:
mode:
Diffstat (limited to 'python3-unpaddedbase64')
-rw-r--r--python3-unpaddedbase64/.footprint14
-rw-r--r--python3-unpaddedbase64/.signature6
-rw-r--r--python3-unpaddedbase64/Pkgfile11
3 files changed, 14 insertions, 17 deletions
diff --git a/python3-unpaddedbase64/.footprint b/python3-unpaddedbase64/.footprint
index d124e6ef1..bb779e569 100644
--- a/python3-unpaddedbase64/.footprint
+++ b/python3-unpaddedbase64/.footprint
@@ -2,15 +2,13 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python3.9/
drwxr-xr-x root/root usr/lib/python3.9/site-packages/
-drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/LICENSE
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/METADATA
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/RECORD
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/REQUESTED (EMPTY)
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/WHEEL
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0.dist-info/direct_url.json
drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64/
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0-py3.9.egg-info/
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0-py3.9.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0-py3.9.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0-py3.9.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64-2.1.0-py3.9.egg-info/top_level.txt
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64/__init__.py
drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64/__pycache__/
-rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64/__pycache__/__init__.cpython-39.pyc
--rw-r--r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64/py.typed (EMPTY)
+-rw-rw-r-- root/root usr/lib/python3.9/site-packages/unpaddedbase64/py.typed (EMPTY)
diff --git a/python3-unpaddedbase64/.signature b/python3-unpaddedbase64/.signature
index 3d2e14016..adb60379c 100644
--- a/python3-unpaddedbase64/.signature
+++ b/python3-unpaddedbase64/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3ysqLI5PPcZxEn8hdmmLRFTu1OMxk2sm5vNI0t+VX4Zd9JtG4wJ+cQZarVJQEwAe2aO8jMPcO/Wz9rMrAIrIpQg=
-SHA256 (Pkgfile) = 5ce08814ae765004a6c2ddea7c807e38756aef7704ee12682e441f17528b9040
-SHA256 (.footprint) = 0085b3b5a30b1702c6dc6b70408ba63c08581230ab462f84a3668af8db24d945
+RWSagIOpLGJF303OHIsaEYTnpXMSJ4iyODplFo9msED9Pw/NTKWPCcT6NGHu8aUuWNTnFNApFVgqLMsGSnR1ZZj1BMUOCmppywE=
+SHA256 (Pkgfile) = dc8f5dd2ee52392bcadbc0613bb549e81b1366b6eba3fed10c96dabccef2ce90
+SHA256 (.footprint) = b5cf16ee135a3ddab3cd589ce2dcf62846d6506daac167a8c4998037e99a102b
SHA256 (python3-unpaddedbase64-2.1.0.tar.gz) = 8f3aeae62aad49ee385c15c37bb64b625c96bb85a820aeab149c21970843ba68
diff --git a/python3-unpaddedbase64/Pkgfile b/python3-unpaddedbase64/Pkgfile
index 8f823ed16..a6de8ec59 100644
--- a/python3-unpaddedbase64/Pkgfile
+++ b/python3-unpaddedbase64/Pkgfile
@@ -1,7 +1,7 @@
# 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-pyproject2setuppy
name=python3-unpaddedbase64
version=2.1.0
@@ -10,9 +10,8 @@ source=(https://github.com/matrix-org/python-unpaddedbase64/archive/v$version/$n
build() {
cd python-unpaddedbase64-$version
- poetry build --format wheel
- export PYTHONHASHSEED=0
- PIP_CONFIG_FILE=/dev/null pip3 install --isolated --root=$PKG --ignore-installed --no-deps dist/*.whl
-
- rm -r $PKG/usr/lib/python3.9/site-packages/unpaddedbase64-$version.dist-info/INSTALLER
+ /usr/bin/python3 -m pyproject2setuppy.main build
+ /usr/bin/python3 -m pyproject2setuppy.main install --prefix=/usr \
+ --root=$PKG \
+ --skip-build
}

Generated by cgit