python311Packages.docker-pycreds: rename from docker_pycreds

This commit is contained in:
Felix Buehler 2024-01-03 21:11:23 +01:00 committed by Martin Weinelt
parent 9fddd791c6
commit 3cd4bbedb1
4 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, six, requests, websocket-client, docker_pycreds }:
{ lib, buildPythonPackage, fetchPypi, six, requests, websocket-client, docker-pycreds }:
buildPythonPackage rec {
version = "1.10.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
six
requests
websocket-client
docker_pycreds
docker-pycreds
];
meta = {

View File

@ -9,7 +9,7 @@
, boto3
, buildPythonPackage
, click
, docker_pycreds
, docker-pycreds
, fetchFromGitHub
, flask
, git
@ -81,7 +81,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
appdirs
click
docker_pycreds
docker-pycreds
gitpython
pathtools
protobuf

View File

@ -130,6 +130,7 @@ mapAliases ({
django_taggit = django-taggit; # added 2021-10-11
django_treebeard = django-treebeard; # added 2023-07-25
dns = dnspython; # added 2017-12-10
docker_pycreds = docker-pycreds; # added 2024-01-03
dogpile_cache = dogpile-cache; # added 2021-10-28
dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03

View File

@ -3295,7 +3295,7 @@ self: super: with self; {
dockerpty = callPackage ../development/python-modules/dockerpty { };
docker_pycreds = callPackage ../development/python-modules/docker-pycreds { };
docker-pycreds = callPackage ../development/python-modules/docker-pycreds { };
docker-py = callPackage ../development/python-modules/docker-py { };