games-util/steam-tools-ng - 9999 (calendulish)

Search

Install

Install this version:

emerge -a =games-util/steam-tools-ng-9999

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

autounmask =games-util/steam-tools-ng-9999

Or alternatively:

emerge --autounmask-write -a =games-util/steam-tools-ng-9999

Package Information

Description:
Some useful tools for use with steam client or compatible programs, websites
Homepage:
https://github.com/calendulish/steam-tools-ng
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~amd64 ~x86 ~ia64 ~arm 0
View Raw Ebuild
# Lara Maia <dev@lara.monster> 2021
# Distributed under the terms of the GNU General Public License v2

EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..13} )
inherit python-r1 git-r3 distutils-r1

LICENSE="GPL-3"
DESCRIPTION="Some useful tools for use with steam client or compatible programs, websites"
HOMEPAGE="https://github.com/calendulish/steam-tools-ng"
EGIT_REPO_URI="https://github.com/calendulish/steam-tools-ng.git"

SLOT=0
KEYWORDS="~amd64 ~x86 ~ia64 ~arm"
RESTRICT="primaryuri
          !test? ( test )"
IUSE="plugins debug test"
REQUIRED_USE="test? ( debug )"

RDEPEND="${PYTHON_DEPS}
         dev-python/certifi[${PYTHON_USEDEP}]
         dev-python/aiohttp[${PYTHON_USEDEP}]
         dev-python/stlib[steamworks-sdk,${PYTHON_USEDEP}]
         plugins? ( dev-python/stlib-plugins[${PYTHON_USEDEP}] )
         x11-misc/xdg-utils
         >=gui-libs/gtk-4.0"
DEPEND="${PYTHON_DEPS}
        sys-devel/gettext
		dev-python/setuptools-gettext[${PYTHON_USEDEP}]
        test? ( ${RDEPEND} )"

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p games-util/steam-tools-ng | euse -E <flag> -p games-util/steam-tools-ng | euse -D <flag> -p games-util/steam-tools-ng

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

        sys-devel/gettext
		dev-python/setuptools-gettext[]
        test? ( 
         dev-python/certifi[]
         dev-python/aiohttp[]
         dev-python/stlib[steamworks-sdk,]
         plugins? ( dev-python/stlib-plugins[] )
         x11-misc/xdg-utils
         >=gui-libs/gtk-4.0 )

RDEPEND

         dev-python/certifi[]
         dev-python/aiohttp[]
         dev-python/stlib[steamworks-sdk,]
         plugins? ( dev-python/stlib-plugins[] )
         x11-misc/xdg-utils
         >=gui-libs/gtk-4.0