public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sarge/
Date: Sat,  3 Apr 2021 15:48:42 +0000 (UTC)	[thread overview]
Message-ID: <1617464912.7da437069ed70576975501b5c97cde0a510f0d26.sam@gentoo> (raw)

commit:     7da437069ed70576975501b5c97cde0a510f0d26
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  3 15:45:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr  3 15:48:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da43706

dev-python/sarge: fix variable references

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/sarge/sarge-0.1.5.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/dev-python/sarge/sarge-0.1.5.ebuild b/dev-python/sarge/sarge-0.1.5.ebuild
index 91ce0166cea..c0a010b0eae 100644
--- a/dev-python/sarge/sarge-0.1.5.ebuild
+++ b/dev-python/sarge/sarge-0.1.5.ebuild
@@ -2,21 +2,18 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
+PYTHON_COMPAT=( python3_{7,8} )
 inherit distutils-r1
 
 MY_PN="${PN}"
 MY_P="${MY_PN}-${PV}.post0"
-S=${WORKDIR}/$MY_P
 
 DESCRIPTION="wrapper for subprocess which provides command pipeline functionality"
 HOMEPAGE="https://sarge.readthedocs.org/"
 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-RDEPEND=""
-BDEPEND=""


             reply	other threads:[~2021-04-03 15:48 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-03 15:48 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-27 16:54 [gentoo-commits] repo/gentoo:master commit in: dev-python/sarge/ Michał Górny
2024-05-18  9:29 Michał Górny
2023-06-01 15:03 Michał Górny
2022-06-16  8:09 Michał Górny
2022-06-05 18:32 Michał Górny
2022-04-11  9:17 Michał Górny
2022-01-30 13:09 Michał Górny
2021-12-11  4:07 Michał Górny
2021-12-11  4:07 Michał Górny
2021-10-17  9:31 Michał Górny
2021-09-07  6:15 Arthur Zamarin
2021-09-07  6:15 Arthur Zamarin
2021-02-05  8:47 Michał Górny
2020-07-27 20:06 Aaron Bauman
2020-02-11 11:42 Alexey Shvetsov

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=1617464912.7da437069ed70576975501b5c97cde0a510f0d26.sam@gentoo \
    --to=sam@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