Fix the virtualenvwrapper_lazy.sh wrapper to invoke the Python versions-specific virtualenvwrapper.sh script that the port/package was built with, preventing the following error: ERROR: virtualenvwrapper_lazy.sh: Could not find virtualenvwrapper.sh While I'm here: - Update pkg-descr WWW: URL to match setup.py:homepage - Update COMMENT to match setup.py:summary Approved by: portmgr (blanket: ports (python) compliance, run-time bugfix) MFH: 2020Q1 (blanket: ports (python) compliance, run-time bugfix)
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
virtualenvwrapper is a set of extensions to Ian Bicking's `virtualenv
|
|
<http://pypi.python.org/pypi/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.
|
|
|
|
WWW: https://virtualenvwrapper.readthedocs.io/
|