mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
python27Packages.jug: 1.6.9 -> 2.0.0
This commit is contained in:
parent
e893358693
commit
5d9266266d
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Jug";
|
pname = "Jug";
|
||||||
version = "1.6.9";
|
version = "2.0.0";
|
||||||
buildInputs = [ nose numpy ];
|
buildInputs = [ nose numpy ];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
bottle
|
bottle
|
||||||
@ -18,13 +18,13 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0193hp8ap6caw57jdch3vw0hl5m8942lxhjdsfaxk4bfb239l5kz";
|
sha256 = "1am73pis8qrbgmpwrkja2qr0n9an6qha1k1yp87nx6iq28w5h7cv";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A Task-Based Parallelization Framework";
|
description = "A Task-Based Parallelization Framework";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
homepage = https://jug.readthedocs.io/;
|
homepage = "https://jug.readthedocs.io/";
|
||||||
maintainers = with maintainers; [ luispedro ];
|
maintainers = with maintainers; [ luispedro ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user