2025-04-28 19:45:47 +02:00
|
|
|
# Copyright 2025
|
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
|
2026-03-09 00:12:27 +01:00
|
|
|
PYTHON_COMPAT=( python3_1{2..3})
|
2025-04-28 20:35:24 +02:00
|
|
|
DISTUTILS_USE_PEP517=setuptools
|
2025-04-28 19:45:47 +02:00
|
|
|
|
2025-05-05 14:44:03 +02:00
|
|
|
inherit distutils-r1 pypi
|
2025-04-28 19:45:47 +02:00
|
|
|
|
|
|
|
|
DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
|
2025-04-28 20:33:56 +02:00
|
|
|
HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"
|
2025-04-28 19:45:47 +02:00
|
|
|
|
2025-04-28 20:33:56 +02:00
|
|
|
LICENSE="GPL-3+"
|
2025-04-28 19:45:47 +02:00
|
|
|
SLOT="0"
|
|
|
|
|
KEYWORDS="~amd64"
|