python3-unpaddedbase64: update to 2.1.0, adopt.
This commit is contained in:
parent
a472facc2b
commit
0eebf30939
1 changed files with 8 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'python3-unpaddedbase64'
|
||||
pkgname=python3-unpaddedbase64
|
||||
version=1.1.0
|
||||
revision=4
|
||||
version=2.1.0
|
||||
revision=1
|
||||
wrksrc="python-unpaddedbase64-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="unpaddedbase64.py"
|
||||
hostmakedepends="python3-setuptools"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-poetry-core"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Encode and decode Base64 without '=' padding"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://pypi.org/project/unpaddedbase64/"
|
||||
homepage="https://github.com/matrix-org/python-unpaddedbase64"
|
||||
distfiles="https://github.com/matrix-org/python-unpaddedbase64/archive/v${version}.tar.gz"
|
||||
checksum=4e3fc1883e75f70380e903e858ffdcb77b85624213ab9559c5f1e5917491bb73
|
||||
checksum=8f3aeae62aad49ee385c15c37bb64b625c96bb85a820aeab149c21970843ba68
|
||||
|
|
Loading…
Reference in a new issue