9 buildPythonPackage rec {
14 # Not using fetchFromGitHub because the repo does not have any tag/release.
16 inherit pname version;
17 hash = "sha256-MqUPbFZcC7EKp2KYyVlQer3A6FDv4IXcOPNED8s6qQs=";
25 pythonImportsCheck = [ "namex" ];
27 # This packages has no tests.
31 description = "Simple utility to separate the implementation of your Python package and its public API surface";
32 homepage = "https://github.com/fchollet/namex";
33 license = lib.licenses.asl20;
34 maintainers = with lib.maintainers; [ GaetanLepage ];