pythonPackages.docker_pycreds: init at 0.2.1
This commit is contained in:
parent
6042d6e39d
commit
27e2cd286e
@ -6102,6 +6102,28 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
docker_pycreds = buildPythonPackage rec {
|
||||
name = "docker-pycreds-${version}";
|
||||
version = "0.2.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/d/docker-pycreds/${name}.tar.gz";
|
||||
sha256 = "0j3k5wk3bww5y0f2rvgzsin0q98k0i9j308vpsmxidw0y8n3m0wk";
|
||||
};
|
||||
|
||||
doCheck = false; # require docker-credential-helpers binaries
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
six
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Python bindings for the docker credentials store API.";
|
||||
homepage = https://github.com/shin-/dockerpy-creds;
|
||||
license = licenses.asl20;
|
||||
};
|
||||
};
|
||||
|
||||
docker_registry_core = buildPythonPackage rec {
|
||||
name = "docker-registry-core-2.0.3";
|
||||
disabled = isPy3k;
|
||||
|
Loading…
Reference in New Issue
Block a user