Compare commits
No commits in common. "imports/c9-beta/python3.14-meson-python-0.18.0-3.el9" and "c10s" have entirely different histories.
imports/c9
...
c10s
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
||||||
9
.gitignore
vendored
9
.gitignore
vendored
@ -1 +1,8 @@
|
|||||||
SOURCES/meson_python-0.18.0.tar.gz
|
/meson_python-0.13.1.tar.gz
|
||||||
|
/meson_python-0.13.2.tar.gz
|
||||||
|
/meson_python-0.14.0.tar.gz
|
||||||
|
/meson_python-0.15.0.tar.gz
|
||||||
|
/meson_python-0.16.0.tar.gz
|
||||||
|
/meson_python-0.17.0.tar.gz
|
||||||
|
/meson_python-0.17.1.tar.gz
|
||||||
|
/meson_python-0.18.0.tar.gz
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
97cfb96facace999e9f8ebe83ddb8d2113ec2c17 SOURCES/meson_python-0.18.0.tar.gz
|
|
||||||
3
README.md
Normal file
3
README.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# python-meson-python
|
||||||
|
|
||||||
|
The python-meson-python package
|
||||||
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-*
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||||
26
plan.fmf
Normal file
26
plan.fmf
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# based on https://gitlab.com/redhat/centos-stream/rpms/python-meson-python/-/blob/c10s/ci.fmf
|
||||||
|
|
||||||
|
execute:
|
||||||
|
how: tmt
|
||||||
|
|
||||||
|
discover:
|
||||||
|
- how: shell
|
||||||
|
tests:
|
||||||
|
- name: smoke
|
||||||
|
test: |
|
||||||
|
set -eux
|
||||||
|
TMP_DIR="$(mktemp -d)"
|
||||||
|
pushd "$TMP_DIR"
|
||||||
|
meson init --name foo
|
||||||
|
cat >pyproject.toml <<EOF
|
||||||
|
[build-system]
|
||||||
|
build-backend = 'mesonpy'
|
||||||
|
requires = ['meson-python']
|
||||||
|
EOF
|
||||||
|
python3.14 -c 'import mesonpy; x = mesonpy.Project(source_dir=".", build_dir="./build"); x.build()'
|
||||||
|
build/foo
|
||||||
|
popd
|
||||||
|
rm -rf "$TMP_DIR"
|
||||||
|
require:
|
||||||
|
- gcc
|
||||||
|
- python3.14-meson-python
|
||||||
@ -1,13 +1,3 @@
|
|||||||
## START: Set by rpmautospec
|
|
||||||
## (rpmautospec version 0.6.5)
|
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
||||||
release_number = 3;
|
|
||||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
||||||
print(release_number + base_release_number - 1);
|
|
||||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
||||||
## END: Set by rpmautospec
|
|
||||||
|
|
||||||
%global python3_pkgversion 3.14
|
%global python3_pkgversion 3.14
|
||||||
|
|
||||||
%bcond tests 1
|
%bcond tests 1
|
||||||
@ -146,13 +136,4 @@ k="${k-}${k+ and }not test_uneeded_rpath"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
## START: Generated by rpmautospec
|
%autochangelog
|
||||||
* Fri Nov 28 2025 Lukáš Zachar <lzachar@redhat.com> - 0.18.0-3
|
|
||||||
- Add gating
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com> - 0.18.0-2
|
|
||||||
- Convert from Fedora for the Python 3.14 stack in RHEL
|
|
||||||
|
|
||||||
* Fri Nov 28 2025 Tomáš Hrnčiar <thrnciar@redhat.com>
|
|
||||||
- RHEL: Rename SPEC to python3.14-meson-python.spec
|
|
||||||
## END: Generated by rpmautospec
|
|
||||||
Loading…
Reference in New Issue
Block a user