[Python-modules-commits] [python-mnemonic] 05/09: Build Python 3 and PyPy packages.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Dec 11 10:44:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-mnemonic.

commit 80fa141620d83ae7940ddfc3b7ce9fd9c8770200
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Dec 11 11:31:57 2017 +0200

    Build Python 3 and PyPy packages.
---
 debian/changelog |  1 +
 debian/control   | 40 ++++++++++++++++++++++++++++++++++++++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 336310f..a12f636 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-mnemonic (0.18-1) unstable; urgency=medium
 
   * New upstream release.
+  * Build Python 3 and PyPy packages.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 11 Dec 2017 11:05:07 +0200
 
diff --git a/debian/control b/debian/control
index a2206c4..b45f483 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Tristan Seligmann <mithrandi at debian.org>
 Section: python
 Homepage: https://github.com/trezor/python-mnemonic
 Priority: optional
-Build-Depends: python-setuptools, python-all, debhelper (>=7), dh-python
+Build-Depends: python-setuptools, python-all, python3-setuptools, python3-all, debhelper (>=7), dh-python
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-mnemonic.git
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mnemonic.git
@@ -12,7 +12,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-mnemonic.
 Package: python-mnemonic
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
-Description: Implementation of Bitcoin BIP-0039
+Description: Implementation of Bitcoin BIP-0039 (Python 2)
  This BIP describes the implementation of a mnemonic code or mnemonic sentence.
  A group of easy to remember words for the generation of deterministic wallets.
  .
@@ -23,3 +23,39 @@ Description: Implementation of Bitcoin BIP-0039
  ==BIP paper==
  See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
  full specification.
+ .
+ This package contains the Python 2 version.
+
+Package: python3-mnemonic
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Implementation of Bitcoin BIP-0039 (Python 3)
+ This BIP describes the implementation of a mnemonic code or mnemonic sentence.
+ A group of easy to remember words for the generation of deterministic wallets.
+ .
+ It consists of two parts: generating the mnenomic, and converting it into a
+ binary seed. This seed can be later used to generate deterministic wallets
+ using BIP-0032 or similar methods.
+ .
+ ==BIP paper==
+ See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
+ full specification.
+ .
+ This package contains the Python 3 version.
+
+Package: pypy-mnemonic
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends}
+Description: Implementation of Bitcoin BIP-0039 (PyPy)
+ This BIP describes the implementation of a mnemonic code or mnemonic sentence.
+ A group of easy to remember words for the generation of deterministic wallets.
+ .
+ It consists of two parts: generating the mnenomic, and converting it into a
+ binary seed. This seed can be later used to generate deterministic wallets
+ using BIP-0032 or similar methods.
+ .
+ ==BIP paper==
+ See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for
+ full specification.
+ .
+ This package contains the PyPy version.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mnemonic.git



More information about the Python-modules-commits mailing list