mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
dev-python/pyproject2ebuild: new package, add 0.0.1
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
This commit is contained in:
22
dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
Normal file
22
dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
Normal 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}"
|
||||
|
||||
Reference in New Issue
Block a user