- Update to version 3.2:
* Make project_dir a local variable so that cdproject does not
interfere with other variables the user might have set.
* Fix typo in documentation reported by Nick Martin.
* Change trove classifier for license "MIT" to reflect the license
text presented in the documentation. This does not indicate a change
in the license, just a correction to the expression of that intent.
* Extend rmvirtualenv to allow removing more than one environment at a time
* Change the definition of virtualenvwrapper_get_site_packages_dir
to ask distutils for the site-packages directory instead of trying to
build the path ourselves in the shell script.
- Use upstream URL
- Macro simplification
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtualenvwrapper?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
b6ef60433e
commit
ef1aa5680e
@@ -11,13 +11,10 @@
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
#
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
Name: python-virtualenvwrapper
|
||||
Version: 3.2
|
||||
Release: 0
|
||||
@@ -25,17 +22,16 @@ Url: http://www.doughellmann.com/projects/virtualenvwrapper/
|
||||
Summary: Enhancements to virtualenv
|
||||
License: BSD-2-Clause
|
||||
Group: Development/Languages/Python
|
||||
Source: virtualenvwrapper-%{version}.tar.bz2
|
||||
Source: http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-distribute
|
||||
Requires: python-virtualenv
|
||||
%if 0%{?suse_version}
|
||||
%py_requires
|
||||
%if 0%{?suse_version} > 1110
|
||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
%else
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv
|
||||
|
||||
Reference in New Issue
Block a user