dev-python/pyproject2ebuild: new package, add 0.0.1

Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
Oz Tiram
2025-04-28 19:45:47 +02:00
parent 5c44fc28d5
commit e10039496a
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# Copyright 2025
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 python3_12 )
inherit distutils-r1
DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
HOMEPAGE=""
SRC_URI="https://pypi.io/packages/source/p/pyproject2ebuild/pyproject2ebuild-0.0.1.tar.gz"
LICENSE="GPL-3.0-or-later"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="
"
RDEPEND="${DEPEND}"