python-qrcode: update to 6.1.
This commit is contained in:
parent
9adf550dc6
commit
4c13e25ce1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-qrcode'
|
||||
pkgname=python-qrcode
|
||||
version=6.0
|
||||
version=6.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="qrcode-${version}"
|
||||
|
@ -11,10 +11,10 @@ depends="python-six"
|
|||
checkdepends="python3-six"
|
||||
short_desc="QR Code image generator (Python2)"
|
||||
maintainer="Charles E. Lehner <cel@celehner.com>"
|
||||
homepage="https://github.com/lincolnloop/python-qrcode"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/lincolnloop/python-qrcode"
|
||||
distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
|
||||
checksum=037b0db4c93f44586e37f84c3da3f763874fcac85b2974a69a98e399ac78e1bf
|
||||
checksum=505253854f607f2abf4d16092c61d4e9d511a3b4392e60bff957a68592b04369
|
||||
|
||||
do_check() {
|
||||
python3 setup.py test
|
||||
|
|
Loading…
Reference in New Issue