dev-python/pyproject2ebuild - 0.0.3 (guru)

Search

Install

Install this version:

emerge -a =dev-python/pyproject2ebuild-0.0.3

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

autounmask =dev-python/pyproject2ebuild-0.0.3

Or alternatively:

emerge --autounmask-write -a =dev-python/pyproject2ebuild-0.0.3

Package Information

Description:
Convert pyproject.toml to Gentoo ebuilds automatically.
Homepage:
https://gitlab.com/oz123/pyproject2ebuild
License:
GPL-3+

Ebuild Details

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

EAPI=8

PYTHON_COMPAT=( python3_1{2..3})
DISTUTILS_USE_PEP517=setuptools

inherit distutils-r1 pypi

DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64"

Inherited Eclasses