From f16291a43d5a30221085ad23d784401019156d30 Mon Sep 17 00:00:00 2001 From: "Charles E. Lehner" Date: Fri, 18 Nov 2016 11:25:03 -0500 Subject: [PATCH] New package: python-qrcode-5.3 --- srcpkgs/python-qrcode/INSTALL.msg | 4 ++++ srcpkgs/python-qrcode/template | 20 ++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 srcpkgs/python-qrcode/INSTALL.msg create mode 100644 srcpkgs/python-qrcode/template diff --git a/srcpkgs/python-qrcode/INSTALL.msg b/srcpkgs/python-qrcode/INSTALL.msg new file mode 100644 index 00000000000..09539ea5d62 --- /dev/null +++ b/srcpkgs/python-qrcode/INSTALL.msg @@ -0,0 +1,4 @@ +Some optional packages must be installed for additional functionality: + + - python-Pillow: Image generation support + diff --git a/srcpkgs/python-qrcode/template b/srcpkgs/python-qrcode/template new file mode 100644 index 00000000000..5cfef0ecf05 --- /dev/null +++ b/srcpkgs/python-qrcode/template @@ -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 " +homepage="https://github.com/lincolnloop/python-qrcode" +license="MIT" +distfiles="${PYPI_SITE}/q/qrcode/qrcode-${version}.tar.gz" +checksum=4115ccee832620df16b659d4653568331015c718a754855caf5930805d76924e + +do_install() { + vlicense LICENSE +}