~ubuntu-branches/debian/sid/pyrlp/sid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Ben Finney
  • Date: 2017-07-15 05:25:42 UTC
  • Revision ID: package-import@ubuntu.com-20170715052542-wvm6yh0gaf0k33u3
Tags: 0.5.1-1
* The “Zuhair Kutbi” release.
* Initial release.
  Closes: bug#866168.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: pyrlp
 
2
Maintainer: Ben Finney <bignose@debian.org>
 
3
Section: python
 
4
Priority: optional
 
5
Standards-Version: 4.0.0
 
6
Build-Depends:
 
7
    python3-sphinx,
 
8
    python3-setuptools,
 
9
    python3-pytest,
 
10
    python3-pytest-runner,
 
11
    python3-all,
 
12
    python-sphinx,
 
13
    python-setuptools,
 
14
    python-pytest,
 
15
    python-pytest-runner,
 
16
    python-all (>= 2.7~),
 
17
    dh-python,
 
18
    debhelper (>= 10~)
 
19
Homepage: https://github.com/ethereum/pyrlp/
 
20
VCS-Git: https://anonscm.debian.org/git/users/bignose/debian/ethereum/pkg-pyrlp.git
 
21
VCS-Browser: https://anonscm.debian.org/git/users/bignose/debian/ethereum/pkg-pyrlp.git
 
22
X-Python-Version: >= 2.7
 
23
X-Python3-Version: >= 3.3
 
24
 
 
25
Package: python3-rlp
 
26
Architecture: all
 
27
Depends:
 
28
    ${python3:Depends},
 
29
    ${misc:Depends}
 
30
Suggests:
 
31
    python-rlp-doc
 
32
Description: Recursive Length Prefix (RLP) library — Python 3
 
33
 The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
 
34
 nested arrays of binary data, and RLP is the main encoding method
 
35
 used to serialize objects in Ethereum.
 
36
 .
 
37
 This package installs the library for Python 3.
 
38
 
 
39
Package: python-rlp
 
40
Architecture: all
 
41
Depends:
 
42
    ${python:Depends},
 
43
    ${misc:Depends}
 
44
Suggests:
 
45
    python-rlp-doc
 
46
Description: Recursive Length Prefix (RLP) library — Python 2
 
47
 The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
 
48
 nested arrays of binary data, and RLP is the main encoding method
 
49
 used to serialize objects in Ethereum.
 
50
 .
 
51
 This package installs the library for Python 2.
 
52
 
 
53
Package: python-rlp-doc
 
54
Architecture: all
 
55
Section: doc
 
56
Depends:
 
57
    ${misc:Depends}
 
58
Description: Recursive Length Prefix (RLP) library — documentation
 
59
 The purpose of RLP (Recursive Length Prefix) is to encode arbitrarily
 
60
 nested arrays of binary data, and RLP is the main encoding method
 
61
 used to serialize objects in Ethereum.
 
62
 .
 
63
 This package installs the library documentation.