pythonPackages.pymacaroons-pynacl: remove unmaintained fork

This commit is contained in:
nyanloutre 2019-02-06 10:46:34 +01:00
parent d667c33cb2
commit 863e49e3ee
2 changed files with 0 additions and 26 deletions

View File

@ -1,24 +0,0 @@
{ lib, buildPythonPackage, fetchFromGitHub, pynacl, six }:
buildPythonPackage rec {
pname = "pymacaroons-pynacl";
version = "0.9.3";
src = fetchFromGitHub {
owner = "matrix-org";
repo = "pymacaroons";
rev = "v${version}";
sha256 = "0bykjk01zdndp6gjr30x46blsn0cvxa7j0zh5g8raxwaawchjhii";
};
propagatedBuildInputs = [ pynacl six ];
# Tests require an old version of hypothesis
doCheck = false;
meta = with lib; {
description = "Macaroon library for Python";
homepage = https://github.com/matrix-org/pymacaroons;
license = licenses.mit;
};
}

View File

@ -4736,8 +4736,6 @@ in {
pygccxml = callPackage ../development/python-modules/pygccxml {};
pymacaroons-pynacl = callPackage ../development/python-modules/pymacaroons-pynacl { };
pymacaroons = callPackage ../development/python-modules/pymacaroons { };
pynacl = callPackage ../development/python-modules/pynacl { };