2024-01-05 16:57:33 +01:00
|
|
|
%define pkgname zope.interface
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
Name: python-zope-interface
|
2024-08-29 10:40:47 +02:00
|
|
|
Version: 7.0.3
|
2024-02-17 21:45:23 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 16:57:31 +01:00
|
|
|
Summary: Python library for API definitions through interfaces
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 16:57:32 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 16:57:32 +01:00
|
|
|
URL: https://pypi.org/project/zope.interface/
|
2024-01-05 16:57:31 +01:00
|
|
|
Source: https://pypi.debian.net/zope.interface/zope.interface-%{version}.tar.gz
|
2024-01-05 16:57:31 +01:00
|
|
|
License: Zope Public License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 16:57:33 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(setuptools)
|
2024-01-05 16:57:31 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:57:33 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:57:31 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
zope.interface provides an implementation of object interfaces for Python.
|
|
|
|
Interfaces are a mechanism for labeling objects as conforming to a given API or contract.
|
|
|
|
So, this package can be considered as implementation of the Design By Contract methodology support in Python.
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
%if 0%{?with_pyver}
|
2024-01-05 16:57:33 +01:00
|
|
|
%define py_requires_append \
|
|
|
|
Provides: python%{python_version}dist(zope-interface) = %{version}
|
2024-01-05 16:57:31 +01:00
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n zope.interface-%{version}
|
|
|
|
|
|
|
|
%build
|
2024-01-05 16:57:33 +01:00
|
|
|
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
2024-01-05 16:57:31 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 16:57:33 +01:00
|
|
|
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
2024-01-05 16:57:31 +01:00
|
|
|
|
2024-01-05 16:57:33 +01:00
|
|
|
#%if "%{?with_pyver}" != "3"
|
|
|
|
## Rename any conflicting file outside of python site packages tree
|
|
|
|
#for f in %{_bindir}/example; do
|
|
|
|
# mv %{buildroot}${f}{,-%{?pyappend}}
|
|
|
|
#done
|
|
|
|
#%endif
|
2024-01-05 16:57:31 +01:00
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
%files %{?pyappend}
|
2024-01-05 16:57:31 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:57:33 +01:00
|
|
|
%dir %{python_sitearch}/%{pkgname}-%{version}.dist-info
|
|
|
|
%{python_sitearch}/%{pkgname}-%{version}.dist-info/*
|
|
|
|
%{python_sitearch}/zope.interface-%{version}-py*-nspkg.pth
|
2024-01-05 16:57:31 +01:00
|
|
|
%dir %{python_sitearch}/zope/interface
|
|
|
|
%{python_sitearch}/zope/interface/*
|
2024-01-05 16:57:31 +01:00
|
|
|
%doc COPYRIGHT.txt LICENSE.txt
|
|
|
|
#%doc CHANGES.txt README.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-08-29 10:40:47 +02:00
|
|
|
* Wed Aug 28 2024 Automatic Build System <autodist@openmamba.org> 7.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-28 10:24:12 +02:00
|
|
|
* Tue Aug 27 2024 Automatic Build System <autodist@openmamba.org> 7.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-08-09 09:51:23 +02:00
|
|
|
* Wed Aug 07 2024 Automatic Build System <autodist@openmamba.org> 7.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-07-19 18:59:14 +02:00
|
|
|
* Fri Jul 19 2024 Automatic Build System <autodist@openmamba.org> 6.4.post2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-04-16 18:02:16 +02:00
|
|
|
* Sat Apr 13 2024 Automatic Build System <autodist@openmamba.org> 6.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-17 21:45:23 +01:00
|
|
|
* Sat Feb 17 2024 Automatic Build System <autodist@openmamba.org> 6.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Feb 14 2024 Automatic Build System <autodist@openmamba.org> 6.1a2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 16:57:33 +01:00
|
|
|
* Sat Dec 09 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-2mamba
|
|
|
|
- rebuilt with python-build, provide legacy python3dist(zope-interface)
|
|
|
|
|
2024-01-05 16:57:33 +01:00
|
|
|
* Thu Oct 05 2023 Automatic Build System <autodist@mambasoft.it> 6.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:33 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 6.0-3mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Sun Sep 03 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.0-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Sat Nov 19 2022 Automatic Build System <autodist@mambasoft.it> 5.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 5.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 5.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Thu Apr 15 2021 Automatic Build System <autodist@mambasoft.it> 5.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Mon Mar 22 2021 Automatic Build System <autodist@mambasoft.it> 5.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Oct 15 2020 Automatic Build System <autodist@mambasoft.it> 5.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:32 +01:00
|
|
|
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Tue Mar 31 2020 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Wed Mar 11 2020 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Fri Nov 22 2019 Automatic Build System <autodist@mambasoft.it> 4.7.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-2mamba
|
|
|
|
- python 3.6 support
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Tue May 01 2018 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Sat Sep 23 2017 Automatic Build System <autodist@mambasoft.it> 4.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Wed Dec 14 2016 Automatic Build System <autodist@mambasoft.it> 4.3.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Mon Sep 05 2016 Automatic Build System <autodist@mambasoft.it> 4.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Fri Sep 02 2016 Automatic Build System <autodist@mambasoft.it> 4.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Wed Aug 31 2016 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Mon Jun 27 2016 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Mon Oct 05 2015 Automatic Build System <autodist@mambasoft.it> 4.1.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Sun Dec 28 2014 Automatic Build System <autodist@mambasoft.it> 4.1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:31 +01:00
|
|
|
* Fri Apr 04 2014 Automatic Build System <autodist@mambasoft.it> 4.1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Mar 06 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.0-1mamba
|
|
|
|
- update to 4.1.0
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.5-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Thu May 16 2013 Automatic Build System <autodist@mambasoft.it> 4.0.5-1mamba
|
|
|
|
- update to 4.0.5
|
|
|
|
|
|
|
|
* Sat Jan 12 2013 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 29 2012 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 08 2012 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Oct 02 2011 Automatic Build System <autodist@mambasoft.it> 3.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 3.6.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jun 20 2011 Automatic Build System <autodist@mambasoft.it> 3.6.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sat May 21 2011 Automatic Build System <autodist@mambasoft.it> 3.6.2-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 15 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 3.6.1-1mamba
|
|
|
|
- update to 3.6.1
|
|
|
|
- package renamed from python-zopeinterface to python-zope-interface
|
|
|
|
|
|
|
|
* Fri May 08 2009 gil <puntogil@libero.it> 3.5.1-1mamba
|
|
|
|
- update to 3.5.1
|
|
|
|
|
|
|
|
* Sun Dec 07 2008 gil <puntogil@libero.it> 3.5.0-1mamba
|
|
|
|
- update to 3.5.0
|
|
|
|
|
|
|
|
* Thu Aug 16 2007 Tiziana Ferro <tiziana.ferro@email.it> 3.3.0-1mamba
|
|
|
|
- package created by autospec
|