public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyproject2ebuild/
@ 2025-04-28 17:52 Oz N Tiram
  0 siblings, 0 replies; 5+ messages in thread
From: Oz N Tiram @ 2025-04-28 17:52 UTC (permalink / raw
  To: gentoo-commits

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>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>

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}"
+


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyproject2ebuild/
@ 2025-04-28 18:42 Oz N Tiram
  0 siblings, 0 replies; 5+ messages in thread
From: Oz N Tiram @ 2025-04-28 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5c017a238ee8e3a80c25efe7be056f9d8b317e9d
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Apr 28 18:33:56 2025 +0000
Commit:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Mon Apr 28 18:42:29 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c017a23

dev-python/pyproject2ebuild: update HOMEPAGE, LICENSE

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

 dev-python/pyproject2ebuild/metadata.xml                  |  2 +-
 dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild | 15 +++++----------
 2 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-python/pyproject2ebuild/metadata.xml b/dev-python/pyproject2ebuild/metadata.xml
index 5ceb3595b..d8f230102 100644
--- a/dev-python/pyproject2ebuild/metadata.xml
+++ b/dev-python/pyproject2ebuild/metadata.xml
@@ -11,6 +11,6 @@
   </maintainer>
   <upstream>
     <remote-id type="gitlab">oz123/pyproject2ebuild</remote-id>
-    <remote-id type="pypi">pyproject2ebuild-fire</remote-id>
+    <remote-id type="pypi">pyproject2ebuild</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
index 691001294..89d8a0cc8 100644
--- a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
+++ b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
@@ -3,20 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_11 python3_12 )
+PYTHON_COMPAT=( python3_1{1..3})
 
 inherit distutils-r1
+DISTUTILS_USE_PEP517=setuptools
 
 DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
-HOMEPAGE=""
-SRC_URI="https://pypi.io/packages/source/p/pyproject2ebuild/pyproject2ebuild-0.0.1.tar.gz"
+HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"
+SRC_URI="https://pypi.io/packages/source/p/${PN}/${PN}-${PV}.tar.gz"
 
-LICENSE="GPL-3.0-or-later"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
-
-DEPEND="
-	
-"
-RDEPEND="${DEPEND}"
-


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyproject2ebuild/
@ 2025-04-28 18:42 Oz N Tiram
  0 siblings, 0 replies; 5+ messages in thread
From: Oz N Tiram @ 2025-04-28 18:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cad015ce7dbea391986ab42620df1172054119a6
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon Apr 28 18:35:24 2025 +0000
Commit:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Mon Apr 28 18:42:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cad015ce

dev-python/pyproject2ebuild: put DISTUTILS_USE_PEP517 before inherit

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

 dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
index 89d8a0cc8..97be2c7f1 100644
--- a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
+++ b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
@@ -4,9 +4,9 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_1{1..3})
+DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
-DISTUTILS_USE_PEP517=setuptools
 
 DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
 HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyproject2ebuild/
@ 2025-05-03 13:29 Oz N Tiram
  0 siblings, 0 replies; 5+ messages in thread
From: Oz N Tiram @ 2025-05-03 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     e1153beae9f6c0dfa074e55910e4b7f241be9097
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Sat May  3 13:20:04 2025 +0000
Commit:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Sat May  3 13:29:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1153bea

dev-python/pyproject2ebuild: add 0.0.2, drop 0.0.1

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

 dev-python/pyproject2ebuild/Manifest                                    | 2 +-
 .../{pyproject2ebuild-0.0.1.ebuild => pyproject2ebuild-0.0.2.ebuild}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject2ebuild/Manifest b/dev-python/pyproject2ebuild/Manifest
index df445161a..01f929706 100644
--- a/dev-python/pyproject2ebuild/Manifest
+++ b/dev-python/pyproject2ebuild/Manifest
@@ -1 +1 @@
-DIST pyproject2ebuild-0.0.1.tar.gz 19237 BLAKE2B 156231b06bd40a53d436f5cb9c973da7e13ca14979cbf258799112c94c1604b5288f075520dacdde62ce4b1dfb7af19839eb468a484d827126b2476dce148cfc SHA512 bda132bd24e504f5bc231aa7513408c5f6b40f7258e25d8d8884103bc32fd770895ab12d93aa773ca2ebf19ffe3403bba9d8668c0ee2b08b38034332fbb4999f
+DIST pyproject2ebuild-0.0.2.tar.gz 19935 BLAKE2B 6b39d520af50856c010d8a6854ab8134b7a3972a84672f91736e5f3eb2388fd1d8944dc065dfbd40dcd1680921b1872b07b51f9fa12d083d6e583fc5a617f4a7 SHA512 7404b187a4b7b2d28365fe4a70624b676bae7a990d7da1b40d4362cc3a4a905ca742ccda996f44a917caf85072e362e13744472d1b29b50fa504d9f31e277d84

diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild
similarity index 100%
rename from dev-python/pyproject2ebuild/pyproject2ebuild-0.0.1.ebuild
rename to dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyproject2ebuild/
@ 2025-05-05 12:44 Oz N Tiram
  0 siblings, 0 replies; 5+ messages in thread
From: Oz N Tiram @ 2025-05-05 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cec327eb72e4a77ac7db8653620db44aa1b48d27
Author:     Oz Tiram <oz.tiram <AT> gmail <DOT> com>
AuthorDate: Mon May  5 12:44:03 2025 +0000
Commit:     Oz N Tiram <oz.tiram <AT> gmail <DOT> com>
CommitDate: Mon May  5 12:44:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cec327eb

dev-python/pyproject2ebuild: add 0.0.3, drop 0.0.2

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

 dev-python/pyproject2ebuild/Manifest                                   | 2 +-
 .../{pyproject2ebuild-0.0.2.ebuild => pyproject2ebuild-0.0.3.ebuild}   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pyproject2ebuild/Manifest b/dev-python/pyproject2ebuild/Manifest
index 01f929706..3f57cde58 100644
--- a/dev-python/pyproject2ebuild/Manifest
+++ b/dev-python/pyproject2ebuild/Manifest
@@ -1 +1 @@
-DIST pyproject2ebuild-0.0.2.tar.gz 19935 BLAKE2B 6b39d520af50856c010d8a6854ab8134b7a3972a84672f91736e5f3eb2388fd1d8944dc065dfbd40dcd1680921b1872b07b51f9fa12d083d6e583fc5a617f4a7 SHA512 7404b187a4b7b2d28365fe4a70624b676bae7a990d7da1b40d4362cc3a4a905ca742ccda996f44a917caf85072e362e13744472d1b29b50fa504d9f31e277d84
+DIST pyproject2ebuild-0.0.3.tar.gz 20125 BLAKE2B 8f47e6a5ead2f87bb1276de545706dbf1f22947a7a54877016540ad9e7249e5f34e18f6ecd645896c7c42625ff0496a6cb7e9e2294eb63af5af6593b33e7c974 SHA512 095651df43bbf40ebc058b4ae1c60cccf1e683f669db64648c5ecacd4a69175d023f05f178e4ba3dd00d870970fa3c663a573fad717f1963a715d1431b3c3459

diff --git a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
similarity index 78%
rename from dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild
rename to dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
index 97be2c7f1..b355350f1 100644
--- a/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.2.ebuild
+++ b/dev-python/pyproject2ebuild/pyproject2ebuild-0.0.3.ebuild
@@ -6,11 +6,10 @@ EAPI=8
 PYTHON_COMPAT=( python3_1{1..3})
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Convert pyproject.toml to Gentoo ebuilds automatically."
 HOMEPAGE="https://gitlab.com/oz123/pyproject2ebuild"
-SRC_URI="https://pypi.io/packages/source/p/${PN}/${PN}-${PV}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-05-05 12:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-28 18:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyproject2ebuild/ Oz N Tiram
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 12:44 Oz N Tiram
2025-05-03 13:29 Oz N Tiram
2025-04-28 18:42 Oz N Tiram
2025-04-28 17:52 Oz N Tiram

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox