9 buildPythonPackage rec {
12 format = "setuptools";
14 disabled = pythonOlder "3.8";
16 src = fetchFromGitHub {
19 rev = "refs/tags/${version}";
20 hash = "sha256-7QfvGQlg4nTr1rwTyvTNm6n/jFptLtpBKMjjQj6OXCQ=";
23 propagatedBuildInputs = [
28 pythonImportsCheck = [
33 description = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) and vice versa";
34 homepage = "https://github.com/geomet/geomet";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ turion ris ];