9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
20 hash = "sha256-e15QMRMpTcWo8TfH3tk23ybSlXFb8F4B/eqAp9oyK8g=";
23 nativeBuildInputs = [ setuptools ];
25 pythonImportsCheck = [ "thttp" ];
28 description = "Lightweight wrapper around urllib";
29 homepage = "https://github.com/sesh/thttp";
30 changelog = "https://github.com/sesh/thttp/releases/tag/${version}";
31 license = licenses.mit;
32 maintainers = with maintainers; [ fab ];