dev-python/strip-hints - 0.1.13 (guru)

Search

Install

Install this version:

emerge -a =dev-python/strip-hints-0.1.13

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

autounmask =dev-python/strip-hints-0.1.13

Or alternatively:

emerge --autounmask-write -a =dev-python/strip-hints-0.1.13

Package Information

Description:
Function and command-line program to strip Python type hints.
Homepage:
https://pypi.org/project/strip-hints https://github.com/abarker/strip-hints
License:
MIT

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 edo

DESCRIPTION="Function and command-line program to strip Python type hints."
HOMEPAGE="https://pypi.org/project/strip-hints
	https://github.com/abarker/strip-hints"

# Using github tarball due to missing tests in pypi archive
MY_PV="8e55ffaddcc8c8a0fc968729718e0c6abe2b71e9"
SRC_URI="https://github.com/abarker/strip-hints/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

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

python_test() {
	cd test || die
	edo ./run_tests.bash
}

Inherited Eclasses

edo

Manifest for 0.1.13

Type File Size Source URLs
DIST strip-hints-0.1.13.gh.tar.gz 24743 bytes https://github.com/abarker/strip-hints/archive/8e55ffaddcc8c8a0fc968729718e0c6abe2b71e9.tar.gz