From a2ccf42e74170baa9c3644ea042bf3b865572c7b Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Mon, 14 Jun 2021 19:51:54 +0000 Subject: python3-unpaddedbase64: initial commit, version 2.1.0 --- python3-unpaddedbase64/.footprint | 15 +++++++++++++++ python3-unpaddedbase64/.signature | 4 ++++ python3-unpaddedbase64/Pkgfile | 16 ++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 python3-unpaddedbase64/.footprint create mode 100644 python3-unpaddedbase64/.signature create mode 100644 python3-unpaddedbase64/Pkgfile (limited to 'python3-unpaddedbase64') 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 +} -- cgit v1.2.3