rebuilt with distdeps and for py3 [release 4.8.4-2mamba;Sun Oct 17 2021]

This commit is contained in:
Silvan Calarco 2024-01-05 16:51:27 +01:00
parent d526b3833d
commit d60b17d527

View File

@ -1,28 +1,30 @@
Name: python-virtualenvwrapper Name: python-virtualenvwrapper
Version: 4.8.4 Version: 4.8.4
Release: 1mamba Release: 2mamba
Summary: A set of extensions to virtualenv tool Summary: A set of extensions to virtualenv tool
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://virtualenvwrapper.readthedocs.org URL: https://virtualenvwrapper.readthedocs.io/en/latest/
Source: https://pypi.debian.net/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz Source: https://pypi.debian.net/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
License: MIT License: MIT
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel BuildRequires: libpython3-devel
BuildRequires: python3.7dist(stevedore)
BuildRequires: python3.7dist(virtualenv)
BuildRequires: python3.7dist(virtualenv-clone)
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: python-stevedore
Provides: virtualenvwrapper
Obsoletes: virtualenvwrapper
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
virtualenvwrapper is a set of extensions to virtualenv tool. virtualenvwrapper is a set of extensions to virtualenv tool.
The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies. The extensions include wrappers for creating and deleting virtual environments and otherwise managing your development workflow, making it easier to work on more than one project at a time without introducing conflicts in their dependencies.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep %prep
%setup -q -n virtualenvwrapper-%{version} %setup -q -n virtualenvwrapper-%{version}
@ -38,13 +40,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
--install-lib=%{python_sitearch} \ --install-lib=%{python_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS LICENSE ChangeLog README.txt %dir %{python_sitearch}/virtualenvwrapper-%{version}-py*.egg-info
%{python_sitearch}/virtualenvwrapper-%{version}-py*.egg-info/*
%doc AUTHORS LICENSE
%changelog %changelog
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 4.8.4-2mamba
- rebuilt with distdeps and for py3
* Mon Feb 11 2019 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba * Mon Feb 11 2019 Automatic Build System <autodist@mambasoft.it> 4.8.4-1mamba
- automatic version update by autodist - automatic version update by autodist