python39Packages.imapclient: normalise name

This commit is contained in:
Sandro Jäckel 2021-10-28 11:05:19 +02:00
parent 2b218f52c8
commit 71ed943a86
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
6 changed files with 9 additions and 8 deletions

View file

@ -5,7 +5,7 @@
, setuptools-scm , setuptools-scm
, libdeltachat , libdeltachat
, cffi , cffi
, IMAPClient , imapclient
, pluggy , pluggy
, requests , requests
, setuptools , setuptools
@ -31,7 +31,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
cffi cffi
IMAPClient imapclient
pluggy pluggy
requests requests
setuptools setuptools

View file

@ -7,7 +7,7 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "IMAPClient"; pname = "imapclient";
version = "2.2.0"; version = "2.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {

View file

@ -7,7 +7,7 @@
, dnspython , dnspython
, html2text , html2text
, mail-parser , mail-parser
, IMAPClient , imapclient
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -25,7 +25,7 @@ buildPythonPackage rec {
dnspython dnspython
html2text html2text
mail-parser mail-parser
IMAPClient imapclient
]; ];
pythonImportsCheck = [ "mailsuite" ]; pythonImportsCheck = [ "mailsuite" ];

View file

@ -14,7 +14,7 @@
, publicsuffix2 , publicsuffix2
, xmltodict , xmltodict
, geoip2 , geoip2
, IMAPClient , imapclient
, dateparser , dateparser
, elasticsearch-dsl , elasticsearch-dsl
, kafka-python , kafka-python
@ -49,7 +49,7 @@ buildPythonPackage rec {
publicsuffix2 publicsuffix2
xmltodict xmltodict
geoip2 geoip2
IMAPClient imapclient
dateparser dateparser
elasticsearch-dsl elasticsearch-dsl
kafka-python kafka-python

View file

@ -53,6 +53,7 @@ mapAliases ({
googleapis_common_protos = googleapis-common-protos; # added 2021-03-19 googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21 grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
HAP-python = hap-python; # added 2021-06-01 HAP-python = hap-python; # added 2021-06-01
IMAPClient = imapclient; # added 2021-10-28
jupyter_client = jupyter-client; # added 2021-10-15 jupyter_client = jupyter-client; # added 2021-10-15
lammps-cython = throw "no longer builds and is unmaintained"; lammps-cython = throw "no longer builds and is unmaintained";
MechanicalSoup = mechanicalsoup; # added 2021-06-01 MechanicalSoup = mechanicalsoup; # added 2021-06-01

View file

@ -3666,7 +3666,7 @@ in {
imantics = callPackage ../development/python-modules/imantics { }; imantics = callPackage ../development/python-modules/imantics { };
IMAPClient = callPackage ../development/python-modules/imapclient { }; imapclient = callPackage ../development/python-modules/imapclient { };
imaplib2 = callPackage ../development/python-modules/imaplib2 { }; imaplib2 = callPackage ../development/python-modules/imaplib2 { };