This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
View File
@@ -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
+5
View File
@@ -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
+15
View File
@@ -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))