mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
taskw: 0.8.6 -> 1.0.2
This commit is contained in:
parent
f393521630
commit
d67a792a83
1 changed files with 5 additions and 11 deletions
|
@ -10541,12 +10541,12 @@ let
|
|||
};
|
||||
|
||||
taskw = buildPythonPackage rec {
|
||||
version = "0.8.6";
|
||||
version = "1.0.2";
|
||||
name = "taskw-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
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 ];
|
||||
|
@ -10555,7 +10555,7 @@ let
|
|||
--replace '@@taskwarrior@@' '${pkgs.taskwarrior}'
|
||||
'';
|
||||
|
||||
buildInputs = with self; [ nose pkgs.taskwarrior ];
|
||||
buildInputs = with self; [ nose pkgs.taskwarrior tox ];
|
||||
propagatedBuildInputs = with self; [ six dateutil pytz ];
|
||||
|
||||
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 {
|
||||
name = "tox-1.7.2";
|
||||
name = "tox-1.8.1";
|
||||
|
||||
propagatedBuildInputs = with self; [ py virtualenv ];
|
||||
|
||||
|
@ -10710,7 +10704,7 @@ let
|
|||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/t/tox/${name}.tar.gz";
|
||||
md5 = "0d9b3acb1a9252659d753b0ae6b9b264";
|
||||
md5 = "c4423cc6512932b37e5b0d1faa87bef2";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue