app-eselect/eselect-QtPy: add eselect module for QtPy

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2021-02-09 16:52:21 +01:00
committed by Joonas Niilola
parent 85ae0f0d7b
commit 4416b7fb16
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Manage Qt for Python implementations"
HOMEPAGE="https://github.com/spyder-ide/qtpy"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="app-admin/eselect"
S="${FILESDIR}"
src_install() {
insinto "/usr/share/eselect/modules"
newins "qtpy.eselect-${PV}" "qtpy.eselect"
}
pkg_postinst() {
eselect qtpy update
}

View File

@@ -0,0 +1,11 @@
# 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@riseup.net"

View File

@@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Gentoo Python Project</name>
</maintainer>
<maintainer type="person">
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>