Skip to content

Commit f284b7b

Browse files
committed
0.1.0
Signed-off-by: Zen <[email protected]>
1 parent 85c2cfa commit f284b7b

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

ebuild/genTree-0.1.0.ebuild

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+
"

ebuild/genTree-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ SLOT="0"
1717

1818
RDEPEND="
1919
>=dev-python/zenlib-9999[${PYTHON_USEDEP}]
20-
dev-python/aiohttp[${PYTHON_USEDEP}]
20+
dev-python/aiohttp[${PYTHON_USEDEP}]
2121
"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "genTree"
7-
version = "0.0.1"
7+
version = "0.1.0"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]
@@ -18,7 +18,7 @@ classifiers = [
1818
]
1919

2020
dependencies = [
21-
"zenlib >= 3.0.0",
21+
"zenlib >= 3.1.2",
2222
"aiohttp >= 3.10.0",
2323
]
2424

0 commit comments

Comments
 (0)