dev-python/webexpythonsdk - 2.0.6 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/webexpythonsdk-2.0.6

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

autounmask =dev-python/webexpythonsdk-2.0.6

Or alternatively:

emerge --autounmask-write -a =dev-python/webexpythonsdk-2.0.6

Package Information

Description:
Work with the Webex APIs in native Python!
Homepage:
https://github.com/WebexCommunity/WebexPythonSDK https://pypi.org/project/webexpythonsdk/
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
2.0.6 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi

DESCRIPTION="Work with the Webex APIs in native Python!"
HOMEPAGE="https://github.com/WebexCommunity/WebexPythonSDK https://pypi.org/project/webexpythonsdk/"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.rst"

RDEPEND="
	>=dev-python/pyjwt-2.8.0[${PYTHON_USEDEP}]
	<dev-python/pyjwt-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.32.3[${PYTHON_USEDEP}]
	<dev-python/requests-3.0.0[${PYTHON_USEDEP}]
	>=dev-python/requests-toolbelt-1.0.0[${PYTHON_USEDEP}]
	<dev-python/requests-toolbelt-2.0.0[${PYTHON_USEDEP}]"
BDEPEND="
	test? (
		dev-python/pyyaml[${PYTHON_USEDEP}]
		dev-util/ruff[${PYTHON_USEDEP}]
	)"

src_prepare() {
	sed -i -e '/include = /d' pyproject.toml || die
	distutils-r1_src_prepare
}

distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/webexpythonsdk | euse -E <flag> -p dev-python/webexpythonsdk | euse -D <flag> -p dev-python/webexpythonsdk

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/pyjwt-2.8.0[]
	<dev-python/pyjwt-3.0.0[]
	>=dev-python/requests-2.32.3[]
	<dev-python/requests-3.0.0[]
	>=dev-python/requests-toolbelt-1.0.0[]
	<dev-python/requests-toolbelt-2.0.0[]

BDEPEND

	test? (
		dev-python/pyyaml[]
		dev-util/ruff[]
	)