Fill in all missing upstream_repository fields (#10571)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Avasam
2023-08-13 17:03:33 -04:00
committed by GitHub
parent df08fcec5f
commit 22b055a147
22 changed files with 39 additions and 5 deletions

View File

@@ -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"]

View File

@@ -1 +1,2 @@
version = "1.8.*"
upstream_repository = "https://github.com/Pylons/webob"

View File

@@ -1,4 +1,5 @@
version = "4.12.*"
upstream_repository = "https://git.launchpad.net/beautifulsoup/tree"
requires = ["types-html5lib"]
partial_stub = true

View File

@@ -1,4 +1,5 @@
version = "4.21.*"
upstream_repository = "https://github.com/braintree/braintree_python"
partial_stub = true
[tool.stubtest]

View File

@@ -1,4 +1,5 @@
version = "1.15.*"
upstream_repository = "https://foss.heptapod.net/pypy/cffi"
requires = ["types-setuptools"]
[tool.stubtest]

View File

@@ -1 +1,2 @@
version = "0.6.*"
upstream_repository = "https://github.com/docopt/docopt"

View File

@@ -1,4 +1,5 @@
version = "0.20.*"
upstream_repository = "https://sourceforge.net/p/docutils/code"
partial_stub = true
[tool.stubtest]

View File

@@ -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). \

View File

@@ -1 +1,2 @@
version = "2.17.*"
# upstream_repository = closed-source

View File

@@ -1,4 +1,5 @@
version = "10.0.*"
upstream_repository = "https://github.com/xolox/python-humanfriendly"
[tool.stubtest]
stubtest_requirements = ["docutils", "mock"]

View File

@@ -1 +1,2 @@
version = "3.1.*"
upstream_repository = "https://github.com/ibmdb/python-ibmdb"

View File

@@ -1 +1,2 @@
version = "0.4.*"
upstream_repository = "https://github.com/mitsuhiko/python-inifile"

View File

@@ -1 +1,2 @@
version = "1.6.*"
upstream_repository = "https://github.com/eclipse/paho.mqtt.python"

View File

@@ -1 +1,2 @@
version = "1.7.*"
upstream_repository = "https://foss.heptapod.net/python-libs/passlib"

View File

@@ -1 +1,2 @@
version = "4.8.*"
upstream_repository = "https://github.com/pexpect/pexpect"

View File

@@ -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]

View File

@@ -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

View File

@@ -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

View File

@@ -1 +1,2 @@
version = "0.7.*"
upstream_repository = "https://bitbucket.org/xael/python-nmap"

View File

@@ -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"

View File

@@ -1 +1,2 @@
version = "1.2.*"
upstream_repository = "https://github.com/stchris/untangle"