public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org, Aaron Bauman <bman@gentoo.org>
Subject: Re: [gentoo-portage-dev] [PATCH] *: drop all import __future__ statements
Date: Thu, 6 Aug 2020 20:32:11 -0700	[thread overview]
Message-ID: <7c45ddb2-ab27-069d-1f30-09c726a06e46@gentoo.org> (raw)
In-Reply-To: <20200807011215.2188990-1-bman@gentoo.org>


[-- Attachment #1.1: Type: text/plain, Size: 4814 bytes --]

On 8/6/20 6:12 PM, Aaron Bauman wrote:
> * We only support Py3 now.
> 
> Signed-off-by: Aaron Bauman <bman@gentoo.org>
> ---
>  bin/archive-conf                              |  4 +--
>  bin/check-implicit-pointer-usage.py           |  2 --
>  bin/clean_locks                               |  4 +--
>  bin/dispatch-conf                             |  4 +--
>  bin/dohtml.py                                 |  4 +--
>  bin/doins.py                                  |  2 --
>  bin/ebuild                                    |  4 +--
>  bin/egencache                                 |  4 +--
>  bin/emaint                                    |  4 +--
>  bin/emerge                                    |  4 +--
>  bin/env-update                                |  4 +--
>  bin/fixpackages                               |  4 +--
>  bin/glsa-check                                |  4 +--
>  bin/portageq                                  |  4 +--
>  bin/quickpkg                                  |  4 +--
>  bin/regenworld                                |  4 +--
>  lib/_emerge/Scheduler.py                      |  2 --
>  lib/_emerge/UserQuery.py                      |  2 --
>  lib/_emerge/actions.py                        |  2 --
>  lib/_emerge/chk_updated_cfg_files.py          |  2 --
>  lib/_emerge/countdown.py                      |  4 +--
>  lib/_emerge/depgraph.py                       |  2 --
>  lib/_emerge/help.py                           |  4 +--
>  lib/_emerge/main.py                           |  2 --
>  lib/_emerge/post_emerge.py                    |  4 +--
>  lib/_emerge/resolver/circular_dependency.py   |  8 +++---
>  lib/_emerge/resolver/package_tracker.py       |  4 +--
>  lib/_emerge/resolver/slot_collision.py        |  3 +--
>  lib/_emerge/unmerge.py                        |  2 --
>  lib/portage/_emirrordist/FetchTask.py         |  2 --
>  lib/portage/_global_updates.py                |  4 +--
>  lib/portage/_sets/__init__.py                 |  2 --
>  lib/portage/_sets/dbapi.py                    |  2 --
>  lib/portage/_sets/libs.py                     |  4 +--
>  lib/portage/cache/anydbm.py                   |  5 ++--
>  lib/portage/cache/sqlite.py                   |  3 +--
>  lib/portage/cvstree.py                        |  2 --
>  lib/portage/dbapi/vartree.py                  |  2 --
>  lib/portage/dispatch_conf.py                  |  5 +---
>  lib/portage/elog/mod_echo.py                  |  4 +--
>  lib/portage/emaint/main.py                    |  4 +--
>  lib/portage/glsa.py                           | 27 +++++++++----------
>  lib/portage/localization.py                   |  4 +--
>  lib/portage/metadata.py                       |  2 --
>  lib/portage/module.py                         |  5 +---
>  lib/portage/news.py                           |  2 --
>  lib/portage/output.py                         |  2 --
>  lib/portage/package/ebuild/fetch.py           |  2 --
>  lib/portage/sync/controller.py                |  3 ---
>  lib/portage/sync/old_tree_timestamp.py        |  4 +--
>  lib/portage/tests/__init__.py                 |  4 +--
>  lib/portage/tests/util/test_xattr.py          |  4 +--
>  .../util/_dyn_libs/display_preserved_libs.py  |  6 ++---
>  lib/portage/util/_eventloop/EventLoop.py      |  5 +---
>  .../util/_eventloop/PollSelectAdapter.py      |  5 ++--
>  lib/portage/util/_xattr.py                    |  4 +--
>  lib/portage/util/locale.py                    |  4 +--
>  lib/portage/util/movefile.py                  |  2 --
>  repoman/bin/repoman                           |  5 ++--
>  repoman/lib/repoman/actions.py                |  4 +--
>  repoman/lib/repoman/errors.py                 |  2 --
>  repoman/lib/repoman/gpg.py                    |  2 --
>  repoman/lib/repoman/main.py                   |  5 ++--
>  repoman/lib/repoman/metadata.py               |  2 --
>  .../lib/repoman/modules/commit/repochecks.py  |  2 --
>  .../lib/repoman/modules/scan/ebuild/ebuild.py |  3 +--
>  repoman/lib/repoman/modules/vcs/settings.py   |  3 +--
>  repoman/lib/repoman/modules/vcs/vcs.py        |  3 +--
>  repoman/lib/repoman/profile.py                |  2 --
>  repoman/lib/repoman/scanner.py                |  6 ++---
>  repoman/lib/repoman/tests/__init__.py         |  4 +--
>  repoman/lib/repoman/utilities.py              |  4 +--
>  repoman/runtests                              |  4 +--
>  repoman/setup.py                              |  4 +--
>  runtests                                      |  4 +--
>  setup.py                                      |  2 --
>  76 files changed, 74 insertions(+), 212 deletions(-)

Thanks, merged:

https://gitweb.gentoo.org/proj/portage.git/commit/?id=d695d866e4e7b2ab79264508f1520f89a5585e04
-- 
Thanks,
Zac


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]

      reply	other threads:[~2020-08-07  3:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07  1:12 [gentoo-portage-dev] [PATCH] *: drop all import __future__ statements Aaron Bauman
2020-08-07  3:32 ` Zac Medico [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7c45ddb2-ab27-069d-1f30-09c726a06e46@gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=bman@gentoo.org \
    --cc=gentoo-portage-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox