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:
parent
daca1f024b
commit
ac289aafcc
3 changed files with 33 additions and 0 deletions
1
dev-python/pyproject2ebuild/Manifest
Normal file
1
dev-python/pyproject2ebuild/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST pyproject2ebuild-0.0.3.tar.gz 20125 BLAKE2B 8f47e6a5ead2f87bb1276de545706dbf1f22947a7a54877016540ad9e7249e5f34e18f6ecd645896c7c42625ff0496a6cb7e9e2294eb63af5af6593b33e7c974 SHA512 095651df43bbf40ebc058b4ae1c60cccf1e683f669db64648c5ecacd4a69175d023f05f178e4ba3dd00d870970fa3c663a573fad717f1963a715d1431b3c3459
|
||||
16
dev-python/pyproject2ebuild/metadata.xml
Normal file
16
dev-python/pyproject2ebuild/metadata.xml
Normal 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>
|
||||
16
dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
Normal file
16
dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue