8 buildPythonPackage rec {
9 pname = "python-ipware";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
17 repo = "python-ipware";
19 hash = "sha256-j43uAcb1dyKe/SHQLLR+QJS6hKGB5qxjb9NiJaUPj8Y=";
26 pythonImportsCheck = [
35 description = "A python package for server applications to retrieve client's IP address";
36 homepage = "https://github.com/un33k/python-ipware";
37 changelog = "https://github.com/un33k/python-ipware/blob/v${version}/CHANGELOG.md";
38 license = licenses.mit;
39 maintainers = with maintainers; [ e1mo ];