Source: python-hexbytes
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Guilherme de Paula Xavier Segundo <guilherme.lnx@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.6.1
Homepage: https://github.com/ethereum/hexbytes
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-hexbytes
Vcs-Git: https://salsa.debian.org/python-team/packages/python-hexbytes.git
Testsuite: autopkgtest-pkg-python

Package: python3-hexbytes
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Suggests: python-hexbytes-doc
Description: Python bytes subclass decodes hex (Python 3)
 HexBytes is a very thin wrapper around the Python built-in bytes class.
 It has these three changes:
 .
 1. Accepts more initializing values, like hex strings, non-negative
    integers, and booleans
 2. Returns hex with prefix ‘0x’ from HexBytes.hex()
 3. The representation at console is in hex
 .
 This package installs the library for Python 3.

Package: python-hexbytes-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: Python bytes subclass decodes hex (common documentation)
 HexBytes is a very thin wrapper around the Python built-in bytes class.
 It has these three changes:
 .
 1. Accepts more initializing values, like hex strings, non-negative
    integers, and booleans
 2. Returns hex with prefix ‘0x’ from HexBytes.hex()
 3. The representation at console is in hex
 .
 This package installs the common documentation package.
