2024-01-05 16:57:08 +01:00
|
|
|
Name: python-zope-event
|
2024-01-05 16:57:09 +01:00
|
|
|
Version: 5.0
|
2024-01-05 16:57:09 +01:00
|
|
|
Release: 2mamba
|
2024-01-05 16:57:08 +01:00
|
|
|
Summary: Very basic event publishing system
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
2024-01-05 16:57:08 +01:00
|
|
|
URL: https://pypi.org/project/zope.event/
|
2024-01-05 16:57:08 +01:00
|
|
|
Source: https://pypi.debian.net/zope.event/zope.event-%{version}.tar.gz
|
2024-01-05 16:57:08 +01:00
|
|
|
License: Zope Public License
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-05 16:57:09 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(setuptools)
|
2024-01-05 16:57:08 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 16:57:09 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-05 16:57:08 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
The zope.event package provides a simple event system.
|
|
|
|
|
|
|
|
It provides:
|
|
|
|
* An event publishing system
|
|
|
|
* A very simple event-dispatching system on which more sophisticated event dispatching systems can be built.
|
|
|
|
For example, a type-based event dispatching system that builds on zope.event can be found in zope.component.
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n zope.event-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
# remove documentation from wrong path
|
|
|
|
#rm -f %{buildroot}%{python_sitearch}/zope/event/*.txt
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz,;\,\.txt$,d" %{name}.filelist
|
2024-01-05 16:57:08 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-05 16:57:08 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-05 16:57:08 +01:00
|
|
|
%dir %{python_sitearch}/zope.event-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/zope.event-%{version}-py*.egg-info/*
|
2024-01-05 16:57:08 +01:00
|
|
|
%doc COPYRIGHT.txt LICENSE.txt
|
|
|
|
#%doc src/zope/event/*.txt
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 16:57:09 +01:00
|
|
|
* Wed Sep 27 2023 Automatic Build System <autodist@mambasoft.it> 5.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-05 16:57:09 +01:00
|
|
|
* Sat Jun 24 2023 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Fri Apr 09 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.5.0-2mamba
|
|
|
|
- rebuilt with distdeps
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Fri Sep 18 2020 Automatic Build System <autodist@mambasoft.it> 4.5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 4.4-1mamba
|
|
|
|
- update to 4.4
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Tue Apr 17 2018 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Wed Apr 20 2016 Automatic Build System <autodist@mambasoft.it> 4.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Sun Oct 18 2015 Automatic Build System <autodist@mambasoft.it> 4.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 16:57:08 +01:00
|
|
|
* Wed Mar 26 2014 Automatic Build System <autodist@mambasoft.it> 4.0.3-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 4.0.2-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Sat Jan 12 2013 Automatic Build System <autodist@mambasoft.it> 4.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 29 2012 Automatic Build System <autodist@mambasoft.it> 4.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Aug 08 2012 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 20 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 3.5.1-1mamba
|
|
|
|
- update to 3.5.1
|
|
|
|
|
|
|
|
* Wed Oct 13 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 3.5.0-1mamba
|
|
|
|
- package created by autospec
|