summaryrefslogtreecommitdiff
path: root/python3-unpaddedbase64
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-06-14 19:51:54 +0000
committerTim Biermann <tbier@posteo.de>2021-06-14 19:51:54 +0000
commita2ccf42e74170baa9c3644ea042bf3b865572c7b (patch)
tree4d97b265386e04eba8afa0649b6bc649917339b8 /python3-unpaddedbase64
parent0a7fa1498f461e40031db16e8d44edb10a16b4bd (diff)
downloadcontrib-a2ccf42e74170baa9c3644ea042bf3b865572c7b.tar.gz
contrib-a2ccf42e74170baa9c3644ea042bf3b865572c7b.tar.xz
python3-unpaddedbase64: initial commit, version 2.1.0
Diffstat (limited to 'python3-unpaddedbase64')
-rw-r--r--python3-unpaddedbase64/.footprint15
-rw-r--r--python3-unpaddedbase64/.signature4
-rw-r--r--python3-unpaddedbase64/Pkgfile16
3 files changed, 35 insertions, 0 deletions
diff --git a/python3-unpaddedbase64/.footprint b/python3-unpaddedbase64/.footprint
new file mode 100644
index 000000000..e6fbbdfc5
--- /dev/null
+++ b/python3-unpaddedbase64/.footprint
@@ -0,0 +1,15 @@
+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/INSTALLER
+-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/WHEEL
+drwxr-xr-x root/root usr/lib/python3.9/site-packages/unpaddedbase64/
+-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)
diff --git a/python3-unpaddedbase64/.signature b/python3-unpaddedbase64/.signature
new file mode 100644
index 000000000..877f42bed
--- /dev/null
+++ b/python3-unpaddedbase64/.signature
@@ -0,0 +1,4 @@
+untrusted comment: verify with /etc/ports/contrib.pub
+RWSagIOpLGJF38LIjT0AgtxG6RrvwMBHcIs9ml933m6dX0sren3Ll8rm3sbi+YRyhHWw2EtyX4EqNyOxTPj2J6us0RIm0OEXrA0=
+SHA256 (Pkgfile) = 9878615f9dd73793c8403fa6386c9ee489ee76ec4ac4428f9421eed89510e53f
+SHA256 (.footprint) = d62fa7db9122fac5848c3c1d2563369166c9cb1bd33e634433e8e25a4deaf5bf
diff --git a/python3-unpaddedbase64/Pkgfile b/python3-unpaddedbase64/Pkgfile
new file mode 100644
index 000000000..b5440e5d1
--- /dev/null
+++ b/python3-unpaddedbase64/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Unpadded Base64
+# URL: https://pypi.python.org/pypi/unpaddedbase64/
+# Maintainer: Tim Biermann, tbier at posteo dot de
+# Depends on: python3-poetry
+
+name=python3-unpaddedbase64
+version=2.1.0
+release=1
+source=(https://github.com/matrix-org/python-unpaddedbase64/archive/v$version/$name-$version.tar.gz)
+
+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
+}

Generated by cgit