Port details |
- py-virtualenvwrapper Enhancements to virtualenv
- 4.8.4_1 devel
=3 4.8.4_1Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2010-05-06 20:38:04
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- People watching this port, also watch:: p5-Net-SSLeay, nss, nspr, openjdk8, python
- Also Listed In: python
- License: MIT
- Description:
- 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/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}virtualenvwrapper>0:devel/py-virtualenvwrapper@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-virtualenvwrapper/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-virtualenvwrapper
- pkg install py38-virtualenvwrapper
NOTE: This is a Python port. Instead of py38-virtualenvwrapper listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-virtualenvwrapper
- Package flavors (<flavor>: <package>)
- py38: py38-virtualenvwrapper
- distinfo:
- TIMESTAMP = 1584492404
SHA256 (virtualenvwrapper-4.8.4.tar.gz) = 51a1a934e7ed0ff221bdd91bf9d3b604d875afbb3aa2367133503fee168f5bfa
SIZE (virtualenvwrapper-4.8.4.tar.gz) = 334920
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-pbr>0 : devel/py-pbr@py38
- py38-sphinx>=0,1 : textproc/py-sphinx@py38
- py38-sphinxcontrib-bitbucket>=1.0 : textproc/py-sphinxcontrib-bitbucket@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-stevedore>0 : devel/py-stevedore@py38
- py38-virtualenv>0 : devel/py-virtualenv@py38
- py38-virtualenv-clone>0 : devel/py-virtualenv-clone@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for py38-virtualenvwrapper-4.8.4_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_py-virtualenvwrapper
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 4.8.4_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Jan 2021 14:34:38
4.8.4_1
|
dbaio  |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
28 Dec 2020 23:02:15
4.8.4_1
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
11 May 2020 23:51:58
4.8.4_1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
18 Mar 2020 00:55:13
4.8.4
|
koobs  |
devel/py-virtualenvwrapper: Update to 4.8.4
Changelog:
https://virtualenvwrapper.readthedocs.io/en/latest/history.html
Approved by: nivit (maintainer, via Twitter) |
18 Mar 2020 00:45:35
4.8.2_3
|
koobs  |
devel/py-virtualenvwrapper: Fix virtualenvwrapper_lazy.sh wrapper
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) |
12 Aug 2019 01:33:35
4.8.2_2
|
koobs  |
devel/py-virtualenvwrapper: Allow Python 3 builds
virtualenvwrapper supports Python 3, remove unnecessary limitation on 2.7
accordingly.
A dependency (sphinxcontrib-bitbucket) Python 3 build/run error was
fixed in ports r508699, which is required by virtualenvwrapper for its
DOCS option/build.
While I'm here:
- Level up ports compliance (NO_ARCH, USES/USE order)
- Remove unecessary DOCS_VARS DOCSDIR override (concurrent does this)
- Patch virtualenvwrapper command invocations (virtualenv,
virtualenv-clone) to use Python version-specific filenames
Approved by: portmgr (blanket(s): ports compliance, python compliance)
MFH: 2019Q3 |
20 Jun 2018 17:05:44
4.8.2_1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
29 Jan 2018 06:45:16
4.8.2_1
|
araujo  |
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc. |
30 Nov 2017 15:50:34
4.8.2 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
02 Nov 2017 21:41:47
4.8.2
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
15 Oct 2017 14:24:26
4.8.2
|
nivit  |
- Update to 4.8.2
ChangeLog: http://virtualenvwrapper.readthedocs.io/en/latest/history.html#changes |
01 Apr 2016 14:00:57
4.7.1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
04 Nov 2015 09:57:30
4.7.1
|
koobs  |
devel/py-virtualenvwrapper: Update to 4.7.1
- Update PORTVERSION and distinfo checksum (4.7.1)
- Remove *_DEPENDS versions (no longer version specific upstream)
- Add support for concurrent (Python 2/3) use
- Update sphinx docs output directory
- Convert all conditionals to options helpers
Approved by: nivit (maintainer)
Differential Revision: https://reviews.freebsd.org/D3539 |
31 Aug 2015 12:56:31
4.3.2
|
koobs  |
devel/py-virtualenvwrapper: Unmark BROKEN
- Unmark BROKEN port after pbr update [1]
- Patch conf.py as sphinx renamed the 'default' theme, which caused the
following error:
sphinx.errors.SphinxWarning: WARNING: 'default' html theme has been
renamed to 'classic'. Please change your html_theme setting either to
the new 'alabaster' default theme, or to 'classic' to keep using the
old default.
- Update pkg-plist accordingly
While I'm here:
- Add LICENSE_FILE
- Sort USE_PYTHON values
[1] https://svnweb.freebsd.org/changeset/ports/395669
Approved by: portmgr (blanket) |
10 Aug 2015 19:59:16
4.3.2
|
amdmi3  |
- Mark BROKEN: does not build:
...
File "/usr/local/lib/python2.7/site-packages/pbr/builddoc.py", line 133, in
_sphinx_run
sphinx_config.init_values()
TypeError: init_values() takes exactly 2 arguments (1 given)
Reported by: pkg-fallout
Approved by: portmgr blanket |
31 Jan 2015 13:32:07
4.3.2
|
nivit  |
- Update to 4.3.2
- Update WWW address |
27 Oct 2014 10:58:26
4.3.1
|
bapt  |
Cleanup plist |
20 Oct 2014 16:04:14
4.3.1
|
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
24 Jul 2014 05:19:40
4.3.1
|
nivit  |
- Update to 4.3.1
Build Log: https://redports.org/buildarchive/20140724044516-67645/ |
10 Feb 2014 09:40:55
4.2
|
koobs  |
devel/py-virtualenvwrapper: Update to 4.2 & modernise
- Update to 4.2, update pkg-plist
- Enable STAGE support
- Enable AUTOPLIST, update pkg-plist
- Remove indefinite article from COMMENT and update
- Add LICENSE (MIT)
- Add new BUILD_DEPENDS (pbr)
- Use OPTIONS helpers for DOCS_BUILD_DEPENDS
- Deprecate easy_install target
- Deprecate OPTIONSFILE override
- Deprecate Python 3.2+ .py[co] hacks
- Use *PYTHON_*PKGNAMEPREFIX for sphinxcontrib-bitbucket
- Makefile: Whitespace alignment & sort sections
- Remove unecessary setup.py patch
Changes: http://virtualenvwrapper.readthedocs.org/en/latest/history.html
Approved by: maintainer (via email) |
30 Nov 2013 22:58:45
3.6
|
nivit  |
- Remove implicit lang/python dependency
Required by: python (via mva) |
20 Sep 2013 17:13:47
3.6
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
21 Aug 2012 21:19:56
3.6
|
nivit  |
- Update to 3.6
- Add devel/py-stevedore to RUN_DEPENDS
- Use devel/py-sphinx and textproc/py-sphinxcontrib-bitbucket
to build DOCS
- Remove Author: field and the blank after WWW: from pkg-descr
ReleaseHistory: http://goo.gl/AYHv8
BuildLog: http://goo.gl/acOhy |
30 Jun 2012 21:04:00
3.5
|
nivit  |
- Update to 3.5
- Add add-plist-post target to fix pkg-plist when Python
version is >= 3.2
- Add devel/py-virtualenv-clone to RUN_DEPENDS
- Convert to the new options framework
- Remove http://www.doughellmann.com/* from MASTER_SITES |
21 Jan 2012 14:50:54
2.11.1
|
nivit  |
- Update to 2.11.1
- Remove nivi.interfree.it from MASTER_SITES |
24 Oct 2011 09:11:38
2.10.1
|
dougb  |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
22 Oct 2011 21:18:41
2.10.1
|
nivit  |
- Update to 2.10.1 |
28 Aug 2011 08:45:11
2.8
|
nivit  |
- Update to 2.8 |
17 Apr 2011 22:51:19
2.7.1
|
nivit  |
- Update to 2.7.1 |
14 Apr 2011 12:44:02
2.7
|
nivit  |
- Update to 2.7 |
02 Mar 2011 22:47:50
2.6.3
|
nivit  |
- Update to 2.6.3
- Add files/patch-setup.py |
31 Dec 2010 17:06:32
2.6.1
|
nivit  |
- Update to 2.6.1
- Remove MD5 checksum from distinfo |
02 Oct 2010 15:31:32
2.5.3
|
nivit  |
- Update to 2.5.3
- Add another download site (CHEESESHOP) |
19 Sep 2010 08:50:19
2.5.2
|
nivit  |
- Update to 2.5.2
- Remove files/patch-setup.py |
11 Sep 2010 15:06:32
2.5
|
nivit  |
- Update to 2.5 |
06 May 2010 20:37:48
2.1.1
|
nivit  |
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: http://www.doughellmann.com/projects/virtualenvwrapper/
Author: Doug Hellmann |