12 buildPythonPackage rec {
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-muYuDmYH9W5j6euDYJMMgzfsxE6eBIhDCqH6P7nFG+Q=";
24 nativeBuildInputs = [ flit-core ];
26 propagatedBuildInputs = [
31 nativeCheckInputs = [ pytestCheckHook ];
34 export HOME=$(mktemp -d)
37 pythonImportsCheck = [ "wn" ];
40 description = "Modern, interlingual wordnet interface for Python";
41 homepage = "https://github.com/goodmami/wn";
42 changelog = "https://github.com/goodmami/wn/blob/v${version}/CHANGELOG.md";
43 license = licenses.mit;
44 maintainers = with maintainers; [ zendo ];