pkg_resources is now in types-setuptools#10681
Merged
JukkaL merged 1 commit intopython:masterfrom Jun 21, 2021
Merged
Conversation
Contributor
|
Diff from mypy_primer, showing the effect of this PR on open source code: optuna (https://github.com/optuna/optuna.git)
- docs/source/conf.py:19: note: Hint: "python3 -m pip install types-pkg_resources"
+ docs/source/conf.py:19: note: Hint: "python3 -m pip install types-setuptools"
kopf (https://github.com/nolar/kopf.git)
- kopf/_cogs/helpers/versions.py:16: note: Hint: "python3 -m pip install types-pkg_resources"
+ kopf/_cogs/helpers/versions.py:16: note: Hint: "python3 -m pip install types-setuptools"
core (https://github.com/home-assistant/core.git)
- homeassistant/util/package.py:13: note: Hint: "python3 -m pip install types-pkg_resources"
+ homeassistant/util/package.py:13: note: Hint: "python3 -m pip install types-setuptools"
streamlit (https://github.com/streamlit/streamlit.git)
- lib/streamlit/__init__.py:55:1: note: Hint: "python3 -m pip install types-pkg_resources"
+ lib/streamlit/__init__.py:55:1: note: Hint: "python3 -m pip install types-setuptools"
werkzeug (https://github.com/pallets/werkzeug.git)
- src/werkzeug/testapp.py:163: note: Hint: "python3 -m pip install types-pkg_resources"
+ src/werkzeug/testapp.py:163: note: Hint: "python3 -m pip install types-setuptools"
xarray (https://github.com/pydata/xarray.git)
- xarray/__init__.py:1: note: Hint: "python3 -m pip install types-pkg_resources"
+ xarray/__init__.py:1: note: Hint: "python3 -m pip install types-setuptools"
scrapy (https://github.com/scrapy/scrapy.git)
- scrapy/cmdline.py:6: note: Hint: "python3 -m pip install types-pkg_resources"
+ scrapy/cmdline.py:6: note: Hint: "python3 -m pip install types-setuptools"
pandas (https://github.com/pandas-dev/pandas.git)
- pandas/plotting/_core.py:1746: note: Hint: "python3 -m pip install types-pkg_resources"
+ pandas/plotting/_core.py:1746: note: Hint: "python3 -m pip install types-setuptools"
manticore (https://github.com/trailofbits/manticore.git)
- manticore/ethereum/verifier.py:9: note: Hint: "python3 -m pip install types-pkg_resources"
+ manticore/ethereum/verifier.py:9: note: Hint: "python3 -m pip install types-setuptools"
sphinx (https://github.com/sphinx-doc/sphinx.git)
- sphinx/registry.py:24:1: note: Hint: "python3 -m pip install types-pkg_resources"
+ sphinx/registry.py:24:1: note: Hint: "python3 -m pip install types-setuptools"
bidict (https://github.com/jab/bidict.git)
- bidict/metadata.py:18: note: Hint: "python3 -m pip install types-pkg_resources"
+ bidict/metadata.py:18: note: Hint: "python3 -m pip install types-setuptools"
isort (https://github.com/pycqa/isort.git)
- isort/settings.py:355: note: Hint: "python3 -m pip install types-pkg_resources"
+ isort/settings.py:355: note: Hint: "python3 -m pip install types-setuptools"
alerta (https://github.com/alerta/alerta.git)
- alerta/utils/plugin.py:6: note: Hint: "python3 -m pip install types-pkg_resources"
+ alerta/utils/plugin.py:6: note: Hint: "python3 -m pip install types-setuptools"
paroxython (https://github.com/laowantong/paroxython.git)
- paroxython/__init__.py:20: note: Hint: "python3 -m pip install types-pkg_resources"
+ paroxython/__init__.py:20: note: Hint: "python3 -m pip install types-setuptools"
pytest (https://github.com/pytest-dev/pytest.git)
- src/_pytest/monkeypatch.py:323: note: Hint: "python3 -m pip install types-pkg_resources"
+ src/_pytest/monkeypatch.py:323: note: Hint: "python3 -m pip install types-setuptools"
|
JukkaL
approved these changes
Jun 21, 2021
Collaborator
JukkaL
left a comment
There was a problem hiding this comment.
I just merged the typeshed commit that this depends on. This can be merged once types-setuptools is available on PyPI.
Collaborator
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on python/typeshed#5669