mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
dev-util/genTree: new package, add 0.1.0, 9999
Signed-off-by: Zen <z@pyl.onl>
This commit is contained in:
parent
b0ede1c497
commit
900b630473
1
dev-util/genTree/Manifest
Normal file
1
dev-util/genTree/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST genTree-0.1.0.tar.gz 24690 BLAKE2B 86547cf4627c0f791df6adfbab3c1885a96e24afb92f171ea364e99ad8fb156dc82d40e2e3d360ec7f3b9a19cb7898fe99c4f03698c5e3307507cbb37b0fd2a1 SHA512 6f00c9759cc34163686c25edbef607d747542c99b0e98c5d9b51cf9f02c8a886354b696fb1f3f3d351d45852e690f10249236cd7acd7afea0bee0bce0ea7f0a8
|
23
dev-util/genTree/genTree-0.1.0.ebuild
Normal file
23
dev-util/genTree/genTree-0.1.0.ebuild
Normal 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}]
|
||||
"
|
21
dev-util/genTree/genTree-9999.ebuild
Normal file
21
dev-util/genTree/genTree-9999.ebuild
Normal 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}]
|
||||
"
|
11
dev-util/genTree/metadata.xml
Normal file
11
dev-util/genTree/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/genTree</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Loading…
x
Reference in New Issue
Block a user