-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge fmf
and python3-fmf
packages
#241
base: main
Are you sure you want to change the base?
Conversation
Hard to tell: Is fmf more in 'ansible' vs 'python library' use case? |
By ansible I guess you mean that it's its own ecosystem. I think For example I find it very useful in scientific programs where you typically run hundreds of simulations that change only a few parameters, and the current tools that they use to "automate" this will make me want to keep a bottle of bleach near me for my eyes. |
Sorry, I should quoted from the packaging guidelines:
So I think 'fmf' is more "library" while 'tmt' is more "application". If I read guidelines correcty it means that 'fmf' should end up as 'python-fmf' component and building 'python3-fmf'. Or? |
Yeah, that is pretty much my gut instinct. Renaming |
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
Signed-off-by: Cristian Le <[email protected]>
We have 2 variants:
fmf
intopython3-fmf
%pyprovides
python3-fmf
intofmf
tmt
package formatpython3-fmf
Obsoletes: fmf
whenfmf
is still the "main package"?Which version should we go with?
Depends-on: #202