mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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'
|
# Template file for 'python3-unpaddedbase64'
|
||||||
pkgname=python3-unpaddedbase64
|
pkgname=python3-unpaddedbase64
|
||||||
version=1.1.0
|
version=2.1.0
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="python-unpaddedbase64-${version}"
|
wrksrc="python-unpaddedbase64-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
pycompile_module="unpaddedbase64.py"
|
hostmakedepends="python3-poetry-core"
|
||||||
hostmakedepends="python3-setuptools"
|
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Encode and decode Base64 without '=' padding"
|
short_desc="Encode and decode Base64 without '=' padding"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="Apache-2.0"
|
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"
|
distfiles="https://github.com/matrix-org/python-unpaddedbase64/archive/v${version}.tar.gz"
|
||||||
checksum=4e3fc1883e75f70380e903e858ffdcb77b85624213ab9559c5f1e5917491bb73
|
checksum=8f3aeae62aad49ee385c15c37bb64b625c96bb85a820aeab149c21970843ba68
|
||||||
|
|
Loading…
Add table
Reference in a new issue