[packages/python3-hatch_vcs] - argh, duplicate; see python3-hatch-vcs.spec
qboosh
qboosh at pld-linux.org
Mon May 26 20:32:40 CEST 2025
commit 8d34f6423a31ae475897782e683852575f037840
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon May 26 20:20:44 2025 +0200
- argh, duplicate; see python3-hatch-vcs.spec
python3-hatch_vcs.spec | 61 --------------------------------------------------
1 file changed, 61 deletions(-)
---
diff --git a/python3-hatch_vcs.spec b/python3-hatch_vcs.spec
deleted file mode 100644
index 5253e04..0000000
--- a/python3-hatch_vcs.spec
+++ /dev/null
@@ -1,61 +0,0 @@
-#
-# Conditional build:
-%bcond_with tests # unit tests
-
-%define module hatch_vcs
-Summary: Hatch plugin for versioning with your preferred VCS
-Summary(pl.UTF-8): Wtyczka Hatcha do wersjonowania ulubionym VCS
-Name: python3-%{module}
-Version: 0.4.0
-Release: 3
-License: MIT
-Group: Libraries/Python
-Source0: https://pypi.debian.net/%{module}/%{module}-%{version}.tar.gz
-# Source0-md5: d801fe7c3e5955307748f2790bbb3488
-URL: https://pypi.org/project/hatch-vcs/
-BuildRequires: python3-build
-BuildRequires: python3-installer
-BuildRequires: python3-modules >= 1:3.2
-%if %{with tests}
-#BuildRequires: python3-
-%endif
-BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 2.044
-Requires: python3-modules >= 1:3.2
-BuildArch: noarch
-BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-This provides a plugin for Hatch that uses your preferred version
-control system (like Git) to determine project versions.
-
-%description -l pl.UTF-8
-Ten pakiet zawiera wtyczkę Hatcha, wykorzystującą ulubiony system
-kontroli wersji (np. Git) do określania wersji pakietów.
-
-%prep
-%setup -q -n %{module}-%{version}
-
-%build
-%py3_build_pyproject
-
-%if %{with tests}
-# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
-PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
-PYTEST_PLUGINS= \
-%{__python3} -m pytest tests
-%endif
-
-%install
-rm -rf $RPM_BUILD_ROOT
-
-%py3_install_pyproject
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc HISTORY.md README.md
-%{py3_sitescriptdir}/%{module}
-%{py3_sitescriptdir}/%{module}-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-hatch_vcs.git/commitdiff/8d34f6423a31ae475897782e683852575f037840
More information about the pld-cvs-commit
mailing list