Skip to content

Commit 29fd6ef

Browse files
committed
Add python-cliff
1 parent 48f33cc commit 29fd6ef

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

bconds_cache.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3788,6 +3788,32 @@
37883788
"python3dist(setuptools-scm[toml]) >= 6.2"
37893789
]
37903790
}
3791+
],
3792+
"python-cliff": [
3793+
{
3794+
"withs": [
3795+
"bootstrap"
3796+
],
3797+
"id": "python-cliff::bootstrap:::",
3798+
"srpm_filename": "python-cliff-4.13.2-3.fc45~bootstrap.src.rpm",
3799+
"buildrequires": [
3800+
"(python3dist(tomli) if python3-devel < 3.11)",
3801+
"bash",
3802+
"pyproject-rpm-macros",
3803+
"python3-devel",
3804+
"python3-docutils",
3805+
"python3dist(autopage) >= 0.4",
3806+
"python3dist(cmd2) >= 1",
3807+
"python3dist(packaging)",
3808+
"python3dist(pbr) >= 2",
3809+
"python3dist(pbr) >= 6.1.1",
3810+
"python3dist(pip) >= 19",
3811+
"python3dist(prettytable) >= 0.7.2",
3812+
"python3dist(pyyaml) >= 3.12",
3813+
"python3dist(stevedore) >= 5.6",
3814+
"which"
3815+
]
3816+
}
37913817
]
37923818
}
37933819
}

config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -607,6 +607,9 @@ withouts = ["tests"]
607607
[[bconds.python-menuinst]]
608608
withs = ["bootstrap"]
609609

610+
[[bconds.python-cliff]]
611+
withs = ["bootstrap"]
612+
610613
# [[bconds.OpenColorIO]]
611614
# %global bootstrap 1
612615
# we lack config syntax for that :(

0 commit comments

Comments
 (0)