21 lines
703 B
Bash
21 lines
703 B
Bash
# Template file for 'python3-qrcode'
|
|
pkgname=python3-qrcode
|
|
version=7.4.2
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-pypng python3-typing_extensions"
|
|
checkdepends="python3-pytest ${depends}"
|
|
short_desc="QR Code image generator"
|
|
maintainer="Charles E. Lehner <cel@celehner.com>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/lincolnloop/python-qrcode"
|
|
changelog="https://raw.githubusercontent.com/lincolnloop/python-qrcode/main/CHANGES.rst"
|
|
distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
|
|
checksum=9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
vdoc "${FILESDIR}/README.voidlinux"
|
|
}
|