dev-python/entrypoint2 - 1.1 (gentoo)

Search

Package Information

Description:
Easy to use command-line interface for python modules
Homepage:
https://github.com/ponty/entrypoint2/ https://pypi.org/project/entrypoint2/
License:
BSD-2

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..14} )

inherit distutils-r1

DESCRIPTION="Easy to use command-line interface for python modules"
HOMEPAGE="
	https://github.com/ponty/entrypoint2/
	https://pypi.org/project/entrypoint2/
"
SRC_URI="
	https://github.com/ponty/entrypoint2/archive/${PV}.tar.gz
		-> ${P}.gh.tar.gz
"

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

BDEPEND="
	test? (
		dev-python/easyprocess[${PYTHON_USEDEP}]
		dev-python/path[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Dependencies

BDEPEND

	test? (
		dev-python/easyprocess[${PYTHON_USEDEP}]
		dev-python/path[${PYTHON_USEDEP}]
	)

Manifest for 1.1

Type File Size Source URLs
DIST entrypoint2-1.1.gh.tar.gz 15480 bytes https://github.com/ponty/entrypoint2/archive/1.1.tar.gz