17 lines
616 B
Bash
17 lines
616 B
Bash
# Template file for 'python3-unpaddedbase64'
|
|
pkgname=python3-unpaddedbase64
|
|
version=1.1.0
|
|
revision=2
|
|
archs=noarch
|
|
wrksrc="python-unpaddedbase64-${version}"
|
|
build_style=python3-module
|
|
pycompile_module="unpaddedbase64.py"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Encode and decode Base64 without '=' padding"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://pypi.org/project/unpaddedbase64/"
|
|
distfiles="https://github.com/matrix-org/python-unpaddedbase64/archive/v${version}.tar.gz"
|
|
checksum=4e3fc1883e75f70380e903e858ffdcb77b85624213ab9559c5f1e5917491bb73
|