14 buildPythonPackage rec {
17 format = "setuptools";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
24 rev = "refs/tags/v${version}";
25 hash = "sha256-NdbvK2sJKKoWNYsuBaCMWtKEvuMhgyKXcKZXQgTC4bY=";
28 propagatedBuildInputs = [
42 export HOME=$(mktemp -d)
45 pythonImportsCheck = [
50 description = "Module to manage proxies in a local database";
51 mainProgram = "proxy-db";
52 homepage = "https://github.com/Nekmo/proxy-db/";
53 changelog = "https://github.com/Nekmo/proxy-db/blob/v${version}/HISTORY.rst";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ fab ];