public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/
Date: Sun, 21 Oct 2018 09:18:08 +0000 (UTC)	[thread overview]
Message-ID: <1540113470.9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3.pacho@gentoo> (raw)

commit:     9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 21 09:17:50 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 21 09:17:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1e58bd

www-client/pybugz: Support python 3.7

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 www-client/pybugz/pybugz-0.13.ebuild | 4 ++--
 www-client/pybugz/pybugz-9999.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild
index 1376fb7ff52..575ba97f84d 100644
--- a/www-client/pybugz/pybugz-0.13.ebuild
+++ b/www-client/pybugz/pybugz-0.13.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 PYTHON_REQ_USE="readline(+)"
 
 if [ "${PV}" = "9999" ]; then

diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild
index 580e0af4cd1..f5305446877 100644
--- a/www-client/pybugz/pybugz-9999.ebuild
+++ b/www-client/pybugz/pybugz-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python3_{4,5,6} )
+PYTHON_COMPAT=( python3_{4,5,6,7} )
 PYTHON_REQ_USE="readline(+)"
 
 if [ "${PV}" = "9999" ]; then


             reply	other threads:[~2018-10-21  9:18 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-21  9:18 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15  7:21 [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/ Arthur Zamarin
2024-07-09 14:50 Michał Górny
2024-05-28 17:01 Sam James
2024-03-01 16:44 Arthur Zamarin
2024-02-29 19:15 Arthur Zamarin
2024-02-15 17:53 William Hubbs
2022-12-17  6:40 WANG Xuerui
2022-12-17  6:40 WANG Xuerui
2022-09-22 21:01 William Hubbs
2022-09-22 20:53 William Hubbs
2022-07-28  8:28 Sam James
2022-06-01  2:46 Sam James
2022-06-01  2:45 Sam James
2022-04-17 19:49 Alexey Shvetsov
2021-09-27 22:05 Marek Szuba
2021-07-31  0:18 Sam James
2021-01-06 11:37 Fabian Groffen
2020-12-27 18:22 Fabian Groffen
2020-09-15 11:03 Pacho Ramos
2020-07-04 21:55 Mart Raudsepp
2020-06-06 20:22 William Hubbs
2020-06-06 18:09 Alexey Shvetsov
2020-05-12 13:14 Agostino Sarubbo
2019-06-05 13:39 Agostino Sarubbo
2018-12-27 23:03 William Hubbs
2017-08-09 18:08 Alexey Shvetsov
2017-07-30  9:23 Michał Górny
2017-01-01 19:25 William Hubbs
2016-11-02 16:54 William Hubbs
2016-11-02 16:54 William Hubbs
2016-05-21 15:17 William Hubbs
2016-03-26 14:16 Agostino Sarubbo
2016-03-19 11:35 Agostino Sarubbo
2016-03-17 10:50 Agostino Sarubbo
2016-03-16 11:51 Agostino Sarubbo
2016-03-16 11:00 Agostino Sarubbo
2016-03-16 10:58 Agostino Sarubbo
2016-03-04  2:21 Stephen Klimaszewski
2016-02-22 17:52 William Hubbs
2016-02-21 22:33 William Hubbs
2015-10-20 19:59 William Hubbs
2015-09-18 13:36 William Hubbs

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=1540113470.9a1e58bd4dc0f0fb1fc8a7271df3076d6e376dd3.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-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