New package: python3-unpaddedbase64-1.1.0
This commit is contained in:
parent
7b6bef79a7
commit
705cb9c2bf
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'python3-unpaddedbase64'
|
||||
pkgname=python3-unpaddedbase64
|
||||
version=1.1.0
|
||||
revision=1
|
||||
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="maxice8 <thinkabit.ukim@gmail.com>"
|
||||
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
|
Loading…
Reference in New Issue