dev-python/pyproject2ebuild: import from GURU, add Python 3.14 target

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
Shin'ya Minazuki 2026-06-25 20:31:08 -03:00
commit ac289aafcc
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1 @@
DIST pyproject2ebuild-0.0.3.tar.gz 20125 BLAKE2B 8f47e6a5ead2f87bb1276de545706dbf1f22947a7a54877016540ad9e7249e5f34e18f6ecd645896c7c42625ff0496a6cb7e9e2294eb63af5af6593b33e7c974 SHA512 095651df43bbf40ebc058b4ae1c60cccf1e683f669db64648c5ecacd4a69175d023f05f178e4ba3dd00d870970fa3c663a573fad717f1963a715d1431b3c3459

View file

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Oz Tiram</name>
<email>oz.tiram@gmail.com</email>
</maintainer>
<maintainer type="person">
<name>Shin'ya Minazuki</name>
<email>shinyoukai@laidback.moe</name>
</maintainer>
<upstream>
<remote-id type="gitlab">oz123/pyproject2ebuild</remote-id>
<remote-id type="pypi">pyproject2ebuild</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,16 @@
# Copyright 2025
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14})
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"