diff --git a/stubs/Deprecated/METADATA.toml b/stubs/Deprecated/METADATA.toml index 43db3066d9b7..e5fbb122e82f 100644 --- a/stubs/Deprecated/METADATA.toml +++ b/stubs/Deprecated/METADATA.toml @@ -1,3 +1,2 @@ version = "~=1.3.1" upstream-repository = "https://github.com/laurent-laporte-pro/deprecated" -dependencies = [] diff --git a/stubs/Flask-SocketIO/METADATA.toml b/stubs/Flask-SocketIO/METADATA.toml index ef14c192a276..13115c99f63b 100644 --- a/stubs/Flask-SocketIO/METADATA.toml +++ b/stubs/Flask-SocketIO/METADATA.toml @@ -1,3 +1,3 @@ version = "5.6.*" -dependencies = ["Flask>=0.9"] upstream-repository = "https://github.com/miguelgrinberg/flask-socketio" +dependencies = ["Flask>=0.9"] diff --git a/stubs/Pygments/METADATA.toml b/stubs/Pygments/METADATA.toml index 41f7ee57a067..1768af3414c0 100644 --- a/stubs/Pygments/METADATA.toml +++ b/stubs/Pygments/METADATA.toml @@ -1,6 +1,6 @@ version = "2.20.*" upstream-repository = "https://github.com/pygments/pygments" -dependencies = ["types-docutils"] +optional-dependencies = ["types-docutils"] partial-stub = true [tool.stubtest] diff --git a/stubs/bleach/METADATA.toml b/stubs/bleach/METADATA.toml index 155a221bcd9d..f43ce83e8f47 100644 --- a/stubs/bleach/METADATA.toml +++ b/stubs/bleach/METADATA.toml @@ -1,6 +1,6 @@ version = "6.4.*" -dependencies = ["types-html5lib"] upstream-repository = "https://github.com/mozilla/bleach" +dependencies = ["types-html5lib"] [tool.stubtest] extras = ["css"] diff --git a/stubs/click-log/METADATA.toml b/stubs/click-log/METADATA.toml index b0192b0669d0..af9b07a4091b 100644 --- a/stubs/click-log/METADATA.toml +++ b/stubs/click-log/METADATA.toml @@ -1,3 +1,3 @@ version = "0.4.*" -dependencies = ["click>=8.0.0"] upstream-repository = "https://github.com/click-contrib/click-log" +dependencies = ["click>=8.0.0"] diff --git a/stubs/click-web/METADATA.toml b/stubs/click-web/METADATA.toml index a0ef4e108b51..b155c1e542e9 100644 --- a/stubs/click-web/METADATA.toml +++ b/stubs/click-web/METADATA.toml @@ -1,3 +1,3 @@ version = "0.8.*" -dependencies = ["click>=8.0.0", "Flask>=2.3.2"] upstream-repository = "https://github.com/fredrik-corneliusson/click-web" +dependencies = ["click>=8.0.0", "Flask>=2.3.2"] diff --git a/stubs/docker/METADATA.toml b/stubs/docker/METADATA.toml index 3aedabd37987..70bcc93efcaa 100644 --- a/stubs/docker/METADATA.toml +++ b/stubs/docker/METADATA.toml @@ -1,3 +1,4 @@ version = "7.2.*" upstream-repository = "https://github.com/docker/docker-py" -dependencies = ["types-paramiko", "types-requests", "urllib3>=2"] +dependencies = ["types-requests", "urllib3>=2"] +optional-dependencies = ["types-paramiko"] diff --git a/stubs/geopandas/METADATA.toml b/stubs/geopandas/METADATA.toml index 35e3c34d4ae4..653120efd9b8 100644 --- a/stubs/geopandas/METADATA.toml +++ b/stubs/geopandas/METADATA.toml @@ -1,7 +1,7 @@ -# Requires a version of numpy with a `py.typed` file version = "1.1.4" -dependencies = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"] upstream-repository = "https://github.com/geopandas/geopandas" +# Requires a version of numpy with a `py.typed` file +dependencies = ["numpy>=1.20", "pandas-stubs", "types-shapely", "pyproj"] [tool.stubtest] # libproj-dev and proj-bin are required to build pyproj if wheels for the diff --git a/stubs/gunicorn/METADATA.toml b/stubs/gunicorn/METADATA.toml index 3e4de3113f9f..3725c9c6add0 100644 --- a/stubs/gunicorn/METADATA.toml +++ b/stubs/gunicorn/METADATA.toml @@ -1,6 +1,6 @@ version = "26.0.0" upstream-repository = "https://github.com/benoitc/gunicorn" -dependencies = ["types-gevent"] +optional-dependencies = ["types-gevent"] [tool.stubtest] supported-platforms = ["linux", "darwin"] diff --git a/stubs/hnswlib/METADATA.toml b/stubs/hnswlib/METADATA.toml index f9dfc34c413b..8ca00c301f74 100644 --- a/stubs/hnswlib/METADATA.toml +++ b/stubs/hnswlib/METADATA.toml @@ -1,4 +1,4 @@ version = "0.8.*" +upstream-repository = "https://github.com/nmslib/hnswlib" # Requires a version of numpy with a `py.typed` file dependencies = ["numpy>=1.21"] -upstream-repository = "https://github.com/nmslib/hnswlib" diff --git a/stubs/pony/METADATA.toml b/stubs/pony/METADATA.toml index a5975306faa8..517628fd01cf 100644 --- a/stubs/pony/METADATA.toml +++ b/stubs/pony/METADATA.toml @@ -1,3 +1,3 @@ version = "0.7.*" upstream-repository = "https://github.com/ponyorm/pony" -dependencies = ["types-psycopg2", "types-PyMySQL"] +optional-dependencies = ["types-psycopg2", "types-PyMySQL"] diff --git a/stubs/pyogrio/METADATA.toml b/stubs/pyogrio/METADATA.toml index 1e79131a702c..a5b8927e9444 100644 --- a/stubs/pyogrio/METADATA.toml +++ b/stubs/pyogrio/METADATA.toml @@ -1,4 +1,5 @@ version = "0.13.*" -# Requires a version of numpy with a `py.typed` file -dependencies = ["numpy>=1.20", "types-geopandas"] upstream-repository = "https://github.com/geopandas/pyogrio" +# Requires a version of numpy with a `py.typed` file +dependencies = ["numpy>=1.20"] +optional-dependencies = ["types-geopandas"] diff --git a/stubs/seaborn/METADATA.toml b/stubs/seaborn/METADATA.toml index 58706ffb3aa3..960160f52d9c 100644 --- a/stubs/seaborn/METADATA.toml +++ b/stubs/seaborn/METADATA.toml @@ -1,4 +1,4 @@ version = "0.13.2" +upstream-repository = "https://github.com/mwaskom/seaborn" # Requires a version of numpy and matplotlib with a `py.typed` file dependencies = ["matplotlib>=3.8", "numpy>=1.20", "pandas-stubs"] -upstream-repository = "https://github.com/mwaskom/seaborn" diff --git a/stubs/shapely/METADATA.toml b/stubs/shapely/METADATA.toml index 3d6e72d54ecf..326a70f2733c 100644 --- a/stubs/shapely/METADATA.toml +++ b/stubs/shapely/METADATA.toml @@ -1,4 +1,4 @@ version = "2.1.*" +upstream-repository = "https://github.com/shapely/shapely" # Requires a version of numpy with a `py.typed` file dependencies = ["numpy>=1.20"] -upstream-repository = "https://github.com/shapely/shapely" diff --git a/stubs/tqdm/METADATA.toml b/stubs/tqdm/METADATA.toml index 246d120917bb..34b93715c101 100644 --- a/stubs/tqdm/METADATA.toml +++ b/stubs/tqdm/METADATA.toml @@ -1,6 +1,6 @@ version = "4.69.*" upstream-repository = "https://github.com/tqdm/tqdm" -dependencies = ["types-requests"] +optional-dependencies = ["types-requests"] [tool.stubtest] extras = ["slack", "telegram"]