Source: pyrlp
Maintainer: Ben Finney <bignose@debian.org>
Section: python
Priority: optional
Build-Depends:
    python3-sphinx,
    python3-setuptools,
    python3-pytest,
    python3-pytest-runner,
    python3-all,
    dh-python,
    debhelper-compat (= 13)
Standards-Version: 4.6.2
Homepage: https://github.com/ethereum/pyrlp/
VCS-Git: https://salsa.debian.org/bignose/pkg-pyrlp.git
VCS-Browser: https://salsa.debian.org/bignose/pkg-pyrlp/
Rules-Requires-Root: no

Package: python3-rlp
Architecture: all
Depends:
    ${python3:Depends},
    ${misc:Depends}
Suggests:
    python-rlp-doc
Description: Recursive Length Prefix (RLP) library — Python 3
 The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
 nested arrays of binary data, and RLP is the main encoding method
 used to serialize objects in Ethereum.
 .
 This package installs the library for Python 3.

Package: python-rlp-doc
Architecture: all
Section: doc
Depends:
    ${sphinxdoc:Depends},
    ${misc:Depends}
Description: Recursive Length Prefix (RLP) library — documentation
 The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
 nested arrays of binary data, and RLP is the main encoding method
 used to serialize objects in Ethereum.
 .
 This package installs the library documentation.
