generated from gaoyang3513/SDK_RK3288
[Mod] First commit
This commit is contained in:
9
package/python-pyqrcode/Config.in
Normal file
9
package/python-pyqrcode/Config.in
Normal file
@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_PYTHON_PYQRCODE
|
||||
bool "python-pyqrcode"
|
||||
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
|
||||
select BR2_PACKAGE_PYTHON3_CODECSCJK # runtime
|
||||
help
|
||||
A QR code generator written purely in Python with SVG, EPS,
|
||||
PNG and terminal output.
|
||||
|
||||
https://github.com/mnooner256/pyqrcode
|
||||
5
package/python-pyqrcode/python-pyqrcode.hash
Normal file
5
package/python-pyqrcode/python-pyqrcode.hash
Normal file
@ -0,0 +1,5 @@
|
||||
# md5 from https://pypi.python.org/pypi/pyqrcode/json
|
||||
md5 371f29f4b03bd2830c6e0319258b1259 PyQRCode-1.2.1.tar.gz
|
||||
# Locally computed
|
||||
sha256 fdbf7634733e56b72e27f9bce46e4550b75a3a2c420414035cae9d9d26b234d5 PyQRCode-1.2.1.tar.gz
|
||||
sha256 bef0c3595451da5132dea99e288fb5dafcbc469e0643f993a4ba0a69980f5ec9 setup.py
|
||||
14
package/python-pyqrcode/python-pyqrcode.mk
Normal file
14
package/python-pyqrcode/python-pyqrcode.mk
Normal file
@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pyqrcode
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYQRCODE_VERSION = 1.2.1
|
||||
PYTHON_PYQRCODE_SOURCE = PyQRCode-$(PYTHON_PYQRCODE_VERSION).tar.gz
|
||||
PYTHON_PYQRCODE_SITE = https://pypi.python.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))
|
||||
Reference in New Issue
Block a user