commit:     e10039496aa930848decedf045ef03aa77d74893
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Apr 28 17:45:47 2025 +0000
Commit:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Mon Apr 28 17:47:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1003949

dev-python/pyproject2ebuild: new package, add 0.0.1

Signed-off-by: Oz Tiram <oz.tiram <AT> gmail.com>

 dev-python/pyproject2ebuild/Manifest               |  1 +
 dev-python/pyproject2ebuild/metadata.xml           | 16 ++++++++++++++++
 .../pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pyproject2ebuild/Manifest 
b/dev-python/pyproject2ebuild/Manifest
new file mode 100644
index 000000000..df445161a
--- /dev/null
+++ b/dev-python/pyproject2ebuild/Manifest
@@ -0,0 +1 @@
+DIST pyproject2ebuild-0.0.1.tar.gz 19237 BLAKE2B 
156231b06bd40a53d436f5cb9c973da7e13ca14979cbf258799112c94c1604b5288f075520dacdde62ce4b1dfb7af19839eb468a484d827126b2476dce148cfc
 SHA512 
bda132bd24e504f5bc231aa7513408c5f6b40f7258e25d8d8884103bc32fd770895ab12d93aa773ca2ebf19ffe3403bba9d8668c0ee2b08b38034332fbb4999f

diff --git a/dev-python/pyproject2ebuild/metadata.xml 
b/dev-python/pyproject2ebuild/metadata.xml
new file mode 100644
index 000000000..5ceb3595b
--- /dev/null
+++ b/dev-python/pyproject2ebuild/metadata.xml
@@ -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>[email protected]</email>
+  </maintainer>
+  <maintainer type="project" proxied="proxy">
+    <name>Proxy Maintainers</name>
+    <email>[email protected]</email>
+  </maintainer>
+  <upstream>
+    <remote-id type="gitlab">oz123/pyproject2ebuild</remote-id>
+    <remote-id type="pypi">pyproject2ebuild-fire</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild 
b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
new file mode 100644
index 000000000..691001294
--- /dev/null
+++ b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
@@ -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}"
+

Reply via email to