pythonPackages.scales: init at 1.0.9
This commit is contained in:
parent
3ec7b1fbec
commit
d7d85186a7
@ -22763,6 +22763,28 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
scales = buildPythonPackage rec {
|
||||
name = "scales-${version}";
|
||||
version = "1.0.9";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/s/scales/${name}.tar.gz";
|
||||
sha256 = "8b6930f7d4bf115192290b44c757af5e254e3fcfcb75ff9a51f5c96a404e2753";
|
||||
};
|
||||
|
||||
buildInputs = with self; optionals doCheck [ nose ];
|
||||
# No tests included
|
||||
doCheck = false;
|
||||
|
||||
propagatedBuildInputs = with self; [ six ];
|
||||
|
||||
meta = {
|
||||
description = "Stats for Python processes";
|
||||
homepage = https://www.github.com/Cue/scales;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
};
|
||||
|
||||
secp256k1 = buildPythonPackage rec {
|
||||
name = "secp256k1-${version}";
|
||||
version = "0.12.1";
|
||||
|
Loading…
x
Reference in New Issue
Block a user