diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/virtualenv-clone/files | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'dev-python/virtualenv-clone/files')
| -rw-r--r-- | dev-python/virtualenv-clone/files/virtualenv-clone-0.5.7-backport-pr79.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/virtualenv-clone/files/virtualenv-clone-0.5.7-backport-pr79.patch b/dev-python/virtualenv-clone/files/virtualenv-clone-0.5.7-backport-pr79.patch deleted file mode 100644 index 7ded302ed099..000000000000 --- a/dev-python/virtualenv-clone/files/virtualenv-clone-0.5.7-backport-pr79.patch +++ /dev/null @@ -1,28 +0,0 @@ -https://bugs.gentoo.org/918079 -https://github.com/edwardgeorge/virtualenv-clone/pull/79 - -From 028494ee84cf4626aab291c621b2b9ec23f8688a Mon Sep 17 00:00:00 2001 -From: matoro <matoro@users.noreply.github.com> -Date: Mon, 18 Dec 2023 18:18:17 -0500 -Subject: [PATCH] Support Python 3.11, 3.12 - ---- - .travis.yml | 2 ++ - setup.py | 2 ++ - tests/__init__.py | 2 +- - tox.ini | 2 +- - 4 files changed, 6 insertions(+), 2 deletions(-) - -diff --git a/tests/__init__.py b/tests/__init__.py -index c9a52ca..14648f4 100644 ---- a/tests/__init__.py -+++ b/tests/__init__.py -@@ -8,7 +8,7 @@ - tmplocation = tempfile.mkdtemp() - venv_path = os.path.realpath(os.path.join(tmplocation,'srs_venv')) - clone_path = os.path.realpath(os.path.join(tmplocation,'clone_venv')) --versions = ['2.7', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10'] -+versions = ['2.7', '3.4', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] - - def clean(): - if os.path.exists(tmplocation): shutil.rmtree(tmplocation) |
