7 buildPythonPackage rec {
11 propagatedBuildInputs = [ jellyfish ];
14 inherit pname version;
15 sha256 = "cb11ad0d43deff3a1c3690c74f0c731cff5b862c73339df2edd91133e1496fbc";
18 # Upstream requires jellyfish==0.5.6 but we have 0.6.1
20 substituteInPlace setup.py --replace "jellyfish==" "jellyfish>="
23 doCheck = false; # pypi version doesn't include tests
26 description = "A package for easily working with US and state metadata";
28 all US states and territories, postal abbreviations, Associated Press style
29 abbreviations, FIPS codes, capitals, years of statehood, time zones, phonetic
30 state name lookup, is contiguous or continental, URLs to shapefiles for state,
31 census, congressional districts, counties, and census tracts
33 homepage = "https://github.com/unitedstates/python-us/";
34 license = lib.licenses.bsd3;