8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "2d08fad1e7a8b47a90a4e43da485ba95705923425aefc4e2a3efa540dbd470d7";
18 propagatedBuildInputs = [ requests ];
23 description = "Simple Python interface to epsg.io";
24 license = licenses.lgpl3;
25 homepage = "https://pyepsg.readthedocs.io/en/latest/";
26 maintainers = with maintainers; [ ];