summaryrefslogtreecommitdiff
path: root/python-hatch-vcs.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-hatch-vcs.spec')
-rw-r--r--python-hatch-vcs.spec13
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