[packages/python-dill] Rel 4; python3 version in python3-dill
arekm
arekm at pld-linux.org
Mon Mar 17 20:37:09 CET 2025
commit fa96cdd4d4bf6ce8bb433bf67e7b7adea9deaccb
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 17 20:23:41 2025 +0100
Rel 4; python3 version in python3-dill
python-dill.spec | 65 +++-----------------------------------------------------
1 file changed, 3 insertions(+), 62 deletions(-)
---
diff --git a/python-dill.spec b/python-dill.spec
index a568e54..516337d 100644
--- a/python-dill.spec
+++ b/python-dill.spec
@@ -2,29 +2,21 @@
# Conditional build:
%bcond_without doc # Sphinx documentation
%bcond_without tests # unit tests
-%bcond_without python2 # CPython 2.x module
-%bcond_without python3 # CPython 3.x module
Summary: Serialize all of Python
Summary(pl.UTF-8): Serializacja całości Pythona
Name: python-dill
# keep 0.3.5.x here for python2 support
Version: 0.3.5.1
-Release: 3
+Release: 4
License: BSD
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/dill/
Source0: https://files.pythonhosted.org/packages/source/d/dill/dill-%{version}.tar.gz
# Source0-md5: 3f8757f3aaa394efa67764624ab87cfd
URL: https://pypi.org/project/dill/
-%if %{with python2}
BuildRequires: python-modules >= 1:2.7
BuildRequires: python-setuptools
-%endif
-%if %{with python3}
-BuildRequires: python3-modules >= 1:3.7
-BuildRequires: python3-setuptools
-%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
%if %{with doc}
@@ -48,26 +40,6 @@ Serializacja to proces przekształcania obiektu na strumień bajtów, a
deserializacja - odwrotność, czyli konwersja strumienia bajtów z
powrotem do hierarchii obiektów Pythona.
-%package -n python3-dill
-Summary: Serialize all of Python
-Summary(pl.UTF-8): Serializacja całości Pythona
-Group: Libraries/Python
-Requires: python3-modules >= 1:3.7
-
-%description -n python3-dill
-dill extends Python's pickle module for serializing and de-serializing
-Python objects to the majority of the built-in Python types.
-Serialization is the process of converting an object to a byte stream,
-and the inverse of which is converting a byte stream back to a Python
-object hierarchy.
-
-%description -n python3-dill -l pl.UTF-8
-dill rozszerza moduł Pythona pickle do serializacji i deserializacji
-obiektów pythonowych na większość wbudowanych typów Pythona.
-Serializacja to proces przekształcania obiektu na strumień bajtów, a
-deserializacja - odwrotność, czyli konwersja strumienia bajtów z
-powrotem do hierarchii obiektów Pythona.
-
%package apidocs
Summary: API documentation for Python dill module
Summary(pl.UTF-8): Dokumentacja API modułu Pythona dill
@@ -82,24 +54,15 @@ Dokumentacja API modułu Pythona dill.
%prep
%setup -q -n dill-%{version}
+sed -i -e "s#python =.*#python = '%{__python}'#g" tests/__main__.py
+
%build
-%if %{with python2}
%py_build
%if %{with tests}
PYTHONPATH=$(pwd) \
%{__python} tests/__main__.py
%endif
-%endif
-
-%if %{with python3}
-%py3_build
-
-%if %{with tests}
-PYTHONPATH=$(pwd) \
-%{__python3} tests/__main__.py
-%endif
-%endif
%if %{with doc}
PYTHONPATH=$(pwd) \
@@ -109,7 +72,6 @@ PYTHONPATH=$(pwd) \
%install
rm -rf $RPM_BUILD_ROOT
-%if %{with python2}
%py_install
for bin in get_objgraph undill ; do
@@ -117,20 +79,10 @@ for bin in get_objgraph undill ; do
done
%py_postclean
-%endif
-
-%if %{with python3}
-%py3_install
-
-for bin in get_objgraph undill ; do
- %{__mv} $RPM_BUILD_ROOT%{_bindir}/${bin} $RPM_BUILD_ROOT%{_bindir}/${bin}-3
-done
-%endif
%clean
rm -rf $RPM_BUILD_ROOT
-%if %{with python2}
%files
%defattr(644,root,root,755)
%doc LICENSE README.md
@@ -138,17 +90,6 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/undill-2
%{py_sitescriptdir}/dill
%{py_sitescriptdir}/dill-%{version}-py*.egg-info
-%endif
-
-%if %{with python3}
-%files -n python3-dill
-%defattr(644,root,root,755)
-%doc LICENSE README.md
-%attr(755,root,root) %{_bindir}/get_objgraph-3
-%attr(755,root,root) %{_bindir}/undill-3
-%{py3_sitescriptdir}/dill
-%{py3_sitescriptdir}/dill-%{version}-py*.egg-info
-%endif
%if %{with doc}
%files apidocs
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-dill.git/commitdiff/fa96cdd4d4bf6ce8bb433bf67e7b7adea9deaccb
More information about the pld-cvs-commit
mailing list