You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-eselect/eselect-QtPy/files/qtpy.eselect-1.0

12 lines
382 B

# Copyright 2009-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EDITOR_VAR="QT_API"
EDITOR_ENVFILE="/etc/env.d/99qtpy"
EDITOR_LIST="pyqt5:/usr/bin/pyrcc5 pyside2:/usr/include/PySide2/QtCore/pyside2_qtcore_python.h"
inherit editor-variable
DESCRIPTION="Manage the ${EDITOR_VAR} environment variable"
MAINTAINER="andrewammerlaan@gentoo.org"