python310Packages.logbook: Normalize attribute, pname, dirname

This commit is contained in:
Martin Weinelt 2023-02-19 17:16:51 +00:00
parent acfd6f7704
commit 52d58e509a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
8 changed files with 15 additions and 14 deletions

View File

@ -22,7 +22,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
propagatedBuildInputs = with python3Packages; [
cadquery
Logbook
logbook
pyqt5
pyparsing
pyqtgraph

View File

@ -13,7 +13,7 @@
, pango
, gst-python
, kiss-headers
, Logbook
, logbook
, pillow
, poetry-core
, pygobject3
@ -47,7 +47,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [
gst-python
kiss-headers
Logbook
logbook
pillow
poetry-core
pygobject3

View File

@ -1,5 +1,5 @@
{ lib, stdenv, buildPythonApplication, fetchFromGitHub, pythonOlder,
attrs, aiohttp, appdirs, click, keyring, Logbook, peewee, janus,
attrs, aiohttp, appdirs, click, keyring, logbook, peewee, janus,
prompt-toolkit, matrix-nio, dbus-python, pydbus, notify2, pygobject3,
setuptools, installShellFiles, nixosTests,
@ -29,7 +29,7 @@ buildPythonApplication rec {
click
janus
keyring
Logbook
logbook
matrix-nio
peewee
prompt-toolkit

View File

@ -8,7 +8,7 @@
, future
, atomicwrites
, attrs
, Logbook
, logbook
, pygments
, matrix-nio
, aiohttp
@ -45,7 +45,7 @@ in buildPythonPackage {
future
atomicwrites
attrs
Logbook
logbook
pygments
matrix-nio
aiohttp

View File

@ -8,7 +8,7 @@
, httpx
, jinja2
, jsonschema
, Logbook
, logbook
, mock
, pytest-asyncio
, pytest-bdd
@ -57,7 +57,7 @@ buildPythonPackage rec {
httpx
jinja2
jsonschema
Logbook
logbook
mock
pytest-asyncio
pytest-bdd

View File

@ -1,11 +1,12 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k, pytest, mock, brotli }:
buildPythonPackage rec {
pname = "Logbook";
pname = "logbook";
version = "1.5.3";
src = fetchPypi {
inherit pname version;
pname = "Logbook";
inherit version;
sha256 = "1s1gyfw621vid7qqvhddq6c3z2895ci4lq3g0r1swvpml2nm9x36";
};

View File

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, Logbook
, logbook
, aiofiles
, aiohttp
, aiohttp-socks
@ -53,7 +53,7 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
Logbook
logbook
aiofiles
aiohttp
aiohttp-socks

View File

@ -5563,7 +5563,7 @@ self: super: with self; {
log-symbols = callPackage ../development/python-modules/log-symbols { };
Logbook = callPackage ../development/python-modules/Logbook { };
logbook = callPackage ../development/python-modules/logbook { };
logfury = callPackage ../development/python-modules/logfury { };