dev-python/fastentrypoints - 0.12 (tgbugs-overlay)

Search

Install

Install this version:

emerge -a =dev-python/fastentrypoints-0.12

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

autounmask =dev-python/fastentrypoints-0.12

Or alternatively:

emerge --autounmask-write -a =dev-python/fastentrypoints-0.12

Package Information

Description:
Makes entry_points specified in setup.py load more quickly
Homepage:
https://github.com/ninjaaron/fast-entry_points
License:
BSD-2

Ebuild Details

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

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 pypy3_11 python3_{10..14} )
inherit distutils-r1 pypi

DESCRIPTION="Makes entry_points specified in setup.py load more quickly"
HOMEPAGE="https://github.com/ninjaaron/fast-entry_points"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

# pypi missing tests
#distutils_enable_tests pytest

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/fastentrypoints | euse -E <flag> -p dev-python/fastentrypoints | euse -D <flag> -p dev-python/fastentrypoints

Global/Standard Flags

Inherited Eclasses