8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
16 owner = "deactivated";
17 repo = "python-iso3166";
18 rev = "refs/tags/v${version}";
19 hash = "sha256-/y7c2qSA6+WKUP9YTSaMBjBxtqAuF4nB3MKvL5P6vL0=";
26 pythonImportsCheck = [
31 description = "Self-contained ISO 3166-1 country definitions";
32 homepage = "https://github.com/deactivated/python-iso3166";
33 changelog = "https://github.com/deactivated/python-iso3166/blob/v${version}/CHANGES";
34 license = licenses.mit;
35 maintainers = with maintainers; [ zraexy ];