dev-util/genTree: new package, add 0.1.0, 9999

Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
Zen 2024-12-31 11:46:38 -06:00
parent b0ede1c497
commit 900b630473
No known key found for this signature in database
GPG Key ID: 8004005FBF6C9DED
4 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST genTree-0.1.0.tar.gz 24690 BLAKE2B 86547cf4627c0f791df6adfbab3c1885a96e24afb92f171ea364e99ad8fb156dc82d40e2e3d360ec7f3b9a19cb7898fe99c4f03698c5e3307507cbb37b0fd2a1 SHA512 6f00c9759cc34163686c25edbef607d747542c99b0e98c5d9b51cf9f02c8a886354b696fb1f3f3d351d45852e690f10249236cd7acd7afea0bee0bce0ea7f0a8

View File

@ -0,0 +1,23 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Gentoo rootfs tree generator"
HOMEPAGE="https://github.com/desultory/genTree"
SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-python/zenlib-3.1.2[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
"

View File

@ -0,0 +1,21 @@
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3
DESCRIPTION="Gentoo rootfs tree generator"
HOMEPAGE="https://github.com/desultory/genTree"
EGIT_REPO_URI="https://github.com/desultory/${PN}"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
>=dev-python/zenlib-9999[${PYTHON_USEDEP}]
dev-python/aiohttp[${PYTHON_USEDEP}]
"

View 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/genTree</remote-id>
</upstream>
</pkgmetadata>