8 buildPythonPackage rec {
9 pname = "google-i18n-address";
12 src = fetchFromGitHub {
14 repo = "google-i18n-address";
15 rev = "refs/tags/${version}";
16 sha256 = "sha256-7t5sNpEVajdwcW8+xTNZQKZVgxhUzfbVbEVgn7JJ2MY=";
19 propagatedBuildInputs = [ requests ];
21 checkInputs = [ pytestCheckHook ];
23 pythonImportsCheck = [ "i18naddress" ];
26 description = "Google's i18n address data packaged for Python";
27 homepage = "https://github.com/mirumee/google-i18n-address";
28 maintainers = with maintainers; [ SuperSandro2000 ];
29 license = licenses.bsd3;