mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
commit
9e3c030440
@ -10414,6 +10414,25 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pymetar = buildPythonPackage rec {
|
||||||
|
name = "${pname}-${version}";
|
||||||
|
pname = "pymetar";
|
||||||
|
version = "0.20";
|
||||||
|
|
||||||
|
disabled = isPy3k;
|
||||||
|
|
||||||
|
src = pkgs.fetchurl {
|
||||||
|
url = "https://pypi.python.org/packages/source/p/${pname}/${name}.tar.gz";
|
||||||
|
sha256 = "1rxyg9465cp6nc47pqxqf092wmbvv2zhffzvaf2w74laal43pgxw";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "A command-line tool to show the weather report by a given station ID";
|
||||||
|
homepage = http://www.schwarzvogel.de/software/pymetar.html;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
pysftp = buildPythonPackage rec {
|
pysftp = buildPythonPackage rec {
|
||||||
name = "pysftp-${version}";
|
name = "pysftp-${version}";
|
||||||
version = "0.2.8";
|
version = "0.2.8";
|
||||||
|
Loading…
Reference in New Issue
Block a user