diff --git a/plan.fmf b/plan.fmf index f0a359c..bba7193 100644 --- a/plan.fmf +++ b/plan.fmf @@ -8,12 +8,12 @@ discover: tests: - name: pyproject_pytest path: /tests - test: ./mocktest.sh python-pytest + test: ./mocktest.sh python3.14-pytest - name: pyproject_pluggy path: /tests - test: ./mocktest.sh python-pluggy + test: ./mocktest.sh python3.14-pluggy - name: import_test - test: python3 -c "import setuptools_scm" + test: python3.14 -c "import setuptools_scm" prepare: - name: Install dependencies diff --git a/python3.14-setuptools_scm.spec b/python3.14-setuptools_scm.spec index fa7648d..bd9760a 100644 --- a/python3.14-setuptools_scm.spec +++ b/python3.14-setuptools_scm.spec @@ -1,6 +1,8 @@ -%bcond tests 1 +%global python3_pkgversion 3.14 -Name: python-setuptools_scm +%bcond tests 0 + +Name: python%{python3_pkgversion}-setuptools_scm Version: 8.3.1 Release: %autorelease Summary: Blessed package to manage your versions by SCM tags @@ -21,14 +23,6 @@ BuildRequires: mercurial %endif %endif -%description -Setuptools_scm handles managing your Python package versions in SCM metadata. -It also handles file finders for the supported SCMs. - - -%package -n python%{python3_pkgversion}-setuptools_scm -Summary: %{summary} - %description -n python%{python3_pkgversion}-setuptools_scm Setuptools_scm handles managing your Python package versions in SCM metadata. It also handles file finders for the supported SCMs.