taskw: 0.8.6 -> 1.0.2
This commit is contained in:
parent
f393521630
commit
d67a792a83
@ -10541,12 +10541,12 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
taskw = buildPythonPackage rec {
|
taskw = buildPythonPackage rec {
|
||||||
version = "0.8.6";
|
version = "1.0.2";
|
||||||
name = "taskw-${version}";
|
name = "taskw-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/t/taskw/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/t/taskw/${name}.tar.gz";
|
||||||
sha256 = "341a165a1c2ef94fb1c2a49a785357377f04a0d55cabe9563179849497e47146";
|
sha256 = "0wa2hwplss2r56jrwib6j9sxxm02dz78878975jk9fj10p84w5kr";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ../development/python-modules/taskw/use-template-for-taskwarrior-install-path.patch ];
|
patches = [ ../development/python-modules/taskw/use-template-for-taskwarrior-install-path.patch ];
|
||||||
@ -10555,7 +10555,7 @@ let
|
|||||||
--replace '@@taskwarrior@@' '${pkgs.taskwarrior}'
|
--replace '@@taskwarrior@@' '${pkgs.taskwarrior}'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = with self; [ nose pkgs.taskwarrior ];
|
buildInputs = with self; [ nose pkgs.taskwarrior tox ];
|
||||||
propagatedBuildInputs = with self; [ six dateutil pytz ];
|
propagatedBuildInputs = with self; [ six dateutil pytz ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
@ -10695,14 +10695,8 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO
|
|
||||||
# Installs correctly but fails tests that involve simple things like:
|
|
||||||
# cmd.run("tox", "-h")
|
|
||||||
# also, buildPythonPackage needs to supply the tox.ini correctly for projects that use tox for their tests
|
|
||||||
#
|
|
||||||
|
|
||||||
tox = buildPythonPackage rec {
|
tox = buildPythonPackage rec {
|
||||||
name = "tox-1.7.2";
|
name = "tox-1.8.1";
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [ py virtualenv ];
|
propagatedBuildInputs = with self; [ py virtualenv ];
|
||||||
|
|
||||||
@ -10710,7 +10704,7 @@ let
|
|||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/t/tox/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/t/tox/${name}.tar.gz";
|
||||||
md5 = "0d9b3acb1a9252659d753b0ae6b9b264";
|
md5 = "c4423cc6512932b37e5b0d1faa87bef2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user