forked from pool/python-virtualenvwrapper
Accepting request 203045 from home:posophe:branches:devel:languages:python
Update OBS-URL: https://build.opensuse.org/request/show/203045 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=41
This commit is contained in:
committed by
Git OBS Bridge
parent
29039f490d
commit
c5ff6bbb57
@@ -17,16 +17,17 @@
|
||||
|
||||
|
||||
Name: python-virtualenvwrapper
|
||||
Version: 4.0
|
||||
Version: 4.1.1
|
||||
Release: 0
|
||||
Url: http://www.doughellmann.com/projects/virtualenvwrapper/
|
||||
Summary: Enhancements to virtualenv
|
||||
License: HPND
|
||||
Group: Development/Languages/Python
|
||||
Source: virtualenvwrapper-%{version}.tar.bz2
|
||||
Source: https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
BuildRequires: python-pbr
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-stevedore
|
||||
Requires: python-virtualenv
|
||||
Requires: python-virtualenv-clone
|
||||
@@ -63,6 +64,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README.txt README.ja.rst README.es.rst LICENSE announce.rst
|
||||
%{python_sitelib}/*
|
||||
%{_bindir}/virtualenvwrapper.sh
|
||||
%{_bindir}/virtualenvwrapper_lazy.sh
|
||||
|
||||
Reference in New Issue
Block a user