python 3.6 support [release 4.6.0-2mamba;Thu Jan 10 2019]
This commit is contained in:
parent
c4a4d6ec7f
commit
71d7af423f
@ -1,6 +1,6 @@
|
||||
Name: python-zope-interface
|
||||
Version: 4.6.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Python library for API definitions through interfaces
|
||||
Group: System/Libraries/Python
|
||||
Vendor: openmamba
|
||||
@ -23,6 +23,10 @@ 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.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n zope.interface-%{version}
|
||||
|
||||
@ -53,19 +57,22 @@ rm -rf %{buildroot}%{python_sitearch}/zope/interface/{tests,common/tests}
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%files %{?pyappend}
|
||||
#-f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python27_sitearch}/zope
|
||||
%dir %{python27_sitearch}/zope/interface
|
||||
%{python27_sitearch}/zope/interface/*
|
||||
%dir %{python27_sitearch}/zope.interface-*-py*.egg-info
|
||||
%{python27_sitearch}/zope.interface-*-py*.egg-info/*
|
||||
%dir %{python27_sitearch}/zope.interface-*-py*.pth
|
||||
%dir %{python_sitearch}/zope
|
||||
%dir %{python_sitearch}/zope/interface
|
||||
%{python_sitearch}/zope/interface/*
|
||||
%dir %{python_sitearch}/zope.interface-*-py*.egg-info
|
||||
%{python_sitearch}/zope.interface-*-py*.egg-info/*
|
||||
%dir %{python_sitearch}/zope.interface-*-py*.pth
|
||||
%doc COPYRIGHT.txt LICENSE.txt
|
||||
#%doc CHANGES.txt README.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-2mamba
|
||||
- python 3.6 support
|
||||
|
||||
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user