mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
Add zen-util and zen-logging to split zenlib. Update packages which use
zenlib to use more split libraries Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
1
dev-python/zen-logging/Manifest
Normal file
1
dev-python/zen-logging/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST zen-logging-1.1.0.tar.gz 9798 BLAKE2B 3a97b934e8c35bce0c3fbf720b776e0c563f2b06e57c29a6ffbb58786ed6e8ffc39da7ab2db3196affbc43029f14ff0b55c4647aa7fbe1f03f7a1b54accf4c59 SHA512 febdc2fe9cf2d44f9c2547b0eb3d79aef097e9c191a5118031e330210bc092c0c6b4242eeaa0f27f6b2181d3689bd4369b1ac4c28629c2554038766690204822
|
||||
11
dev-python/zen-logging/metadata.xml
Normal file
11
dev-python/zen-logging/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dev@pyl.onl</email>
|
||||
<name>Zen</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">desultory/zen-logging</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
16
dev-python/zen-logging/zen-logging-1.1.0.ebuild
Normal file
16
dev-python/zen-logging/zen-logging-1.1.0.ebuild
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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"
|
||||
1
dev-python/zen-util/Manifest
Normal file
1
dev-python/zen-util/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST zen-util-1.0.1.tar.gz 11025 BLAKE2B 0e47e9a62a4f0f2e573e16a11956ee20505d5618c7e2c47b5699d699a6e920f23f935122de9b0fd5128a070a99758f9b40aa9df39190805ca609814a26b8a4b8 SHA512 88110ab041255def72364e5dfc95818b250b8f52a0d7505a7023b8a3a418247f38707f6c9d0858ae492976969c78bc8a292545c28d22721c8c5b2cce7c90d68c
|
||||
11
dev-python/zen-util/metadata.xml
Normal file
11
dev-python/zen-util/metadata.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>dev@pyl.onl</email>
|
||||
<name>Zen</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">desultory/zen-util</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -7,15 +7,12 @@ 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"
|
||||
|
||||
# Specify the subdirectory containing the actual source code
|
||||
S="${WORKDIR}/${PN}-${PV}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=">=dev-python/zenlib-1.1.1"
|
||||
RDEPEND=">=dev-python/zen-logging-1.1.0"
|
||||
Reference in New Issue
Block a user