public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-prometheus/
Date: Fri, 13 Mar 2020 22:19:25 +0000 (UTC)	[thread overview]
Message-ID: <1584137941.749d96fe8dd409e12d5abb35cebaf5be75bc12e9.williamh@gentoo> (raw)

commit:     749d96fe8dd409e12d5abb35cebaf5be75bc12e9
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 13 22:17:49 2020 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Mar 13 22:19:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=749d96fe

dev-python/django_prometheus: fix sed to remove pytest-runner

Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 dev-python/django-prometheus/django-prometheus-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild b/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
index a745970dbcd..09c740ab364 100644
--- a/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.0.0.ebuild
@@ -18,6 +18,6 @@ DEPEND=">=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]"
 RDEPEND="${DEPEND}"
 
 python_prepare_all() {
-	sed -i "s/'pytest-runner'//" setup.py || die
+	sed -i "/pytest-runner/d" setup.py || die
 	distutils-r1_python_prepare_all
 }


             reply	other threads:[~2020-03-13 22:19 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-13 22:19 William Hubbs [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-29 13:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-prometheus/ Petr Vaněk
2023-07-28 15:58 Michał Górny
2023-07-24 11:31 Michał Górny
2023-05-03  7:51 Michał Górny
2023-02-17  9:32 Michał Górny
2022-06-04 17:48 Michał Górny
2021-12-19 20:50 Arthur Zamarin
2021-11-01 10:09 Arthur Zamarin
2021-11-01 10:09 Arthur Zamarin
2021-11-01 10:09 Arthur Zamarin
2021-05-15 23:46 William Hubbs
2020-03-26 20:52 Michał Górny
2020-03-11 21:56 William Hubbs
2020-02-05  5:50 Michał Górny
2020-01-26 20:23 William Hubbs
2019-07-15 22:18 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=1584137941.749d96fe8dd409e12d5abb35cebaf5be75bc12e9.williamh@gentoo \
    --to=williamh@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