dev-python/gooey - 1.0.8.1 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =dev-python/gooey-1.0.8.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/gooey-1.0.8.1

Or alternatively:

emerge --autounmask-write -a =dev-python/gooey-1.0.8.1

Package Information

Description:
Turn any command line program into a full GUI application with one line.
Homepage:
https://pypi.org/project/Gooey/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.8.1 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
inherit distutils-r1 pypi

DESCRIPTION="Turn any command line program into a full GUI application with one line."
HOMEPAGE="https://pypi.org/project/Gooey/"
SRC_URI="$(pypi_sdist_url --no-normalize "${PN^}")"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

MY_PN="G${PN:1}"

RDEPEND=">=dev-python/wxpython-4.1.1-r2[${PYTHON_USEDEP}]
	dev-python/pillow[${PYTHON_USEDEP}]
	dev-python/psutil:0[${PYTHON_USEDEP}]
	dev-python/colored[${PYTHON_USEDEP}]
	dev-python/pygtrie[${PYTHON_USEDEP}]
	dev-python/re-wx[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]
	dev-python/mypy-extensions[${PYTHON_USEDEP}]"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

>=dev-python/wxpython-4.1.1-r2[]
	dev-python/pillow[]
	dev-python/psutil:0[]
	dev-python/colored[]
	dev-python/pygtrie[]
	dev-python/re-wx[]
	dev-python/typing-extensions[]
	dev-python/mypy-extensions[]