mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
betamax-matchers: init at 0.2.0
This commit is contained in:
parent
e7757c47b7
commit
8443067e44
@ -1305,6 +1305,25 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
betamax-matchers = buildPythonPackage rec {
|
||||
name = "betamax-matchers-${version}";
|
||||
version = "0.2.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/b/betamax-matchers/${name}.tar.gz";
|
||||
sha256 = "13n2dy8s2jx8x8bbx684bff3444584bnmg0zhkfxhxndpy18p4is";
|
||||
};
|
||||
|
||||
buildInputs = with self; [ betamax requests_toolbelt ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/sigmavirus24/betamax_matchers;
|
||||
description = "A group of experimental matchers for Betamax";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
};
|
||||
};
|
||||
|
||||
caldavclientlibrary-asynk = buildPythonPackage rec {
|
||||
version = "asynkdev";
|
||||
name = "caldavclientlibrary-asynk-${version}";
|
||||
|
Loading…
Reference in New Issue
Block a user