8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-gpITm6xqDkP9nXBgXU6NrrJdRmcuSE7TGiTHzgrvD7c=";
18 propagatedBuildInputs = [ six ];
20 pythonImportsCheck = [ "repath" ];
23 description = "Port of the node module path-to-regexp to Python";
24 homepage = "https://github.com/nickcoutsos/python-repath";
25 license = lib.licenses.mit;
26 maintainers = [ lib.maintainers.heyimnova ];