[packages/python3-munge] Initial
arekm
arekm at pld-linux.org
Sun Mar 29 01:06:02 CET 2026
commit bb635535932341aa0528d66fbbdadbe6d2db8d3a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Mar 29 01:05:38 2026 +0100
Initial
python3-munge.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 53 insertions(+)
---
diff --git a/python3-munge.spec b/python3-munge.spec
new file mode 100644
index 0000000..9676c16
--- /dev/null
+++ b/python3-munge.spec
@@ -0,0 +1,53 @@
+%define module munge
+Summary: Data manipulation library and client
+Name: python3-%{module}
+Version: 1.4.0
+Release: 1
+License: Apache v2.0
+Group: Libraries/Python
+#Source0Download: https://pypi.org/simple/munge/
+Source0: https://files.pythonhosted.org/packages/source/m/munge/%{module}-%{version}.tar.gz
+# Source0-md5: 84eac14b214e2a186af998075b421fe7
+URL: https://github.com/20c/munge
+BuildRequires: python3-build
+BuildRequires: python3-hatchling
+BuildRequires: python3-installer
+BuildRequires: python3-modules >= 1:3.8
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 2.044
+Requires: python3-PyYAML >= 6.0.1
+Requires: python3-charset_normalizer >= 3.3.0
+Requires: python3-click >= 8.0.1
+Requires: python3-modules >= 1:3.8
+Requires: python3-requests >= 2.32.0
+Requires: python3-toml >= 0.10.2
+Requires: python3-tomlkit >= 0.11.6
+Requires: python3-urllib3 >= 2.0.0
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Munge is a data manipulation library and client that provides tools
+for reading, writing, and transforming data in various formats
+including JSON, YAML, and TOML.
+
+%prep
+%setup -q -n %{module}-%{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 CHANGELOG.md LICENSE.txt README.md
+%attr(755,root,root) %{_bindir}/munge
+%{py3_sitescriptdir}/munge
+%{py3_sitescriptdir}/munge-%{version}.dist-info
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python3-munge.git/commitdiff/bb635535932341aa0528d66fbbdadbe6d2db8d3a
More information about the pld-cvs-commit
mailing list