14 buildPythonPackage rec {
15 pname = "keyrings.google-artifactregistry-auth";
18 disabled = pythonOlder "3.6";
23 inherit pname version;
24 hash = "sha256-vWq7cnQNLf60pcA8OxBcb326FpyqKd7jlZaU8fAsd94=";
32 propagatedBuildInputs = [
39 pythonImportsCheck = [ "keyrings.gauth" ];
41 # upstream has no tests
45 changelog = "https://github.com/GoogleCloudPlatform/artifact-registry-python-tools/blob/main/HISTORY.md";
46 description = "Python package which allows you to configure keyring to interact with Python repositories stored in Artifact Registry";
47 homepage = "https://pypi.org/project/keyrings.google-artifactregistry-auth";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ lovesegfault ];