svn commit: r406877 - in head/devel/py-virtualenv: . files
Nicola Vitale
nivit at FreeBSD.org
Thu Jan 21 20:42:54 UTC 2016
Author: nivit
Date: Thu Jan 21 20:42:52 2016
New Revision: 406877
URL: https://svnweb.freebsd.org/changeset/ports/406877
Log:
- Update to 14.0.0
Release Notes: https://virtualenv.pypa.io/en/latest/changes.html
Modified:
head/devel/py-virtualenv/Makefile
head/devel/py-virtualenv/distinfo
head/devel/py-virtualenv/files/patch-setup.py
Modified: head/devel/py-virtualenv/Makefile
==============================================================================
--- head/devel/py-virtualenv/Makefile Thu Jan 21 20:40:07 2016 (r406876)
+++ head/devel/py-virtualenv/Makefile Thu Jan 21 20:42:52 2016 (r406877)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= virtualenv
-PORTVERSION= 13.1.0
+PORTVERSION= 14.0.0
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-virtualenv/distinfo
==============================================================================
--- head/devel/py-virtualenv/distinfo Thu Jan 21 20:40:07 2016 (r406876)
+++ head/devel/py-virtualenv/distinfo Thu Jan 21 20:42:52 2016 (r406877)
@@ -1,2 +1,2 @@
-SHA256 (pypa-virtualenv-13.1.0_GH0.tar.gz) = 504e705d73251a7f248e0e88d9054a1b4baf5f276a237f8de0830fd0e1661d63
-SIZE (pypa-virtualenv-13.1.0_GH0.tar.gz) = 1705046
+SHA256 (pypa-virtualenv-14.0.0_GH0.tar.gz) = b65ed686c9248426c5ad9b7e0f821c16e5493e363f944895da19a744c5be03fb
+SIZE (pypa-virtualenv-14.0.0_GH0.tar.gz) = 1793952
Modified: head/devel/py-virtualenv/files/patch-setup.py
==============================================================================
--- head/devel/py-virtualenv/files/patch-setup.py Thu Jan 21 20:40:07 2016 (r406876)
+++ head/devel/py-virtualenv/files/patch-setup.py Thu Jan 21 20:42:52 2016 (r406877)
@@ -3,18 +3,9 @@ Date: Sun, 21 Jun 2015 14:52:38 +1000
Subject: [PATCH] Fix test command invocation causing ERROR
https://patch-diff.githubusercontent.com/raw/pypa/virtualenv/pull/773.patch
---- setup.py.orig 2015-06-02 01:37:48 UTC
+--- setup.py.orig 2016-01-21 12:49:27 UTC
+++ setup.py
-@@ -15,7 +15,7 @@ try:
-
- def initialize_options(self):
- TestCommand.initialize_options(self)
-- self.pytest_args = None
-+ self.pytest_args = []
-
- def finalize_options(self):
- TestCommand.finalize_options(self)
-@@ -32,7 +32,6 @@ try:
+@@ -31,7 +31,6 @@ try:
'entry_points': {
'console_scripts': [
'virtualenv=virtualenv:main',
More information about the svn-ports-all
mailing list