dev-python/prefixcommons - 0.1.12 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =dev-python/prefixcommons-0.1.12

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

autounmask =dev-python/prefixcommons-0.1.12

Or alternatively:

emerge --autounmask-write -a =dev-python/prefixcommons-0.1.12

Package Information

Description:
Prefix commons python utlities
Homepage:
https://pypi.org/project/prefixcommons/ https://github.com/prefixcommons/prefixcommons-py
License:
BSD

Ebuild Details

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

DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )

inherit pypi distutils-r1

DESCRIPTION="Prefix commons python utlities"
HOMEPAGE="
	https://pypi.org/project/prefixcommons/
	https://github.com/prefixcommons/prefixcommons-py
"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"

RDEPEND="
	>=dev-python/requests-2.28.1[${PYTHON_USEDEP}]
	>=dev-python/click-8.1.3[${PYTHON_USEDEP}]
	>=dev-python/pyyaml-6.0[${PYTHON_USEDEP}]
	>=dev-python/curies-0.1.5[${PYTHON_USEDEP}]
"

distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-python/requests-2.28.1[]
	>=dev-python/click-8.1.3[]
	>=dev-python/pyyaml-6.0[]
	>=dev-python/curies-0.1.5[]