mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Updated package as computed by scanpypi. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
562 B
Makefile
15 lines
562 B
Makefile
################################################################################
|
|
#
|
|
# python-pyqrcode
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYQRCODE_VERSION = 1.2.1
|
|
PYTHON_PYQRCODE_SOURCE = PyQRCode-$(PYTHON_PYQRCODE_VERSION).tar.gz
|
|
PYTHON_PYQRCODE_SITE = https://files.pythonhosted.org/packages/37/61/f07226075c347897937d4086ef8e55f0a62ae535e28069884ac68d979316
|
|
PYTHON_PYQRCODE_SETUP_TYPE = setuptools
|
|
PYTHON_PYQRCODE_LICENSE = BSD-3-Clause
|
|
PYTHON_PYQRCODE_LICENSE_FILES = setup.py
|
|
|
|
$(eval $(python-package))
|