10 buildPythonPackage rec {
11 pname = "uri-template";
15 disabled = pythonOlder "3.7";
17 src = fetchFromGitHub {
19 repo = "uri_template";
20 rev = "refs/tags/v${version}";
21 hash = "sha256-38HFFqM6yfpsPrhIpE639ePy/NbLqKw7gbnE3y8sL3w=";
30 ${python.interpreter} test.py
33 pythonImportsCheck = [
38 description = "An implementation of RFC 6570 URI Templates";
39 homepage = "https://github.com/plinss/uri_template/";
40 license = licenses.mit;
41 maintainers = with maintainers; [ ];