9 buildPythonPackage rec {
13 # pypi tarball doesn't include tests
14 src = fetchFromGitHub {
18 sha256 = "0fdi26glsmrsyqk86rnsfcqw79svn2b0ikdv89pq98ihrpwhn85y";
23 name = "python-3.8-support.patch";
24 url = "https://github.com/geomet/geomet/commit/dc4cb4a856d3ad814b57b4b7487d86d9e0f0fad4.patch";
25 sha256 = "1f1cdfqyp3z01jdjvax77219l3gc75glywqrisqpd2k0m0g7fwh3";
29 propagatedBuildInputs = [ click six ];
32 homepage = "https://github.com/geomet/geomet";
33 license = licenses.asl20;
34 description = "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary), and vice versa.";
35 maintainers = with maintainers; [ turion ris ];