1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: python-eth-typing
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Manuel Guerra <ar.manuelguerra@gmail.com>,
Soren Stoutner <soren@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
libjs-jquery,
python3-all,
python3-setuptools
Build-Depends-Indep: dh-sequence-sphinxdoc <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
python3-typing-extensions <!nodoc>,
sphinx-common <!nodoc>,
python3-pytest <!nocheck>
Homepage: https://github.com/ethereum/eth-typing
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-eth-typing
Vcs-Git: https://salsa.debian.org/python-team/packages/python-eth-typing.git
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2
Package: python3-eth-typing
Architecture: all
Multi-Arch: foreign
Depends: ${python3:Depends},
${misc:Depends},
${sphinxdoc:Depends},
python3-typing-extensions
Built-Using: ${sphinxdoc:Built-Using}
Description: Common type annotations for Ethereum Python packages
This package provides common type annotations for Ethereum Python packages.
It includes types for ABIs, addresses, hashes, and other common Ethereum
data structures.
|