dev-python/pipx - 1.1.0 (amedeos)

Search

Package Information

Description:
Install and Run Python Applications in Isolated Environments
Homepage:
https://github.com/pypa/pipx
License:
MIT

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{9..11} pypy3 )

inherit distutils-r1 bash-completion-r1

DESCRIPTION="Install and Run Python Applications in Isolated Environments"
HOMEPAGE="https://github.com/pypa/pipx"
SRC_URI="https://files.pythonhosted.org/packages/cf/3c/df5a75794cfb58cc58329823d766da51decdfc76f6942bedfd7e0d06275b/${PN}-${PV}.tar.gz -> ${P}.tar.gz"

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

BDEPEND="
	dev-python/hatchling
	"
RDEPEND="
	dev-python/userpath
	"

python_prepare_all() {
        distutils-r1_python_prepare_all
}

python_test() {
        distutils_install_for_testing
        pytest -vv || die "Tests fail with ${EPYTHON}"
}

python_install_all() {
        distutils-r1_python_install_all

		use bash-completion && newbashcomp "${FILESDIR}/pipx.bash_completion" pipx
}

USE Flags

Dependencies

RDEPEND

	dev-python/userpath
	

BDEPEND

	dev-python/hatchling
	

Manifest for 1.1.0

Type File Size Source URLs
DIST pipx-1.1.0.tar.gz 358081 bytes https://files.pythonhosted.org/packages/cf/3c/df5a75794cfb58cc58329823d766da51decdfc76f6942bedfd7e0d06275b/pipx-1.1.0.tar.gz