10 buildPythonPackage rec {
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
18 owner = "michaelherold";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-bJCaVUhvEAoQ8zMsbcb1Et728XHt+shEPhhBzPzY/vo=";
28 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Module for email validation";
42 homepage = "https://github.com/michaelherold/pyIsEmail";
43 changelog = "https://github.com/michaelherold/pyIsEmail/blob/${version}/CHANGELOG.rst";
44 license = licenses.mit;
45 maintainers = with maintainers; [ fab ];