GNU bug report logs -
#31958
[PATCH] gnu: Add python-pyblake2.
Previous Next
Reported by: Vagrant Cascadian <vagrant <at> debian.org>
Date: Sun, 24 Jun 2018 20:07:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Add new package definition for python-pyblake2, needed to upgrade
python-trezor to recent versions.
live well,
vagrant
[0001-gnu-Add-python-pyblake2.patch (text/x-diff, inline)]
From 4d44cd29429d876b69f532b38be563cb911b8125 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant <at> debian.org>
Date: Sun, 24 Jun 2018 19:31:19 +0000
Subject: [PATCH] gnu: Add python-pyblake2.
* gnu/packages/libusb.scm (python-pyblake2): New variable.
---
gnu/packages/python.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 08894239c..bc4b7abcd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13369,6 +13369,25 @@ working with iterables.")
(description "Lexer and codec to work with LaTeX code in Python.")
(license license:expat)))
+(define-public python-pyblake2
+ (package
+ (name "python-pyblake2")
+ (version "1.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pyblake2" version))
+ (sha256
+ (base32
+ "0gz9hgznv5zw4qjq43xa56y0yikimx30gffvibxzm0nv5sq7xk2w"))))
+ (build-system python-build-system)
+ (home-page "https://github.com/dchest/pyblake2")
+ (synopsis
+ "BLAKE2 hash function extension module")
+ (description
+ "BLAKE2 hash function extension module")
+ (license license:cc0)))
+
(define-public python-pybtex
(package
(name "python-pybtex")
--
2.11.0
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 6 years and 327 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.