[packages/python3-sphinx_autofixture] - new

qboosh qboosh at pld-linux.org
Sun Feb 15 12:45:56 CET 2026


commit b385e7e8cf545f8dafc4fc1c135370a83697cc07
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Feb 15 12:45:43 2026 +0100

    - new

 python3-sphinx_autofixture.spec | 46 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)
---
diff --git a/python3-sphinx_autofixture.spec b/python3-sphinx_autofixture.spec
new file mode 100644
index 0000000..0a8d7c0
--- /dev/null
+++ b/python3-sphinx_autofixture.spec
@@ -0,0 +1,46 @@
+Summary:	Sphinx autodocumenter for pytest fixtures
+Summary(pl.UTF-8):	Narzędzie do automatycznej dokumentacji wyposażeń pytesta
+Name:		python3-sphinx_autofixture
+Version:	0.4.1
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/sphinx-autofixture/
+Source0:	https://files.pythonhosted.org/packages/source/s/sphinx-autofixture/sphinx_autofixture-%{version}.tar.gz
+# Source0-md5:	6f606815899c41a8109f52c980c009eb
+URL:		https://pypi.org/project/sphinx-autofixture/
+BuildRequires:	python3-build
+BuildRequires:	python3-installer
+BuildRequires:	python3-modules >= 1:3.7
+BuildRequires:	python3-whey
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 2.044
+Requires:	python3-modules >= 1:3.7
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Sphinx autodocumenter for pytest fixtures.
+
+%description -l pl.UTF-8
+Narzędzie do automatycznej dokumentacji wyposażeń pytesta.
+
+%prep
+%setup -q -n sphinx_autofixture-%{version}
+
+%build
+%py3_build_pyproject
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install_pyproject
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README.rst
+%{py3_sitescriptdir}/sphinx_autofixture
+%{py3_sitescriptdir}/sphinx_autofixture-%{version}.dist-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-sphinx_autofixture.git/commitdiff/b385e7e8cf545f8dafc4fc1c135370a83697cc07



More information about the pld-cvs-commit mailing list