10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-40eWPo0kocp0N69EP6aFkXdoR7UMhlDY7w61NILnBcI=";
23 # Upstream spins jellyfish
24 substituteInPlace setup.py \
25 --replace "jellyfish==" "jellyfish>="
28 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "A package for easily working with US and state metadata";
44 All US states and territories, postal abbreviations, Associated Press style
45 abbreviations, FIPS codes, capitals, years of statehood, time zones, phonetic
46 state name lookup, is contiguous or continental, URLs to shapefiles for state,
47 census, congressional districts, counties, and census tracts.
49 homepage = "https://github.com/unitedstates/python-us/";
50 license = licenses.bsd3;
51 maintainers = with maintainers; [ ];