[gentoo-commits] repo/proj/guru:master commit in: dev-python/zen-util/, dev-python/zen-logging/, sys-kernel/ugrd/, ...

2023-12-31 Thread David Roman
commit: fb2744d80071ec136192752c8e594e5b51b152d2
Author: Zen  pyl  onl>
AuthorDate: Sun Dec 31 22:41:46 2023 +
Commit: David Roman  gmail  com>
CommitDate: Sun Dec 31 22:45:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb2744d8

Add zen-util and zen-logging to split zenlib. Update packages which use
zenlib to use more split libraries

Signed-off-by: Zen  pyl.onl>

 dev-python/pycpio/Manifest |  3 +-
 .../{pycpio-0.6.1.ebuild => pycpio-0.7.3.ebuild}   |  3 +-
 dev-python/zen-logging/Manifest|  1 +
 dev-python/zen-logging/metadata.xml| 11 ++
 .../zen-logging-1.1.0.ebuild}  |  6 +--
 dev-python/zen-util/Manifest   |  1 +
 dev-python/zen-util/metadata.xml   | 11 ++
 .../zen-util-1.0.1.ebuild} |  9 ++---
 sys-kernel/ugrd/Manifest   |  1 +
 sys-kernel/ugrd/ugrd-0.19.2.ebuild | 44 ++
 10 files changed, 77 insertions(+), 13 deletions(-)

diff --git a/dev-python/pycpio/Manifest b/dev-python/pycpio/Manifest
index e6bbe54a64..b5aa717b6d 100644
--- a/dev-python/pycpio/Manifest
+++ b/dev-python/pycpio/Manifest
@@ -1,2 +1 @@
-DIST pycpio-0.6.1.tar.gz 17236 BLAKE2B 
4951ba3b7ad2fe603eb1cc07c851349de2ad73985ad1b2efcdb138f2ba26c43040a09d036ef993a28190b381af58bb8dc2e876ed1dff309ac010b69341a8c881
 SHA512 
49386b45172b13ecdeb040b719eaae0f17e5cbf7d68d3dcbcec99e01bfb3c539b8b02a768da640f56bb8941e79053c56e391b7186c9a5e5226d91fbdc55eeb11
-DIST pycpio-0.7.0.tar.gz 17942 BLAKE2B 
760bfec68fe77ac9495a01fd8481e7f7a88fce0be983e60220bba66e12b104214117fd0e18e362bf1fc7a367226a5c874940fa43c23f7fee2bb39f76ec4a2ccb
 SHA512 
4730083295e0bde39651d323507d12adef6b27e2cde095e281c76f4b6f20262eaa40cf31eb900d6818a7266b3b21c6159a334fd088249a55d054e277200ffaaa
+DIST pycpio-0.7.3.tar.gz 17991 BLAKE2B 
92b6ae62dd1d81b9c87423e417ef24989df6340b22cf1686a7718dd164c2ed4193b65fd2be55bb17d86500fefec9e2a81efd2c518943bca6d6225e819c30cf86
 SHA512 
509294f8f0688cd3c9b82790bbf23627a3aeb045ecb7f2371fbaae10c6d9ae98a7965d25e19f8ef3d230faeddb5fad82b8305876fb144122f2bd6c46b4fe19f0

diff --git a/dev-python/pycpio/pycpio-0.6.1.ebuild 
b/dev-python/pycpio/pycpio-0.7.3.ebuild
similarity index 85%
copy from dev-python/pycpio/pycpio-0.6.1.ebuild
copy to dev-python/pycpio/pycpio-0.7.3.ebuild
index cc9f2e41e4..a36203e9fa 100644
--- a/dev-python/pycpio/pycpio-0.6.1.ebuild
+++ b/dev-python/pycpio/pycpio-0.7.3.ebuild
@@ -15,4 +15,5 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND=">=dev-python/zenlib-1.2.0"
+DEPEND=">=dev-python/zen-logging-1.1.0
+>=dev-python/zen-util-1.0.1"

diff --git a/dev-python/zen-logging/Manifest b/dev-python/zen-logging/Manifest
new file mode 100644
index 00..564edcccab
--- /dev/null
+++ b/dev-python/zen-logging/Manifest
@@ -0,0 +1 @@
+DIST zen-logging-1.1.0.tar.gz 9798 BLAKE2B 
3a97b934e8c35bce0c3fbf720b776e0c563f2b06e57c29a6ffbb58786ed6e8ffc39da7ab2db3196affbc43029f14ff0b55c4647aa7fbe1f03f7a1b54accf4c59
 SHA512 
febdc2fe9cf2d44f9c2547b0eb3d79aef097e9c191a5118031e330210bc092c0c6b4242eeaa0f27f6b2181d3689bd4369b1ac4c28629c2554038766690204822

diff --git a/dev-python/zen-logging/metadata.xml 
b/dev-python/zen-logging/metadata.xml
new file mode 100644
index 00..248b2b4feb
--- /dev/null
+++ b/dev-python/zen-logging/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   d...@pyl.onl
+   Zen
+   
+   
+   desultory/zen-logging
+   
+

diff --git a/dev-python/pycpio/pycpio-0.6.1.ebuild 
b/dev-python/zen-logging/zen-logging-1.1.0.ebuild
similarity index 73%
rename from dev-python/pycpio/pycpio-0.6.1.ebuild
rename to dev-python/zen-logging/zen-logging-1.1.0.ebuild
index cc9f2e41e4..058a94d25c 100644
--- a/dev-python/pycpio/pycpio-0.6.1.ebuild
+++ b/dev-python/zen-logging/zen-logging-1.1.0.ebuild
@@ -7,12 +7,10 @@ DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{11..12} )
 inherit distutils-r1
 
-DESCRIPTION="Python CPIO library"
-HOMEPAGE="https://github.com/desultory/pycpio;
+DESCRIPTION="Python logging helpers"
+HOMEPAGE="https://github.com/desultory/zen_logging;
 SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-
-DEPEND=">=dev-python/zenlib-1.2.0"

diff --git a/dev-python/zen-util/Manifest b/dev-python/zen-util/Manifest
new file mode 100644
index 00..6883e71eba
--- /dev/null
+++ b/dev-python/zen-util/Manifest
@@ -0,0 +1 @@
+DIST zen-util-1.0.1.tar.gz 11025 BLAKE2B 
0e47e9a62a4f0f2e573e16a11956ee20505d5618c7e2c47b5699d699a6e920f23f935122de9b0fd5128a070a99758f9b40aa9df39190805ca609814a26b8a4b8
 SHA512 
88110ab041255def72364e5dfc95818b250b8f52a0d7505a7023b8a3a418247f38707f6c9d0858ae492976969c78bc8a292545c28d22721c8c5b2cce7c90d68c

diff --git a/dev-python/zen-util/metadata.xml 

[gentoo-commits] repo/proj/guru:master commit in: dev-python/zen-util/

2023-12-31 Thread David Roman
commit: 4121fdf4597a1657d8b61e47ac3acac9d28cd3b7
Author: Zen  pyl  onl>
AuthorDate: Mon Jan  1 01:59:57 2024 +
Commit: David Roman  gmail  com>
CommitDate: Mon Jan  1 01:59:57 2024 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4121fdf4

dev-python/zen-util: Remove

Signed-off-by: Zen  pyl.onl>

 dev-python/zen-util/Manifest  |  1 -
 dev-python/zen-util/metadata.xml  | 11 ---
 dev-python/zen-util/zen-util-1.0.1.ebuild | 18 --
 3 files changed, 30 deletions(-)

diff --git a/dev-python/zen-util/Manifest b/dev-python/zen-util/Manifest
deleted file mode 100644
index 6883e71eba..00
--- a/dev-python/zen-util/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST zen-util-1.0.1.tar.gz 11025 BLAKE2B 
0e47e9a62a4f0f2e573e16a11956ee20505d5618c7e2c47b5699d699a6e920f23f935122de9b0fd5128a070a99758f9b40aa9df39190805ca609814a26b8a4b8
 SHA512 
88110ab041255def72364e5dfc95818b250b8f52a0d7505a7023b8a3a418247f38707f6c9d0858ae492976969c78bc8a292545c28d22721c8c5b2cce7c90d68c

diff --git a/dev-python/zen-util/metadata.xml b/dev-python/zen-util/metadata.xml
deleted file mode 100644
index ec9806d004..00
--- a/dev-python/zen-util/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   d...@pyl.onl
-   Zen
-   
-   
-   desultory/zen-util
-   
-

diff --git a/dev-python/zen-util/zen-util-1.0.1.ebuild 
b/dev-python/zen-util/zen-util-1.0.1.ebuild
deleted file mode 100644
index 6c4a9a590d..00
--- a/dev-python/zen-util/zen-util-1.0.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..12} )
-inherit distutils-r1
-
-DESCRIPTION="Python logging helpers"
-HOMEPAGE="https://github.com/desultory/zen_logging;
-SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND=">=dev-python/zen-logging-1.1.0"