dev-python/qrcode: initial import of version 5.3

This commit is contained in:
Julian Ospald 2017-02-06 20:05:16 +01:00
parent 68af5e5ff5
commit 13aaba45f9
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# Copyright 2017 Julian Ospald <hasufell@posteo.de>
# 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:*(-)?]
"