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