mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Joonas Niilola
parent
85ae0f0d7b
commit
4416b7fb16
25
app-eselect/eselect-QtPy/eselect-QtPy-1.0.ebuild
Normal file
25
app-eselect/eselect-QtPy/eselect-QtPy-1.0.ebuild
Normal 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
|
||||
}
|
||||
11
app-eselect/eselect-QtPy/files/qtpy.eselect-1.0
Normal file
11
app-eselect/eselect-QtPy/files/qtpy.eselect-1.0
Normal 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"
|
||||
16
app-eselect/eselect-QtPy/metadata.xml
Normal file
16
app-eselect/eselect-QtPy/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user