10 buildPythonPackage rec {
11 pname = "rfc3986-validator";
13 format = "setuptools";
16 pname = "rfc3986_validator";
18 hash = "sha256-PUS955IbO57Drk463KNwQ47M68Z2RWRJsUXVM7JA0FU=";
22 substituteInPlace setup.py \
23 --replace "'pytest-runner'," ""
33 description = "Pure python rfc3986 validator";
34 homepage = "https://github.com/naimetti/rfc3986-validator";
35 license = licenses.mit;