[packages/python3-stdio_mgr] - new

qboosh qboosh at pld-linux.org
Sun Apr 2 20:43:18 CEST 2023


commit 01ea512468ab8fdbf94ff17dbdb4b52baca35102
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Apr 2 20:45:41 2023 +0200

    - new

 python3-stdio_mgr.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)
---
diff --git a/python3-stdio_mgr.spec b/python3-stdio_mgr.spec
new file mode 100644
index 0000000..76c7abd
--- /dev/null
+++ b/python3-stdio_mgr.spec
@@ -0,0 +1,44 @@
+Summary:	Context manager for mocking/wrapping stdin/stdout/stderr
+Summary(pl.UTF-8):	Zarządca kontekstu do tworzenia atrap/opakowań stdin/stdout/stderr
+Name:		python3-stdio_mgr
+Version:	1.0.1
+Release:	1
+License:	BSD
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/stdio-mgr/
+Source0:	https://files.pythonhosted.org/packages/source/s/stdio-mgr/stdio-mgr-%{version}.tar.gz
+# Source0-md5:	027b7e83918676ce44698883cab3d37c
+URL:		https://pypi.org/project/stdio-mgr/
+BuildRequires:	python3-modules >= 1:3.3
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Context manager for mocking/wrapping stdin/stdout/stderr.
+
+%description -l pl.UTF-8
+Zarządca kontekstu do tworzenia atrap/opakowań stdin/stdout/stderr.
+
+%prep
+%setup -q -n stdio-mgr-%{version}
+
+%build
+%py3_build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%py3_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGELOG.md LICENSE.txt README.rst
+%{py3_sitescriptdir}/stdio_mgr
+%{py3_sitescriptdir}/stdio_mgr-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-stdio_mgr.git/commitdiff/01ea512468ab8fdbf94ff17dbdb4b52baca35102



More information about the pld-cvs-commit mailing list