mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
pkg_resources is part of setuptools (#5669)
This commit is contained in:
@@ -1 +0,0 @@
|
||||
version = "0.1"
|
||||
28
stubs/setuptools/@tests/stubtest_allowlist.txt
Normal file
28
stubs/setuptools/@tests/stubtest_allowlist.txt
Normal file
@@ -0,0 +1,28 @@
|
||||
pkg_resources.Distribution.__cmp__
|
||||
pkg_resources.Distribution.activate
|
||||
pkg_resources.Distribution.get_entry_map
|
||||
pkg_resources.EggMetadata.__init__
|
||||
pkg_resources.EggProvider.__init__
|
||||
pkg_resources.Environment.best_match
|
||||
pkg_resources.Environment.obtain
|
||||
pkg_resources.FileMetadata.__init__
|
||||
pkg_resources.IMetadataProvider.get_metadata
|
||||
pkg_resources.IMetadataProvider.get_metadata_lines
|
||||
pkg_resources.IMetadataProvider.has_metadata
|
||||
pkg_resources.IMetadataProvider.metadata_isdir
|
||||
pkg_resources.IMetadataProvider.metadata_listdir
|
||||
pkg_resources.IMetadataProvider.run_script
|
||||
pkg_resources.IResourceManager
|
||||
pkg_resources.NullProvider.__init__
|
||||
pkg_resources.Requirement.__init__
|
||||
pkg_resources.WorkingSet.find_plugins
|
||||
pkg_resources.WorkingSet.resolve
|
||||
pkg_resources.WorkingSet.subscribe
|
||||
pkg_resources.ZipProvider.__init__
|
||||
pkg_resources.declare_namespace
|
||||
pkg_resources.fixup_namespace_packages
|
||||
pkg_resources.get_entry_map
|
||||
pkg_resources.get_provider
|
||||
pkg_resources.py31compat
|
||||
pkg_resources.split_sections
|
||||
pkg_resources.to_filename
|
||||
1
stubs/setuptools/METADATA.toml
Normal file
1
stubs/setuptools/METADATA.toml
Normal file
@@ -0,0 +1 @@
|
||||
version = "57.0"
|
||||
@@ -16,7 +16,6 @@ EXCLUDE_LIST = [
|
||||
"Flask", # fails when stubtest tries to stringify some object
|
||||
"pyaudio", # install failure locally
|
||||
"backports", # errors on python version
|
||||
"pkg_resources", # ???
|
||||
"six", # ???
|
||||
"aiofiles", # easily fixable, some platform specific difference between local and ci
|
||||
"pycurl" # install failure, missing libcurl
|
||||
|
||||
Reference in New Issue
Block a user