dev-python/gassist-text - 0.0.14 (ha-bleeding-edge)

Search

Install

Install this version:

emerge -a =dev-python/gassist-text-0.0.14

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

autounmask =dev-python/gassist-text-0.0.14

Or alternatively:

emerge --autounmask-write -a =dev-python/gassist-text-0.0.14

Package Information

Description:
A Python library for interacting with Google Assistant API via text
Homepage:
https://github.com/tronikos/gassist_text https://pypi.org/project/gassist-text/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.0.14 8 amd64 arm arm64 x86 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PN=${PN/-/_}
MY_P=${MY_PN}-${PV}
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1

DESCRIPTION="A Python library for interacting with Google Assistant API via text"
HOMEPAGE="https://github.com/tronikos/gassist_text https://pypi.org/project/gassist-text/"
SRC_URI="https://github.com/tronikos/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"

DOCS="README.md"

BDEPEND="
	>=dev-python/google-auth-0.3.0[${PYTHON_USEDEP}]
	>=dev-python/grpcio-1.48.0[${PYTHON_USEDEP}]
	>=dev-python/protobuf-3.20.0[${PYTHON_USEDEP}]
	>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
	"
S="${WORKDIR}/${MY_P}"

distutils_enable_tests pytest

USE Flags

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

Global/Standard Flags

Inherited Eclasses

Dependencies

BDEPEND

	>=dev-python/google-auth-0.3.0[]
	>=dev-python/grpcio-1.48.0[]
	>=dev-python/protobuf-3.20.0[]
	>=dev-python/requests-2.20.0[]
	

Manifest for 0.0.14

Type File Size Source URLs
DIST gassist-text-0.0.14.gh.tar.gz 23282 bytes https://github.com/tronikos/gassist_text/archive/refs/tags/0.0.14.tar.gz