Gentoo Archives: gentoo-portage-dev

From: Aaron Bauman <bman@g.o>
To: gentoo-portage-dev@l.g.o
Cc: Aaron Bauman <bman@g.o>
Subject: [gentoo-portage-dev] [PATCH 16/68] lib/portage/dbapi/__init__.py: fix whitespace
Date: Mon, 03 Aug 2020 22:44:29
Message-Id: 20200803224327.1593726-16-bman@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 01/68] lib/portage/util/_dyn_libs/PreservedLibsRegistry.py: fix whitespace by Aaron Bauman
1 Signed-off-by: Aaron Bauman <bman@g.o>
2 ---
3 lib/portage/dbapi/__init__.py | 6 +++---
4 1 file changed, 3 insertions(+), 3 deletions(-)
5
6 diff --git a/lib/portage/dbapi/__init__.py b/lib/portage/dbapi/__init__.py
7 index bea5a82cb..d7facc9b6 100644
8 --- a/lib/portage/dbapi/__init__.py
9 +++ b/lib/portage/dbapi/__init__.py
10 @@ -1,4 +1,4 @@
11 -# Copyright 1998-2019 Gentoo Authors
12 +# Copyright 1998-2020 Gentoo Authors
13 # Distributed under the terms of the GNU General Public License v2
14
15 __all__ = ["dbapi"]
16 @@ -107,12 +107,12 @@ class dbapi:
17 mycpv - "sys-apps/foo-1.0"
18 mylist - ["SLOT","DEPEND","HOMEPAGE"]
19 myrepo - The repository name.
20 - Returns:
21 + Returns:
22 a list of results, in order of keys in mylist, such as:
23 ["0",">=sys-libs/bar-1.0","http://www.foo.com"] or [] if mycpv not found'
24 """
25 raise NotImplementedError
26 -
27 +
28 def aux_update(self, cpv, metadata_updates):
29 """
30 Args:
31 --
32 2.28.0