| # Copyright 2020 The Chromium OS Authors. All rights reserved. |
| # Distributed under the terms of the GNU General Public License v2 |
| CROS_WORKON_COMMIT="0d0758e67707f61ebd3bf67d28db95a90790c53d" |
| CROS_WORKON_TREE="95b75597932a73a3f6a2fb6eb32a171a8362990f" |
| CROS_WORKON_PROJECT="chromiumos/platform/graphics" |
| CROS_WORKON_LOCALNAME="platform/graphics" |
| CROS_WORKON_SUBTREE="src/results_database" |
| PYTHON_COMPAT=( python3_{6,7,8} ) |
| inherit cros-workon distutils-r1 |
| DESCRIPTION="Graphics utilities written in python" |
| HOMEPAGE="https://chromium.googlesource.com/chromiumos/platform/graphics/" |
| RDEPEND="chromeos-base/cros-config-api" |
| dev-python/setuptools[${PYTHON_USEDEP}] |
| S+="/src/results_database" |
| dobin generate_trace_info.py |
| dobin record_machine_info.py |
| dobin record_package_override.py |
| dobin record_software_config.py |
| dobin summarize_apitrace_log.py |