New package: python-qrcode-5.3
This commit is contained in:
parent
f0b644543e
commit
f16291a43d
2 changed files with 24 additions and 0 deletions
4
srcpkgs/python-qrcode/INSTALL.msg
Normal file
4
srcpkgs/python-qrcode/INSTALL.msg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Some optional packages must be installed for additional functionality:
|
||||||
|
|
||||||
|
- python-Pillow: Image generation support
|
||||||
|
|
20
srcpkgs/python-qrcode/template
Normal file
20
srcpkgs/python-qrcode/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue