7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "18k5hwmlxhajlq306zxndsglb11vv8vd4vpmwx8dpvfxd1kbksya";
17 # tests not working on the package from pypi
21 description = "Calculate the area inside of any GeoJSON geometry. This is a port of Mapbox’s geojson-area for Python";
22 homepage = "https://github.com/scisco/area";
23 license = licenses.bsd2;