mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 17:40:40 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
301 B
Text
6 lines
301 B
Text
virtualenv is a tool to create isolated Python environments. Unfortunately, it
|
|
does not expose a native Python API. This package aims to provide an API in the
|
|
form of a wrapper around virtualenv.
|
|
|
|
It can be used to create and delete environments and perform package management
|
|
inside the environment.
|