dev-python/trampoline - 0.1.2 (phackerlay)

Search

Install

Install this version:

emerge -a =dev-python/trampoline-0.1.2

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

autounmask =dev-python/trampoline-0.1.2

Or alternatively:

emerge --autounmask-write -a =dev-python/trampoline-0.1.2

Package Information

Description:
Simple and tiny yield-based trampoline implementation for python
Homepage:
https://gitlab.com/ferreum/trampoline
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.2 8 ~amd64 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_{12..14} )

inherit distutils-r1

DESCRIPTION="Simple and tiny yield-based trampoline implementation for python"
HOMEPAGE="https://gitlab.com/ferreum/trampoline"
# pypi has no tar.gz for 0.1.2
SRC_URI="https://gitlab.com/ferreum/trampoline/-/archive/1d98f39c3015594e2ac8ed48dccc2f393b4dd82b/trampoline-1d98f39c3015594e2ac8ed48dccc2f393b4dd82b.tar.gz"

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

src_unpack() {
	default
	S="$(ls -d ${WORKDIR}/${PN}*)"
}

distutils_enable_tests pytest

Inherited Eclasses

Manifest for 0.1.2

Type File Size Source URLs
DIST trampoline-1d98f39c3015594e2ac8ed48dccc2f393b4dd82b.tar.gz 5809 bytes https://gitlab.com/ferreum/trampoline/-/archive/1d98f39c3015594e2ac8ed48dccc2f393b4dd82b/trampoline-1d98f39c3015594e2ac8ed48dccc2f393b4dd82b.tar.gz