8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
18 rev = "refs/tags/v${version}";
19 hash = "sha256-rtg3u8lnnmQFPsNC52LNVoEVu6CeHzAWvOjWBlzLKC4=";
22 pythonImportsCheck = [ "precis_i18n" ];
25 description = "Internationalized usernames and passwords";
26 homepage = "https://github.com/byllyfish/precis_i18n";
27 changelog = "https://github.com/byllyfish/precis_i18n/blob/v${version}/CHANGELOG.rst";
28 license = licenses.mit;