Port details |
- py-virtualenvwrapper Enhancements to virtualenv
- 4.8.4_1 devel =5 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: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: nspr, nss, p5-Net-SSLeay, libevent, libXdamage
- Also Listed In: python
- License: MIT
- WWW:
- https://virtualenvwrapper.readthedocs.io/
- 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.
- ¦ ¦ ¦ ¦
- 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}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 py39-virtualenvwrapper
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 py39-virtualenvwrapper listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-virtualenvwrapper
- Package flavors (<flavor>: <package>)
- py39: py39-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:
-
- py39-pbr>0 : devel/py-pbr@py39
- py39-sphinx>=0,1 : textproc/py-sphinx@py39
- py39-sphinxcontrib-bitbucket>=1.0 : textproc/py-sphinxcontrib-bitbucket@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-stevedore>0 : devel/py-stevedore@py39
- py39-virtualenv>0 : devel/py-virtualenv@py39
- py39-virtualenv-clone>0 : devel/py-virtualenv-clone@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py39-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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.8.4_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.8.4_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
4.8.4_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.8.4_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.8.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.8.4_1 14 Jan 2021 14:34:38 |
dbaio |
Remove PY_SPHINX from ports using Python 3
Approved by: portmgr blanket
Differential Revision: https://reviews.freebsd.org/D28093 |
4.8.4_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.8.4_1 11 May 2020 23:51:58 |
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 ) |
4.8.4 18 Mar 2020 00:55:13 |
koobs |
devel/py-virtualenvwrapper: Update to 4.8.4
Changelog:
https://virtualenvwrapper.readthedocs.io/en/latest/history.html
Approved by: nivit (maintainer, via Twitter) |
4.8.2_3 18 Mar 2020 00:45:35 |
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) |
4.8.2_2 12 Aug 2019 01:33:35 |
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 |
4.8.2_1 20 Jun 2018 17:05:44 |
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 |
4.8.2_1 29 Jan 2018 06:45:16 |
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. |
4.8.2 30 Nov 2017 15:50:34 |
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 ) |
4.8.2 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
4.8.2 15 Oct 2017 14:24:26 |
nivit |
- Update to 4.8.2
ChangeLog: http://virtualenvwrapper.readthedocs.io/en/latest/history.html#changes |
4.7.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.7.1 04 Nov 2015 09:57:30 |
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 |
4.3.2 31 Aug 2015 12:56:31 |
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) |
4.3.2 10 Aug 2015 19:59:16 |
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 |
4.3.2 31 Jan 2015 13:32:07 |
nivit |
- Update to 4.3.2
- Update WWW address |
4.3.1 27 Oct 2014 10:58:26 |
bapt |
Cleanup plist |
4.3.1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
4.3.1 24 Jul 2014 05:19:40 |
nivit |
- Update to 4.3.1
Build Log: https://redports.org/buildarchive/20140724044516-67645/ |
4.2 10 Feb 2014 09:40:55 |
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) |
3.6 30 Nov 2013 22:58:45 |
nivit |
- Remove implicit lang/python dependency
Required by: python (via mva) |
3.6 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
3.6 21 Aug 2012 21:19:56 |
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 |
3.5 30 Jun 2012 21:04:00 |
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 |
2.11.1 21 Jan 2012 14:50:54 |
nivit |
- Update to 2.11.1
- Remove nivi.interfree.it from MASTER_SITES |
2.10.1 24 Oct 2011 09:11:38 |
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 |
2.10.1 22 Oct 2011 21:18:41 |
nivit |
- Update to 2.10.1 |
2.8 28 Aug 2011 08:45:11 |
nivit |
- Update to 2.8 |
2.7.1 17 Apr 2011 22:51:19 |
nivit |
- Update to 2.7.1 |
2.7 14 Apr 2011 12:44:02 |
nivit |
- Update to 2.7 |
2.6.3 02 Mar 2011 22:47:50 |
nivit |
- Update to 2.6.3
- Add files/patch-setup.py |
2.6.1 31 Dec 2010 17:06:32 |
nivit |
- Update to 2.6.1
- Remove MD5 checksum from distinfo |
2.5.3 02 Oct 2010 15:31:32 |
nivit |
- Update to 2.5.3
- Add another download site (CHEESESHOP) |
2.5.2 19 Sep 2010 08:50:19 |
nivit |
- Update to 2.5.2
- Remove files/patch-setup.py |
2.5 11 Sep 2010 15:06:32 |
nivit |
- Update to 2.5 |
2.1.1 06 May 2010 20:37:48 |
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 |