Gentoo Archives: gentoo-commits

From: Brian Dolbec <dolsen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/util/, pym/portage/util/futures/, pym/repoman/
Date: Fri, 29 Apr 2016 17:25:06
Message-Id: 1461598133.09fa3e27ae878f8bb027b728d876168d9b201d7b.dolsen@gentoo
1 commit: 09fa3e27ae878f8bb027b728d876168d9b201d7b
2 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 24 08:04:59 2016 +0000
4 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 25 15:28:53 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=09fa3e27
7
8 portage: Move the new util/futures.py to a futures subpkg
9
10 pym/portage/util/futures/__init__.py | 0
11 pym/portage/util/{ => futures}/futures.py | 0
12 pym/repoman/scanner.py | 2 +-
13 3 files changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/pym/portage/util/futures/__init__.py b/pym/portage/util/futures/__init__.py
16 new file mode 100644
17 index 0000000..e69de29
18
19 diff --git a/pym/portage/util/futures.py b/pym/portage/util/futures/futures.py
20 similarity index 100%
21 rename from pym/portage/util/futures.py
22 rename to pym/portage/util/futures/futures.py
23
24 diff --git a/pym/repoman/scanner.py b/pym/repoman/scanner.py
25 index eaf023b..b3eeafd 100644
26 --- a/pym/repoman/scanner.py
27 +++ b/pym/repoman/scanner.py
28 @@ -9,7 +9,7 @@ import portage
29 from portage import normalize_path
30 from portage import os
31 from portage.output import green
32 -from portage.util.futures import Future
33 +from portage.util.futures.futures import Future
34 from repoman.modules.commit import repochecks
35 from repoman.profile import check_profiles, dev_profile_keywords, setup_profile
36 from repoman.repos import repo_metadata