PyStemmer: Add derivation
This commit is contained in:
parent
18e91d3614
commit
d144b28996
@ -9445,6 +9445,22 @@ let
|
||||
};
|
||||
};
|
||||
|
||||
PyStemmer = buildPythonPackage (rec {
|
||||
name = "PyStemmer-1.3.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "http://pypi.python.org/packages/source/P/PyStemmer/${name}.tar.gz";
|
||||
md5 = "46ee623eeeba5a7cc0d95cbfa7e18abd";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Snowball stemming algorithms, for information retrieval";
|
||||
homepage = http://snowball.tartarus.org/;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
});
|
||||
|
||||
pyro3 = buildPythonPackage (rec {
|
||||
name = "Pyro-3.16";
|
||||
disabled = isPy3k;
|
||||
|
Loading…
x
Reference in New Issue
Block a user