public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/
Date: Tue, 19 Nov 2019 09:05:23 +0000 (UTC)	[thread overview]
Message-ID: <1574154308.16d9e0dea6e263305b68d0cd183e7d52fcb4b80d.mgorny@gentoo> (raw)

commit:     16d9e0dea6e263305b68d0cd183e7d52fcb4b80d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 19 09:01:48 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 19 09:05:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16d9e0de

dev-python/setuptools-git: Enable py3.8

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/setuptools-git/setuptools-git-1.2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/setuptools-git/setuptools-git-1.2.ebuild b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
index 28a24814fe3..2bc70bc711f 100644
--- a/dev-python/setuptools-git/setuptools-git-1.2.ebuild
+++ b/dev-python/setuptools-git/setuptools-git-1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy{,3} )
 
 inherit distutils-r1
 
@@ -15,12 +15,11 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sparc x86"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-		 dev-vcs/git"
+	dev-vcs/git"
 RDEPEND="${DEPEND}"
 
 python_test() {
 	git config --global user.name "test user" || die
 	git config --global user.email "test@email.com" || die
 	esetup.py test
-	retr=$?
 }


             reply	other threads:[~2019-11-19  9:05 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-19  9:05 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-26 18:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools-git/ Michał Górny
2024-06-15 13:47 Michał Górny
2023-05-23 16:08 Michał Górny
2023-03-17 15:25 Michał Górny
2022-06-13  8:23 Michał Górny
2022-06-13  7:07 Agostino Sarubbo
2022-05-10 20:31 Michał Górny
2022-05-10 20:31 Michał Górny
2022-01-26 22:42 James Le Cuirot
2021-05-05 18:20 Michał Górny
2021-03-28 12:17 Sam James
2020-11-28 15:36 Sam James
2020-11-28 15:36 Sam James
2020-09-20  9:36 Michał Górny
2020-09-18  9:18 Michał Górny
2020-05-25 20:16 Michał Górny
2020-05-25 20:16 Michał Górny
2018-07-01 13:46 Mikle Kolyada
2018-04-09 20:22 Stephen Klimaszewski
2018-03-21 19:41 Markus Meier
2018-03-19  5:45 Tim Harder
2018-03-19  5:45 Tim Harder
2018-03-15  1:03 Matt Turner
2018-03-11 23:12 Matt Turner
2018-02-21 17:20 Michał Górny
2018-01-07 22:27 Mikle Kolyada
2017-12-27 20:37 Sergei Trofimovich
2017-12-27 20:06 Sergei Trofimovich
2017-12-26 16:22 Jason Zaman
2017-12-23 21:58 Sergei Trofimovich
2017-12-23 11:17 Markus Meier
2017-12-21 22:34 Sergei Trofimovich
2017-12-19 23:02 Sergei Trofimovich
2017-12-04  2:30 Matt Turner
2017-09-23 13:05 Sergei Trofimovich
2017-09-23 10:39 Sergei Trofimovich
2017-09-22 19:40 Sergei Trofimovich
2017-09-21  5:16 Tim Harder
2017-06-12 12:36 Manuel Rüger
2017-05-02 14:02 Michał Górny
2017-04-28 15:16 Manuel Rüger
2017-01-19 10:59 Agostino Sarubbo
2017-01-18 16:52 Agostino Sarubbo
2017-01-04  4:49 Brian Dolbec

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=1574154308.16d9e0dea6e263305b68d0cd183e7d52fcb4b80d.mgorny@gentoo \
    --to=mgorny@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