public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/pytest/
Date: Mon,  7 Nov 2022 19:01:19 +0000 (UTC)	[thread overview]
Message-ID: <1667847466.2d586a926f128ec43d401b248f1b5a2db661abdf.arthurzam@gentoo> (raw)

commit:     2d586a926f128ec43d401b248f1b5a2db661abdf
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  7 18:57:46 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Nov  7 18:57:46 2022 +0000
URL:        https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=2d586a92

pytest.plugin: create_ebuild better homepage

Previous homepage was matching the MissingRemoteId check, so now use the
one from the project's github page, which doesn't flag it as missing.

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 src/pkgcore/pytest/plugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pkgcore/pytest/plugin.py b/src/pkgcore/pytest/plugin.py
index ddc12db6d..10739079d 100644
--- a/src/pkgcore/pytest/plugin.py
+++ b/src/pkgcore/pytest/plugin.py
@@ -226,7 +226,7 @@ class EbuildRepo:
         eapi = kwargs.pop('eapi', '7')
         slot = kwargs.pop('slot', '0')
         desc = kwargs.pop('description', 'stub package description')
-        homepage = kwargs.pop('homepage', 'https://github.com/pkgcore/pkgcheck')
+        homepage = kwargs.pop('homepage', 'https://pkgcore.github.io/pkgcheck')
         license = kwargs.pop('license', 'blank')
 
         ebuild_path = pjoin(ebuild_dir, f'{cpv.package}-{cpv.fullver}.ebuild')


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-07 19:01 Arthur Zamarin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-04-20 18:41 [gentoo-commits] proj/pkgcore/pkgcore:master commit in: src/pkgcore/pytest/ Arthur Zamarin
2024-01-15  6:33 Arthur Zamarin
2024-01-23 19:01 Arthur Zamarin

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=1667847466.2d586a926f128ec43d401b248f1b5a2db661abdf.arthurzam@gentoo \
    --to=arthurzam@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