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: app-misc/jpipe/
Date: Tue,  1 Feb 2022 19:02:37 +0000 (UTC)	[thread overview]
Message-ID: <1643741865.fcb863ac9e62fad4d197b0bc3ac01dedb2ff42c5.mgorny@gentoo> (raw)

commit:     fcb863ac9e62fad4d197b0bc3ac01dedb2ff42c5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  1 18:54:50 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb  1 18:57:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb863ac

app-misc/jpipe: Fix Python dependencies

DISTUTILS_USE_SETUPTOOLS is not used with DISTUTILS_OPTIONAL, the dep
on setuptools needs to be declared explicitly.

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

 app-misc/jpipe/jpipe-0.2.0.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/app-misc/jpipe/jpipe-0.2.0.ebuild b/app-misc/jpipe/jpipe-0.2.0.ebuild
index bbab903965e1..8988122f3364 100644
--- a/app-misc/jpipe/jpipe-0.2.0.ebuild
+++ b/app-misc/jpipe/jpipe-0.2.0.ebuild
@@ -1,10 +1,9 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 GO_OPTIONAL=1
 DISTUTILS_OPTIONAL=1
-DISTUTILS_USE_SETUPTOOLS=bdepend
 PYTHON_COMPAT=( python3_{7,8,9,10} )
 
 inherit go-module distutils-r1
@@ -384,6 +383,10 @@ BDEPEND="
 		app-arch/unzip
 		>=dev-lang/go-1.12
 	)
+	python? (
+		${PYTHON_DEPS}
+		dev-python/setuptools[${PYTHON_USEDEP}]
+	)
 "
 RDEPEND="
 	jpp-symlink? ( !app-misc/jp[jpp(-)] )


             reply	other threads:[~2022-02-01 19:02 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-01 19:02 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 23:25 [gentoo-commits] repo/gentoo:master commit in: app-misc/jpipe/ Zac Medico
2024-03-06 19:11 Zac Medico
2024-03-06 17:32 Zac Medico
2024-03-06 16:42 Zac Medico
2023-03-17  5:32 Michał Górny
2022-11-13  3:05 Zac Medico
2022-05-15 17:13 Zac Medico
2022-03-05 18:11 Zac Medico
2022-03-05 18:11 Zac Medico
2021-11-21 19:23 Zac Medico
2021-11-21 19:19 Zac Medico
2021-10-01  5:49 Zac Medico
2021-09-30 21:55 Zac Medico
2021-09-30  6:49 Zac Medico
2021-09-20 21:24 Zac Medico
2021-06-19  7:58 Zac Medico
2021-06-18 22:18 Zac Medico
2021-06-17 22:26 Zac Medico
2021-06-17  5:33 Zac Medico
2021-06-16 19:55 Zac Medico
2021-06-15 23:23 Zac Medico
2021-06-15 22:16 Zac Medico
2021-06-15 10:57 Zac Medico
2021-06-14  2:34 Zac Medico

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=1643741865.fcb863ac9e62fad4d197b0bc3ac01dedb2ff42c5.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