mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pythonPackages.howodoi: init at 1.1.7
This commit is contained in:
parent
7352b16ee8
commit
4fc7708fe5
@ -3287,6 +3287,24 @@ let
|
||||
};
|
||||
});
|
||||
|
||||
howdoi = buildPythonPackage (rec {
|
||||
name = "howdoi-${version}";
|
||||
version = "1.1.7";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/h/howdoi/${name}.tar.gz";
|
||||
sha256 = "df4e49a219872324875d588e7699a1a82174a267e8487505e86bfcb180aea9b7";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ self.six requests-cache pygments pyquery ];
|
||||
|
||||
meta = {
|
||||
description = "Instant coding answers via the command line";
|
||||
homepage = http://pypi.python.org/pypi/howdoi;
|
||||
license = licenses.mit;
|
||||
};
|
||||
});
|
||||
|
||||
dateutil = buildPythonPackage (rec {
|
||||
name = "dateutil-${version}";
|
||||
version = "2.4.2";
|
||||
|
Loading…
Reference in New Issue
Block a user