[packages/python3-mirakuru] Initial
arekm
arekm at pld-linux.org
Fri Apr 24 10:13:33 CEST 2026
commit 7bcbdffe3588676895cb5229773f68a99daa55bb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Fri Apr 24 10:13:10 2026 +0200
Initial
python3-mirakuru.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
---
diff --git a/python3-mirakuru.spec b/python3-mirakuru.spec
new file mode 100644
index 0000000..8fb2133
--- /dev/null
+++ b/python3-mirakuru.spec
@@ -0,0 +1,63 @@
+#
+# Conditional build:
+%bcond_with tests # unit tests (not included in sdist)
+
+Summary: Process executor (not only) for tests
+Summary(pl.UTF-8): Uruchamianie procesów (nie tylko) do testów
+Name: python3-mirakuru
+Version: 3.0.2
+Release: 1
+License: LGPL v3+
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/mirakuru/
+Source0: https://files.pythonhosted.org/packages/source/m/mirakuru/mirakuru-%{version}.tar.gz
+# Source0-md5: 4477af2984f8973751efa7f35eb22b17
+URL: https://pypi.org/project/mirakuru/
+BuildRequires: python3-build
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.10
+BuildRequires: python3-setuptools >= 1:77.0.3
+%if %{with tests}
+BuildRequires: python3-psutil >= 4.0.0
+BuildRequires: python3-pytest
+%endif
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-modules >= 1:3.10
+Requires: python3-psutil >= 4.0.0
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Mirakuru is a process orchestration tool designed for functional and
+integration tests. It helps to start a process and wait until it is
+ready before proceeding with other actions.
+
+%description -l pl.UTF-8
+Mirakuru to narzędzie do orkiestracji procesów zaprojektowane z myślą
+o testach funkcjonalnych i integracyjnych. Pomaga uruchomić proces
+i poczekać, aż będzie gotowy, przed wykonaniem kolejnych akcji.
+
+%prep
+%setup -q -n mirakuru-%{version}
+
+%build
+%py3_build_pyproject
+
+%if %{with tests}
+%{__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 AUTHORS.rst CHANGES.rst LICENSE README.rst
+%{py3_sitescriptdir}/mirakuru
+%{py3_sitescriptdir}/mirakuru-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-mirakuru.git/commitdiff/7bcbdffe3588676895cb5229773f68a99daa55bb
More information about the pld-cvs-commit
mailing list