diff options
Diffstat (limited to 'devel/py-virtualenv')
-rw-r--r-- | devel/py-virtualenv/Makefile | 5 | ||||
-rw-r--r-- | devel/py-virtualenv/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-virtualenv/Makefile b/devel/py-virtualenv/Makefile index 0b7d6be90816..5bd4d3910803 100644 --- a/devel/py-virtualenv/Makefile +++ b/devel/py-virtualenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= virtualenv -PORTVERSION= 20.34.0 +PORTVERSION= 20.35.3 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distlib>=0.3.7:devel/py-distlib@${PY_FLAVO RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distlib>=0.3.7:devel/py-distlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}filelock>=3.12.2:sysutils/py-filelock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}platformdirs>=3.9.1:devel/py-platformdirs@${PY_FLAVOR} -# tests: 321 passed, 33 skipped +# tests: 355 passed, 38 skipped, 2 deselected TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.3:devel/py-covdefaults@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage>=7.3.2:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}coverage_enable_subprocess>=1.0:devel/py-coverage_enable_subprocess@${PY_FLAVOR} \ @@ -35,6 +35,7 @@ USES= cpe python USE_GITHUB= yes GH_ACCOUNT= pypa USE_PYTHON= autoplist concurrent pep517 pytest +PYTEST_BROKEN_TESTS= test_build_c_ext.py # ERROR: Could not find a version that satisfies the requirement setuptools>=40.8.0 # Fix the LookupError: setuptools-scm was unable to detect version (build target) MAKE_ENV= SETUPTOOLS_SCM_PRETEND_VERSION="${PORTVERSION}" diff --git a/devel/py-virtualenv/distinfo b/devel/py-virtualenv/distinfo index ffe1b7840c23..9b7606e582d6 100644 --- a/devel/py-virtualenv/distinfo +++ b/devel/py-virtualenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756221581 -SHA256 (pypa-virtualenv-20.34.0_GH0.tar.gz) = 39f8865ad52a14089e1301b111bcb2ed59febf5cdb04ad90148882ba2d518e32 -SIZE (pypa-virtualenv-20.34.0_GH0.tar.gz) = 6045967 +TIMESTAMP = 1760254700 +SHA256 (pypa-virtualenv-20.35.3_GH0.tar.gz) = ea7aae2fa5525b119f6c4254f2aa786805011a911e6438c97a58be89135a110d +SIZE (pypa-virtualenv-20.35.3_GH0.tar.gz) = 6044008 |