app-arch/pychoco - 0.1.7 (tatsh-overlay)

Search

Install

Install this version:

emerge -a =app-arch/pychoco-0.1.7

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

autounmask =app-arch/pychoco-0.1.7

Or alternatively:

emerge --autounmask-write -a =app-arch/pychoco-0.1.7

Package Information

Description:
Minimal choco command for use on non-Windows platforms.
Homepage:
https://github.com/Tatsh/pychoco
License:
MIT

Ebuild Details

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

EAPI=8
PYTHON_COMPAT=( python3_1{0,1,2,3,4,5} )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1

DESCRIPTION="Minimal choco command for use on non-Windows platforms."
HOMEPAGE="https://github.com/Tatsh/pychoco"
SRC_URI="https://github.com/Tatsh/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-python/bascom[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/colorlog[${PYTHON_USEDEP}]
	dev-python/defusedxml[${PYTHON_USEDEP}]
	dev-python/platformdirs[${PYTHON_USEDEP}]
	dev-python/python-dateutil[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	dev-python/tomlkit[${PYTHON_USEDEP}]
	dev-python/typing-extensions[${PYTHON_USEDEP}]"
BDEPEND="test? (
	dev-python/mock[${PYTHON_USEDEP}]
	dev-python/pytest[${PYTHON_USEDEP}]
	dev-python/pytest-mock[${PYTHON_USEDEP}]
	dev-python/requests-mock[${PYTHON_USEDEP}]
)"

EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

dev-python/bascom[]
	dev-python/click[]
	dev-python/colorlog[]
	dev-python/defusedxml[]
	dev-python/platformdirs[]
	dev-python/python-dateutil[]
	dev-python/requests[]
	dev-python/tomlkit[]
	dev-python/typing-extensions[]

BDEPEND

test? (
	dev-python/mock[]
	dev-python/pytest[]
	dev-python/pytest-mock[]
	dev-python/requests-mock[]
)

Manifest for 0.1.7

Type File Size Source URLs
DIST pychoco-0.1.7.tar.gz 1439083 bytes https://github.com/Tatsh/pychoco/archive/refs/tags/v0.1.7.tar.gz