[packages/python3-pyroaring] - new

baggins baggins at pld-linux.org
Wed Jun 4 10:24:53 CEST 2025


commit 8bc629722a21af821d8455be8e8cfb882e740fdf
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Wed Jun 4 11:16:32 2025 +0200

    - new

 python3-pyroaring.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/python3-pyroaring.spec b/python3-pyroaring.spec
new file mode 100644
index 0000000..0095c32
--- /dev/null
+++ b/python3-pyroaring.spec
@@ -0,0 +1,47 @@
+%define		module	pyroaring
+Summary:	Library for handling efficiently sorted integer sets
+Name:		python3-%{module}
+Version:	1.0.1
+Release:	1
+License:	MIT
+Group:		Libraries/Python
+#Source0Download: https://pypi.org/simple/pyroaring/
+Source0:	https://files.pythonhosted.org/packages/source/p/pyroaring/%{module}-%{version}.tar.gz
+# Source0-md5:	9030ab762da966319cd970d64dfb15fb
+URL:		https://pypi.org/project/pyroaring/
+BuildRequires:	python3-devel >= 1:3.8
+BuildRequires:	python3-modules >= 1:3.8
+BuildRequires:	python3-setuptools
+BuildRequires:	rpm-pythonprov
+BuildRequires:	rpmbuild(macros) >= 1.714
+Requires:	python3-modules >= 1:3.8
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An efficient and light-weight ordered set of integers.
+This is a Python wrapper for the C library CRoaring.
+
+%description -l pl.UTF-8
+
+%prep
+%setup -q -n %{module}-%{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 README.rst
+%attr(755,root,root) %{py3_sitedir}/pyroaring.*.so
+%dir %{py3_sitedir}/%{module}
+%{py3_sitedir}/%{module}/*.pyi
+%{py3_sitedir}/%{module}/py.typed
+%{py3_sitedir}/%{module}-%{version}-py*.egg-info
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3-pyroaring.git/commitdiff/8bc629722a21af821d8455be8e8cfb882e740fdf



More information about the pld-cvs-commit mailing list