mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/b2sdk: remove old version.
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> Closes: https://bugs.gentoo.org/908089
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
# This will disable the setup.py features that attempt to install missing
|
||||
# requirements using pip
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -102,7 +102,7 @@ setup(
|
||||
# your project is installed. For an analysis of "install_requires" vs pip's
|
||||
# requirements files see:
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
- 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,
|
||||
@@ -109,7 +109,7 @@ setup(
|
||||
# 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
|
||||
@@ -1,22 +0,0 @@
|
||||
# This will disable the setup.py features that attempt to install missing
|
||||
# requirements using pip
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -95,7 +95,7 @@ setup(
|
||||
# your project is installed. For an analysis of "install_requires" vs pip's
|
||||
# requirements files see:
|
||||
# https://packaging.python.org/en/latest/requirements.html
|
||||
- install_requires=requirements,
|
||||
+ # install_requires=requirements,
|
||||
|
||||
# List additional groups of dependencies here (e.g. development
|
||||
# dependencies). You can install these using the following syntax,
|
||||
@@ -111,7 +111,7 @@ setup(
|
||||
'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
|
||||
Reference in New Issue
Block a user