File tree Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Expand file tree Collapse file tree 3 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 1+ # Copyright 2023-2024 Gentoo Authors
2+ # Distributed under the terms of the GNU General Public License v2
3+
4+ EAPI=8
5+
6+ DISTUTILS_USE_PEP517=setuptools
7+ PYTHON_COMPAT=( python3_{11..13} )
8+
9+ inherit distutils-r1 git-r3
10+
11+ DESCRIPTION=" Gentoo rootfs tree generator"
12+ HOMEPAGE=" https://github.com/desultory/genTree"
13+ EGIT_REPO_URI=" https://github.com/desultory/${PN} "
14+
15+ LICENSE=" GPL-2"
16+ SLOT=" 0"
17+
18+ KEYWORDS=" ~amd64 ~arm64"
19+
20+ RDEPEND="
21+ >=dev-python/zenlib-3.1.2[${PYTHON_USEDEP} ]
22+ dev-python/aiohttp[${PYTHON_USEDEP} ]
23+ "
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ SLOT="0"
1717
1818RDEPEND="
1919 >=dev-python/zenlib-9999[${PYTHON_USEDEP} ]
20- dev-python/aiohttp[${PYTHON_USEDEP} ]
20+ dev-python/aiohttp[${PYTHON_USEDEP} ]
2121"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " genTree"
7- version = " 0.0.1 "
7+ version = " 0.1.0 "
88authors = [
99 {
name =
" Desultory" ,
email =
" [email protected] " },
1010]
@@ -18,7 +18,7 @@ classifiers = [
1818]
1919
2020dependencies = [
21- " zenlib >= 3.0.0 " ,
21+ " zenlib >= 3.1.2 " ,
2222 " aiohttp >= 3.10.0" ,
2323]
2424
You can’t perform that action at this time.
0 commit comments