forked from ports/contrib
python3-unpaddedbase64: initial commit, version 2.1.0
This commit is contained in:
parent
0a7fa1498f
commit
a2ccf42e74
15
python3-unpaddedbase64/.footprint
Normal file
15
python3-unpaddedbase64/.footprint
Normal file
@ -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)
|
4
python3-unpaddedbase64/.signature
Normal file
4
python3-unpaddedbase64/.signature
Normal file
@ -0,0 +1,4 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38LIjT0AgtxG6RrvwMBHcIs9ml933m6dX0sren3Ll8rm3sbi+YRyhHWw2EtyX4EqNyOxTPj2J6us0RIm0OEXrA0=
|
||||
SHA256 (Pkgfile) = 9878615f9dd73793c8403fa6386c9ee489ee76ec4ac4428f9421eed89510e53f
|
||||
SHA256 (.footprint) = d62fa7db9122fac5848c3c1d2563369166c9cb1bd33e634433e8e25a4deaf5bf
|
16
python3-unpaddedbase64/Pkgfile
Normal file
16
python3-unpaddedbase64/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user