From 13aaba45f92d94b4e6311a8b6a67ec2be15fe8a8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 6 Feb 2017 20:05:16 +0100 Subject: [PATCH] dev-python/qrcode: initial import of version 5.3 --- .../dev-python/qrcode/qrcode-5.3.exheres-0 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 packages/dev-python/qrcode/qrcode-5.3.exheres-0 diff --git a/packages/dev-python/qrcode/qrcode-5.3.exheres-0 b/packages/dev-python/qrcode/qrcode-5.3.exheres-0 new file mode 100644 index 0000000..55c4f1b --- /dev/null +++ b/packages/dev-python/qrcode/qrcode-5.3.exheres-0 @@ -0,0 +1,19 @@ +# Copyright 2017 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require pypi setup-py [ import=setuptools ] + +SUMMARY="Pure python QR Code generator" + +LICENCES="BSD-3" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build+run: + dev-python/six[python_abis:*(-)?] + dev-python/lxml[python_abis:*(-)?] + dev-python/Pillow[python_abis:*(-)?] +" +