app-backup/b2: drop 3.4.0

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
Wolfgang E. Sanyer
2024-04-02 22:29:15 -04:00
parent 15e6258dd3
commit 330c9f354c
4 changed files with 0 additions and 102 deletions

View File

@@ -1,23 +0,0 @@
# These configurations attempt to install missing dependencies using pip, which
# violates the network sandbox. Instead, we'll manage the dependencies in
# portage.
--- a/setup.py
+++ b/setup.py
@@ -103,7 +103,7 @@ setup(
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
dependency_links=[],
- install_requires=requirements,
+ # install_requires=requirements,
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
@@ -116,7 +116,7 @@ setup(
'sphinxcontrib-plantuml', 'sadisplay'
],
},
- setup_requires=['setuptools_scm<6.0'], # setuptools_scm>=6.0 doesn't support Python 3.5
+ # setup_requires=['setuptools_scm<6.0'], # setuptools_scm>=6.0 doesn't support Python 3.5
use_scm_version=True,
# If there are data files included in your packages that need to be

View File

@@ -1,24 +0,0 @@
# These configurations attempt to install missing dependencies using pip, which
# violates the network sandbox. Instead, we'll manage the dependencies in
# portage.
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setup(
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
dependency_links=[],
- install_requires=read_requirements(),
+ # install_requires=read_requirements(),
# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
@@ -110,7 +110,7 @@ setup(
# dependencies). You can install these using the following syntax,
# for example:
# $ pip install -e .[dev,test]
extras_require={'doc': read_requirements('doc')},
- setup_requires=['setuptools_scm<6.0'],
+ # setup_requires=['setuptools_scm<6.0'],
use_scm_version=True,
# If there are data files included in your packages that need to be