mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Release: https://pypi.org/pypi/gevent/24.2.1 Homepage: http://www.gevent.org/ Repository: https://github.com/gevent/gevent Diff: https://github.com/gevent/gevent/compare/23.9.1...24.2.1 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 4. - Total lines of Python code deleted: 4.
13 lines
515 B
TOML
13 lines
515 B
TOML
version = "24.2.*"
|
|
upstream_repository = "https://github.com/gevent/gevent"
|
|
requires = ["types-greenlet", "types-psutil"]
|
|
|
|
[tool.stubtest]
|
|
# Run stubtest on all platforms, since there is some platform specific stuff
|
|
# especially in the stdlib module replacement
|
|
platforms = ["linux", "darwin", "win32"]
|
|
# for testing the ffi loop implementations on all platforms
|
|
stubtest_requirements = ["cffi", "dnspython"]
|
|
apt_dependencies = ["libev4", "libev-dev", "libuv1", "libuv1-dev"]
|
|
brew_dependencies = ["libev", "libuv"]
|