rebuilt with distdeps and for py3 [release 4.8.4-2mamba;Sun Oct 17 2021]
This commit is contained in:
parent
d526b3833d
commit
d60b17d527
@ -1,28 +1,30 @@
|
||||
Name: python-virtualenvwrapper
|
||||
Version: 4.8.4
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A set of extensions to virtualenv tool
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
||||
URL: http://virtualenvwrapper.readthedocs.org
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://virtualenvwrapper.readthedocs.io/en/latest/
|
||||
Source: https://pypi.debian.net/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(stevedore)
|
||||
BuildRequires: python3.7dist(virtualenv)
|
||||
BuildRequires: python3.7dist(virtualenv-clone)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
Requires: python-stevedore
|
||||
Provides: virtualenvwrapper
|
||||
Obsoletes: virtualenvwrapper
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
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.
|
||||
|
||||
%if "%{?with_pyver}"
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n virtualenvwrapper-%{version}
|
||||
|
||||
@ -38,13 +40,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--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)
|
||||
%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
|
||||
* 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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user