notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
py-virtualenv Tool for creating isolated Python environments
20.31.2 devel on this many watch lists=12 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20.31.2Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-01-09 10:13:18
Last Update: 2025-05-13 16:40:01
Commit Hash: cc728c5
People watching this port, also watch:: python27, libxml2, p5-CGI, freetype2, git
Also Listed In: python
License: MIT
WWW:
https://virtualenv.pypa.io
Description:
``virtualenv`` is a tool to create isolated Python environments. It creates an environment that has its own installation directories, that doesn't share libraries with other virtualenv environments (and optionally doesn't use the globally installed libraries either). Usage: virtualenv YOUR_NEW_PYTHON_ENV
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}virtualenv>0:devel/py-virtualenv@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-virtualenv/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-virtualenv
  • pkg install py311-virtualenv
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-virtualenv listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-virtualenv
Package flavors (<flavor>: <package>)
  • py311: py311-virtualenv
distinfo:
TIMESTAMP = 1747149753 SHA256 (pypa-virtualenv-20.31.2_GH0.tar.gz) = 8780e4eb18cb1c8dd045ab77f574ed53b64860ee427585e465fa341d1567bed5 SIZE (pypa-virtualenv-20.31.2_GH0.tar.gz) = 6114045

Packages (timestamps in pop-ups are UTC):
py27-virtualenv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest------16.7.5-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 

py37-virtualenv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--16.7.5---16.7.5-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
 

py39-virtualenv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--20.23.1--20.25.020.25.020.25.0
FreeBSD:14:latest--20.17.0--20.23.0-20.23.1
FreeBSD:14:quarterly-----20.25.020.25.020.25.0
FreeBSD:15:latest--n/a-n/a20.25.0_120.25.0_120.25.0_1
 

py311-virtualenv
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest20.31.220.31.2-20.31.220.31.2---
FreeBSD:13:quarterly20.29.320.31.2-20.29.320.31.2---
FreeBSD:14:latest20.31.220.31.2-20.31.220.31.2---
FreeBSD:14:quarterly20.31.220.31.2-20.29.320.31.2---
FreeBSD:15:latest20.31.220.31.2n/a20.31.2n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-distlib>=0.3.7 : devel/py-distlib@py311
  2. py311-hatch-vcs>=0.3 : devel/py-hatch-vcs@py311
  3. py311-hatchling>=1.17.1 : devel/py-hatchling@py311
  4. py311-click-default-group>=1.2.4 : devel/py-click-default-group@py311
  5. py311-filelock>=3.12.2 : sysutils/py-filelock@py311
  6. py311-furo>=2023.7.26 : textproc/py-furo@py311
  7. py311-platformdirs>3.9.1 : devel/py-platformdirs@py311
  8. py311-proselint>=0.13 : devel/py-proselint@py311
  9. py311-sphinx-argparse>=0.4 : textproc/py-sphinx-argparse@py311
  10. py311-sphinx>=5.3.0 : textproc/py-sphinx@py311
  11. py311-sphinxcontrib-towncrier>=0.3.2a0 : textproc/py-sphinxcontrib-towncrier@py311
  12. py311-towncrier>=22.12.0 : textproc/py-towncrier@py311
  13. python3.11 : lang/python311
  14. py311-build>=0 : devel/py-build@py311
  15. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. py311-covdefaults>=2.3 : devel/py-covdefaults@py311
  2. py311-coverage>=7.3.2 : devel/py-coverage@py311
  3. py311-coverage_enable_subprocess>=1.0 : devel/py-coverage_enable_subprocess@py311
  4. py311-flaky>=3.7.0 : devel/py-flaky@py311
  5. py311-packaging>=23.1 : devel/py-packaging@py311
  6. py311-pytest-env>=0.6.2 : devel/py-pytest-env@py311
  7. py311-pytest-freezer>=0.4.9 : devel/py-pytest-freezer@py311
  8. py311-pytest-mock>=3.10 : devel/py-pytest-mock@py311
  9. py311-pytest-randomly>=3.12 : devel/py-pytest-randomly@py311
  10. py311-pytest-timeout>=2.1.0 : devel/py-pytest-timeout@py311
  11. py311-setuptools-scm>=8.0.4 : devel/py-setuptools-scm@py311
  12. py311-setuptools>=63 : devel/py-setuptools@py311
  13. py311-time-machine>=2.10.0 : devel/py-time-machine@py311
  14. nu : shells/nushell
  15. py311-pytest>=7,1 : devel/py-pytest@py311
  16. python3.11 : lang/python311
Runtime dependencies:
  1. py311-distlib>=0.3.7 : devel/py-distlib@py311
  2. py311-filelock>=3.12.2 : sysutils/py-filelock@py311
  3. py311-platformdirs>=3.9.1 : devel/py-platformdirs@py311
  4. python3.11 : lang/python311
This port is required by:
for Build
  1. devel/eric6
  2. devel/nox
  3. math/py-or-tools

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/poetry*
  2. Collapse this list of deleted ports.
for Run
  1. devel/eric6
  2. devel/nox
  3. devel/py-hatch
  4. devel/py-jaraco.packaging
  5. devel/py-pdm
  6. devel/py-pew
  7. devel/py-pipenv
Expand this list (20 items / 13 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/py-poetry
  3. devel/py-pre-commit
  4. devel/py-pytest-virtualenv
  5. devel/py-riot
  6. devel/py-tox
  7. devel/py-virtualenvwrapper
  8. www/py-frappe-bench
  9. Collapse this list.

Deleted ports which required this port:

Expand this list of 6 deleted ports
  1. devel/poetry*
  2. net/ceph*
  3. net/ceph-devel*
  4. net/ceph12*
  5. net/ceph13*
  6. net/ceph14*
  7. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for py311-virtualenv-20.31.2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_py-virtualenv
USES:
cpe python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pypa/virtualenv/tar.gz/20.31.2?dummy=/
Collapse this list.

Number of commits found: 102 (showing only 2 on this page)

«  1 | 2 

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0
10 Jan 2008 13:23:18
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 1.0
0.9
09 Jan 2008 10:13:01
Original commit files touched by this commit
nivit search for other commits by this committer
``virtualenv`` is a tool to create isolated Python environments.

It creates an environment that has its own installation directories,
that doesn't share libraries with other virtualenv environments
(and optionally doesn't use the globally installed libraries either).

Usage: virtualenv YOUR_NEW_PYTHON_ENV

WWW:    http://pypi.python.org/pypi/virtualenv

Number of commits found: 102 (showing only 2 on this page)

«  1 | 2