diff options
Diffstat (limited to 'dev-python/executing/executing-2.2.1.ebuild')
| -rw-r--r-- | dev-python/executing/executing-2.2.1.ebuild | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-python/executing/executing-2.2.1.ebuild b/dev-python/executing/executing-2.2.1.ebuild index d0433d40e95e..70cda9d3ec53 100644 --- a/dev-python/executing/executing-2.2.1.ebuild +++ b/dev-python/executing/executing-2.2.1.ebuild @@ -1,24 +1,19 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_TESTED=( python3_{13..14} ) -# pypy3.11: https://github.com/alexmojaki/executing/issues/92 PYTHON_COMPAT=( python3_{13..14} ) -inherit distutils-r1 optfeature +inherit distutils-r1 optfeature pypi DESCRIPTION="Get information about what a Python frame is currently doing" HOMEPAGE=" https://github.com/alexmojaki/executing/ https://pypi.org/project/executing/ " -SRC_URI=" - https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz -" LICENSE="MIT" SLOT="0" |
