9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
15 owner = "codeinthehole";
18 hash = "sha256-Jb3JRW/PtQ7NlO4eQ9DmTPu/sjvFTg2mztphoIF79gc=";
21 propagatedBuildInputs = [ six ];
23 nativeCheckInputs = [ pytestCheckHook ];
25 pythonImportsCheck = [ "purl" ];
28 description = "Immutable URL class for easy URL-building and manipulation";
29 homepage = "https://github.com/codeinthehole/purl";
30 license = licenses.mit;