dev-python/pyalmond - 0.0.2 (ha-bleeding-edge)

Search

Package Information

Description:
Python module to talk to the Web Almond API.
Homepage:
https://github.com/stanford-oval/pyalmond https://pypi.org/project/pyalmond/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.0.2 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

PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Python module to talk to the Web Almond API."
HOMEPAGE="https://github.com/stanford-oval/pyalmond https://pypi.org/project/pyalmond/"
SRC_URI="https://github.com/stanford-oval/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"

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

DOCS="README.md"

RDEPEND="dev-python/aiohttp[${PYTHON_USEDEP}]"
BDEPEND="
	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/coveralls[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
	)"

distutils_enable_tests pytest

USE Flags

Dependencies

RDEPEND

dev-python/aiohttp[${PYTHON_USEDEP}]

BDEPEND

	test? (
		dev-python/pytest[${PYTHON_USEDEP}]
		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
		dev-python/coveralls[${PYTHON_USEDEP}]
		dev-python/pytest-cov[${PYTHON_USEDEP}]
	)

Manifest for 0.0.2

Type File Size Source URLs
DIST pyalmond-0.0.2.gh.tar.gz 6898 bytes https://github.com/stanford-oval/pyalmond/archive/v0.0.2.tar.gz