mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-backup/b2: drop 3.4.0
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user