New package: python-qrcode-5.3

This commit is contained in:
Charles E. Lehner 2016-11-18 11:25:03 -05:00
parent f0b644543e
commit f16291a43d
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Some optional packages must be installed for additional functionality:
- python-Pillow: Image generation support

View File

@ -0,0 +1,20 @@
# Template file for 'python-qrcode'
pkgname=python-qrcode
version=5.3
revision=1
noarch=yes
wrksrc="qrcode-${version}"
build_style=python2-module
pycompile_module="qrcode"
hostmakedepends="python-setuptools"
depends="python-six"
short_desc="QR Code image generator (Python2)"
maintainer="Charles E. Lehner <cel@celehner.com>"
homepage="https://github.com/lincolnloop/python-qrcode"
license="MIT"
distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz"
checksum=4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e
do_install() {
vlicense LICENSE
}