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:
1
dev-python/pyproject2ebuild/Manifest
Normal file
1
dev-python/pyproject2ebuild/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pyproject2ebuild-0.0.1.tar.gz 19237 BLAKE2B 156231b06bd40a53d436f5cb9c973da7e13ca14979cbf258799112c94c1604b5288f075520dacdde62ce4b1dfb7af19839eb468a484d827126b2476dce148cfc SHA512 bda132bd24e504f5bc231aa7513408c5f6b40f7258e25d8d8884103bc32fd770895ab12d93aa773ca2ebf19ffe3403bba9d8668c0ee2b08b38034332fbb4999f
|
||||
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" proxied="yes">
|
||||
<name>Oz Tiram</name>
|
||||
<email>oz.tiram@gmail.com</email>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<name>Proxy Maintainers</name>
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="gitlab">oz123/pyproject2ebuild</remote-id>
|
||||
<remote-id type="pypi">pyproject2ebuild-fire</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
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