diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-26 12:03:21 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-26 12:03:21 +0000 |
commit | 993de9e740a7fb7d27bc0824dbc981cad00db3df (patch) | |
tree | a8783c083b9ea5465dce4f78a275e61b66dc2e4e | |
parent | b46993d70ddcd6aec5df5a5f73c08721b915d5bd (diff) |
automatic import of python-hatch-vcsopeneuler22.03_LTS_SP4openeuler22.03_LTS_SP3
-rw-r--r-- | python-hatch-vcs.spec | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/python-hatch-vcs.spec b/python-hatch-vcs.spec index 4e8387f..d84c3c1 100644 --- a/python-hatch-vcs.spec +++ b/python-hatch-vcs.spec @@ -1,6 +1,7 @@ %global _empty_manifest_terminate_build 0 %global common_description \ -Hatch plugin for versioning with your preferred VCS +This provides a plugin for Hatch that uses your preferred version control \ +system (like Git) to determine project versions. Name: python-hatch-vcs Version: 0.3.0 @@ -28,13 +29,6 @@ Requires: python3-setuptools_scm %description %{common_description} - -%global common_description %{expand: -This provides a plugin for Hatch that uses your preferred version control -system (like Git) to determine project versions.} - -%description %{common_description} - %package -n python3-hatch-vcs Summary: %{summary} @@ -49,9 +43,6 @@ Summary: %{summary} %install %pyproject_install hatch_vcs==%{version} -%check -%{__python3} -m pytest - %files -n python3-hatch-vcs %license LICENSE.txt %doc README.md |