15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
22 src = fetchFromGitHub {
25 rev = "refs/tags/v${version}";
26 hash = "sha256-NdbvK2sJKKoWNYsuBaCMWtKEvuMhgyKXcKZXQgTC4bY=";
29 propagatedBuildInputs = [
43 export HOME=$(mktemp -d)
46 pythonImportsCheck = [ "proxy_db" ];
49 description = "Module to manage proxies in a local database";
50 mainProgram = "proxy-db";
51 homepage = "https://github.com/Nekmo/proxy-db/";
52 changelog = "https://github.com/Nekmo/proxy-db/blob/v${version}/HISTORY.rst";
53 license = licenses.asl20;
54 maintainers = with maintainers; [ fab ];