mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_XLIB
|
||||
bool "python-xlib"
|
||||
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||||
help
|
||||
XLib in pure Python (Py2/Py3 compatible)
|
||||
|
||||
https://github.com/python-xlib/python-xlib
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/python-xlib/json
|
||||
md5 ded820dc8e943106bd660801ed7a82f7 python-xlib-0.25.tar.bz2
|
||||
sha256 204f280b549352af6cbdaff43405186822ae05749518dd9be209bd88a0088f99 python-xlib-0.25.tar.bz2
|
||||
# Locally computed sha256 checksums
|
||||
sha256 06eb1c441443cf15ac84f309003f4c43c62246939d37c75fc3e056c2d34cd300 LICENSE
|
||||
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-xlib
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_XLIB_VERSION = 0.25
|
||||
PYTHON_XLIB_SOURCE = python-xlib-$(PYTHON_XLIB_VERSION).tar.bz2
|
||||
PYTHON_XLIB_SITE = https://files.pythonhosted.org/packages/3c/d9/51fc07ae57f6a44e62e2ee04bd501d763ac169ff05c838403ec7ae556992
|
||||
PYTHON_XLIB_SETUP_TYPE = setuptools
|
||||
PYTHON_XLIB_LICENSE = LGPL-2.1+
|
||||
PYTHON_XLIB_LICENSE_FILES = LICENSE
|
||||
PYTHON_XLIB_DEPENDENCIES = host-python-setuptools-scm
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user