[packages/python3-hatch-vcs] - new
baggins
baggins at pld-linux.org
Fri Mar 28 13:59:42 CET 2025
commit 2fde5b88f204b1fe68aa833e739aecbbd15a80ee
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Mar 28 14:10:33 2025 +0100
- new
python3-hatch-vcs.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
---
diff --git a/python3-hatch-vcs.spec b/python3-hatch-vcs.spec
new file mode 100644
index 0000000..edbedfa
--- /dev/null
+++ b/python3-hatch-vcs.spec
@@ -0,0 +1,56 @@
+# Conditional build:
+%bcond_without tests # unit tests
+
+%define module hatch-vcs
+Summary: Hatch plugin for versioning with your preferred VCS
+Name: python3-%{module}
+Version: 0.4.0
+Release: 1
+License: MIT
+Group: Libraries/Python
+# if pypi:
+#Source0Download: https://pypi.org/simple/hatch-vcs/
+Source0: https://files.pythonhosted.org/packages/source/h/hatch-vcs/hatch_vcs-%{version}.tar.gz
+# Source0-md5: d801fe7c3e5955307748f2790bbb3488
+URL: https://pypi.org/project/hatch-vcs/
+BuildRequires: python3-modules >= 1:3.2
+BuildRequires: python3-build
+BuildRequires: python3-installer
+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
+Hatch plugin for versioning with your preferred VCS.
+
+%prep
+%setup -q -n hatch_vcs-%{version}
+
+%build
+%py3_build_pyproject
+
+%if %{with tests}
+%{__python3} -m zipfile -e build-3/*.whl build-3-test
+# use explicit plugins list for reliable builds (delete PYTEST_PLUGINS if empty)
+PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 \
+PYTEST_PLUGINS= \
+%{__python3} -m pytest -o pythonpath="$PWD/build-3-test" tests
+%endif
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE.txt HISTORY.md README.md
+%dir %{py3_sitescriptdir}/hatch_vcs
+%{py3_sitescriptdir}/hatch_vcs/*.py
+%{py3_sitescriptdir}/hatch_vcs/__pycache__
+%{py3_sitescriptdir}/hatch_vcs-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-hatch-vcs.git/commitdiff/2fde5b88f204b1fe68aa833e739aecbbd15a80ee
More information about the pld-cvs-commit
mailing list