upgrade python-fedora, taskw
(cherry picked from commit 5384c08ea6d429bb25bef86a4730dd6e21bf5d65) Signed-off-by: Domen Kožar <domen@dev.si>
This commit is contained in:
parent
ac613f0748
commit
b65c5875e9
|
@ -11058,12 +11058,13 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
python_fedora = buildPythonPackage (rec {
|
python_fedora = buildPythonPackage (rec {
|
||||||
name = "python-fedora-0.3.33";
|
version = "0.5.5";
|
||||||
|
name = "python-fedora-${version}";
|
||||||
meta.maintainers = with maintainers; [ mornfall ];
|
meta.maintainers = with maintainers; [ mornfall ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://fedorahosted.org/releases/p/y/python-fedora/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/p/python-fedora/${name}.tar.gz";
|
||||||
sha256 = "1g05bh7d5d0gzrlnhpnca7jpqbgs2rgnlzzbvzzxmdbmlkqi3mws";
|
sha256 = "15m8lvbb5q4rg508i4ah8my872qrq5xjwgcgca4d3kzjv2x6fhim";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = with self; [ kitchen requests bunch paver ];
|
propagatedBuildInputs = with self; [ kitchen requests bunch paver ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
@ -13674,12 +13675,12 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
taskw = buildPythonPackage rec {
|
taskw = buildPythonPackage rec {
|
||||||
version = "1.0.2";
|
version = "1.0.3";
|
||||||
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 = "0wa2hwplss2r56jrwib6j9sxxm02dz78878975jk9fj10p84w5kr";
|
sha256 = "1fa7bv5996ppfbryv02lpnlhk5dra63lhlwrb1i4ifqbziqfqh5n";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ../development/python-modules/taskw/use-template-for-taskwarrior-install-path.patch ];
|
patches = [ ../development/python-modules/taskw/use-template-for-taskwarrior-install-path.patch ];
|
||||||
|
@ -13688,6 +13689,9 @@ let
|
||||||
--replace '@@taskwarrior@@' '${pkgs.taskwarrior}'
|
--replace '@@taskwarrior@@' '${pkgs.taskwarrior}'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# https://github.com/ralphbean/taskw/issues/98
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
buildInputs = with self; [ nose pkgs.taskwarrior tox ];
|
buildInputs = with self; [ nose pkgs.taskwarrior tox ];
|
||||||
propagatedBuildInputs = with self; [ six dateutil pytz ];
|
propagatedBuildInputs = with self; [ six dateutil pytz ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue