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,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PSUTIL
|
||||
bool "python-psutil"
|
||||
help
|
||||
psutil is a cross-platform library for retrieving
|
||||
information on running processes and system utilization
|
||||
(CPU, memory, disks, network) in Python.
|
||||
|
||||
https://pypi.python.org/pypi/psutil
|
||||
@@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/psutil/json
|
||||
md5 1bbc1788588cc3c2c461cd98a830ba72 psutil-5.6.3.tar.gz
|
||||
sha256 863a85c1c0a5103a12c05a35e59d336e1d665747e531256e061213e2e90f63f3 psutil-5.6.3.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 24c12984500caa07ffdce19eebc06396c5e6d244b573bc6c438f4a6ef8e56c1b LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-psutil
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PSUTIL_VERSION = 5.6.3
|
||||
PYTHON_PSUTIL_SOURCE = psutil-$(PYTHON_PSUTIL_VERSION).tar.gz
|
||||
PYTHON_PSUTIL_SITE = https://files.pythonhosted.org/packages/1c/ca/5b8c1fe032a458c2c4bcbe509d1401dca9dda35c7fc46b36bb81c2834740
|
||||
PYTHON_PSUTIL_SETUP_TYPE = setuptools
|
||||
PYTHON_PSUTIL_LICENSE = BSD-3-Clause
|
||||
PYTHON_PSUTIL_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user