rebuilt with -py3 subpackage [release 1.5-2mamba;Mon Dec 21 2020]
This commit is contained in:
parent
ae348d413a
commit
ccb6e6e545
@ -1,13 +1,13 @@
|
|||||||
Name: python-apipkg
|
Name: python-apipkg
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A namespace control and lazy-import mechanism for Python
|
Summary: A namespace control and lazy-import mechanism for Python
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||||
URL: http://bitbucket.org/hpk42/apipkg
|
URL: http://bitbucket.org/hpk42/apipkg
|
||||||
Source: https://pypi.python.org/packages/source/a/apipkg/apipkg-%{version}.tar.gz
|
Source: https://pypi.debian.net/apipkg/apipkg-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
@ -20,6 +20,10 @@ BuildArch: noarch
|
|||||||
With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users.
|
With apipkg you can control the exported namespace of a python package and greatly reduce the number of imports for your users.
|
||||||
It is a small pure python module that works on virtually all Python versions.
|
It is a small pure python module that works on virtually all Python versions.
|
||||||
|
|
||||||
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n apipkg-%{version}
|
%setup -q -n apipkg-%{version}
|
||||||
|
|
||||||
@ -41,11 +45,14 @@ sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGELOG
|
%doc CHANGELOG
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 21 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5-2mamba
|
||||||
|
- rebuilt with -py3 subpackage
|
||||||
|
|
||||||
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
* Fri Sep 28 2018 Automatic Build System <autodist@mambasoft.it> 1.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user