mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Fill in all missing upstream_repository fields (#10571)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
version = "0.5.*"
|
||||
upstream_repository = "https://github.com/spatialaudio/jackclient-python"
|
||||
# Requires a version of numpy with a `py.typed` file
|
||||
requires = ["numpy>=1.20", "types-cffi"]
|
||||
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "1.8.*"
|
||||
upstream_repository = "https://github.com/Pylons/webob"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
version = "4.12.*"
|
||||
upstream_repository = "https://git.launchpad.net/beautifulsoup/tree"
|
||||
requires = ["types-html5lib"]
|
||||
partial_stub = true
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
version = "4.21.*"
|
||||
upstream_repository = "https://github.com/braintree/braintree_python"
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
version = "1.15.*"
|
||||
upstream_repository = "https://foss.heptapod.net/pypy/cffi"
|
||||
requires = ["types-setuptools"]
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "0.6.*"
|
||||
upstream_repository = "https://github.com/docopt/docopt"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
version = "0.20.*"
|
||||
upstream_repository = "https://sourceforge.net/p/docutils/code"
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
version = "12.1.*"
|
||||
# This is the official web portal for GDB,
|
||||
# see https://sourceware.org/gdb/current/ for other ways of obtaining the source code.
|
||||
upstream_repository = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=tree"
|
||||
extra_description = """\
|
||||
Type hints for GDB's \
|
||||
[Python API](https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html). \
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "2.17.*"
|
||||
# upstream_repository = closed-source
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
version = "10.0.*"
|
||||
upstream_repository = "https://github.com/xolox/python-humanfriendly"
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_requirements = ["docutils", "mock"]
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "3.1.*"
|
||||
upstream_repository = "https://github.com/ibmdb/python-ibmdb"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "0.4.*"
|
||||
upstream_repository = "https://github.com/mitsuhiko/python-inifile"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "1.6.*"
|
||||
upstream_repository = "https://github.com/eclipse/paho.mqtt.python"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "1.7.*"
|
||||
upstream_repository = "https://foss.heptapod.net/python-libs/passlib"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "4.8.*"
|
||||
upstream_repository = "https://github.com/pexpect/pexpect"
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
version = "4.24.*"
|
||||
extra_description = "Generated with aid from mypy-protobuf v3.4.0"
|
||||
upstream_repository = "https://github.com/protocolbuffers/protobuf"
|
||||
extra_description = "Generated with aid from [mypy-protobuf](https://github.com/nipunn1313/mypy-protobuf) v3.4.0"
|
||||
partial_stub = true
|
||||
|
||||
[tool.stubtest]
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
version = "0.2.*"
|
||||
# There is no web portal for the source, this is the official source link:
|
||||
# upstream_repository = "https://people.csail.mit.edu/hubert/pyaudio/#sources"
|
||||
|
||||
[tool.stubtest]
|
||||
# linux and win32 are equivalent
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
version = "7.45.2"
|
||||
upstream_repository = "https://github.com/pycurl/pycurl"
|
||||
|
||||
[tool.stubtest]
|
||||
# Install on Windows requires building PycURL from source
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "0.7.*"
|
||||
upstream_repository = "https://bitbucket.org/xael/python-nmap"
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
version = "2023.3"
|
||||
# This is a mirror of https://git.launchpad.net/pytz/tree, see https://pythonhosted.org/pytz/#latest-versions
|
||||
upstream_repository = "https://github.com/stub42/pytz"
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
version = "1.2.*"
|
||||
upstream_repository = "https://github.com/stchris/untangle"
|
||||
|
||||
Reference in New Issue
Block a user