1 { lib, buildPythonApplication, fetchFromGitHub, nose }:
3 buildPythonApplication rec {
7 src = fetchFromGitHub {
11 sha256 = "06d62r89h026asaa4ryzb23m86j0cmbvy54kf4zl5f35sgiha45z";
14 nativeCheckInputs = [ nose ];
15 checkPhase = "nosetests";
18 description = "An importer and exporter for MBTiles";
19 mainProgram = "mb-util";
20 homepage = "https://github.com/mapbox/mbutil";
21 license = licenses.bsd3;
22 platforms = platforms.unix;
23 maintainers = with maintainers; [ sikmir ];