[Python-modules-commits] [python-mnemonic] 08/09: Drop pypy, no pypy-pbkdf2.

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 f1406a98476f42ef50e3fc2cd33033f278bb0f1c
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Dec 11 11:56:09 2017 +0200

    Drop pypy, no pypy-pbkdf2.
---
 debian/changelog |  4 ++--
 debian/control   | 19 ++-----------------
 2 files changed, 4 insertions(+), 19 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad7b07d..beaf008 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,14 +1,14 @@
 python-mnemonic (0.18-1) unstable; urgency=medium
 
   * New upstream release.
-  * Build Python 3 and PyPy packages.
+  * Build Python package.
   * Switch to pybuild.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Mon, 11 Dec 2017 11:05:07 +0200
 
 python-mnemonic (0.15-1) unstable; urgency=medium
 
-  * new upstream version without changelog 
+  * new upstream version without changelog
 
  -- Richard Ulrich <richi at paraeasy.ch>  Mon, 05 Sep 2016 22:16:16 +0200
 
diff --git a/debian/control b/debian/control
index 8b91ae9..3920fc4 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,10 @@ Build-Depends:
  debhelper (>=7),
  dh-python,
  python-all,
+ python-pbkdf2,
  python-setuptools,
  python3-all,
+ python3-pbkdf2,
  python3-setuptools,
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/git/python-modules/packages/python-mnemonic.git
@@ -48,20 +50,3 @@ Description: Implementation of Bitcoin BIP-0039 (Python 3)
  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