15 buildPythonPackage rec {
16 pname = "dohq-artifactory";
19 src = fetchFromGitHub {
23 hash = "sha256-lMT1b6JUDT01fJzQrVc0lMqeGrJnvk6ms4KIYtfTQps=";
26 # https://github.com/devopshq/artifactory/issues/430
27 disabled = pythonAtLeast "3.12";
31 build-system = [ setuptools ];
39 pythonImportsCheck = [ "artifactory" ];
46 pytestFlagsArray = [ "tests/unit" ];
48 passthru.updateScript = nix-update-script { };
51 description = "Python interface library for JFrog Artifactory";
52 homepage = "https://devopshq.github.io/artifactory/";
53 changelog = "https://github.com/devopshq/artifactory/releases/tag/${version}";
54 license = licenses.mit;
55 maintainers = with maintainers; [ h7x4 ];