10 buildPythonPackage rec {
13 format = "setuptools";
15 src = fetchFromGitHub {
19 hash = "sha256-0f9+I6ozX93Vn0l7+WR0mpddDZymJQ3+Krovt6co22Y=";
22 propagatedBuildInputs = [ click ];
30 LC_ALL=en_US.utf-8 pytest tests
34 description = "Click params for command line interfaces to GeoJSON";
35 homepage = "https://github.com/mapbox/cligj";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ knedlsepp ];