mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/py-virtualenv: Update to 20.24.3
Release changes: https://github.com/pypa/virtualenv/releases/tag/20.24.3
This commit is contained in:
parent
20fdeb7264
commit
6a9de254db
3 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= virtualenv
|
PORTNAME= virtualenv
|
||||||
PORTVERSION= 20.24.2
|
PORTVERSION= 20.24.3
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1690271586
|
TIMESTAMP = 1691786242
|
||||||
SHA256 (pypa-virtualenv-20.24.2_GH0.tar.gz) = 95aca30f054ceaffb8a4f5b908ef26eb07c1cc821e273f9031f6b5f9dacff4d9
|
SHA256 (pypa-virtualenv-20.24.3_GH0.tar.gz) = a59ae95f81fe237e5787be2f3868e9f1478415e5509aad5ebeb3887c9b5e01b5
|
||||||
SIZE (pypa-virtualenv-20.24.2_GH0.tar.gz) = 6386048
|
SIZE (pypa-virtualenv-20.24.3_GH0.tar.gz) = 6386225
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- pyproject.toml.orig 2023-04-19 20:00:13 UTC
|
--- pyproject.toml.orig 2023-08-11 15:47:10 UTC
|
||||||
+++ pyproject.toml
|
+++ pyproject.toml
|
||||||
@@ -96,6 +96,11 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"
|
@@ -97,6 +97,11 @@ pip = "virtualenv.seed.embed.pip_invoke:PipInvoke"
|
||||||
|
|
||||||
[tool.hatch]
|
[tool.hatch]
|
||||||
build.hooks.vcs.version-file = "src/virtualenv/version.py"
|
build.hooks.vcs.version-file = "src/virtualenv/version.py"
|
||||||
|
@ -9,6 +9,6 @@
|
||||||
+__version__ = {version!r}
|
+__version__ = {version!r}
|
||||||
+__version_tuple__ = {version_tuple!r}
|
+__version_tuple__ = {version_tuple!r}
|
||||||
+"""
|
+"""
|
||||||
build.targets.sdist.include = ["/src", "/tests", "/tox.ini"]
|
build.targets.sdist.include = ["/src", "/tests", "/tasks", "/tox.ini"]
|
||||||
version.source = "vcs"
|
version.source = "vcs"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue