Skip to content

Commit

Permalink
Merge pull request #47420 from va1entin/pynacl-130
Browse files Browse the repository at this point in the history
pythonPackages.pynacl: 1.2.1 -> 1.3.0
  • Loading branch information
disassembler committed Sep 27, 2018
2 parents c8f3e0f + d019917 commit 2d15180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 55 deletions.
9 changes: 3 additions & 6 deletions pkgs/development/python-modules/pynacl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@

buildPythonPackage rec {
pname = "pynacl";
version = "1.2.1";
version = "1.3.0";

src = fetchFromGitHub {
owner = "pyca";
repo = pname;
rev = version;
sha256 = "0z9i1z4hjzmp23igyhvg131gikbrr947506lwfb3fayf0agwfv8f";
sha256 = "0ac00d5bfdmz1x428h2scq5b34llp61yhxradl94qjwz7ikqv052";
};

# set timeout to unlimited, remove deadline from tests, see https://github.com/pyca/pynacl/issues/370
patches = [ ./pynacl-no-timeout-and-deadline.patch ];

checkInputs = [ pytest hypothesis ];
propagatedBuildInputs = [ libsodium cffi six ];

Expand All @@ -22,7 +19,7 @@ buildPythonPackage rec {
checkPhase = ''
py.test
'';

meta = with stdenv.lib; {
maintainers = with maintainers; [ va1entin ];
description = "Python binding to the Networking and Cryptography (NaCl) library";
Expand Down

This file was deleted.

0 comments on commit 2d15180

Please sign in to comment.