From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: src/pkgcheck/
Date: Mon, 9 Jan 2023 18:13:57 +0000 (UTC) [thread overview]
Message-ID: <1673287973.d4056e19077852795cd71f3cf099616fb60fb772.arthurzam@gentoo> (raw)
commit: d4056e19077852795cd71f3cf099616fb60fb772
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 18:12:53 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 18:12:53 2023 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=d4056e19
add __main__.py file
I'm adding this file, so you can call pkgcheck using
`python -m pkgcheck`.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
src/pkgcheck/__main__.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/pkgcheck/__main__.py b/src/pkgcheck/__main__.py
new file mode 100644
index 00000000..4f139a41
--- /dev/null
+++ b/src/pkgcheck/__main__.py
@@ -0,0 +1,4 @@
+from .scripts import run
+
+if __name__ == "__main__":
+ run("pkgcheck")
next reply other threads:[~2023-01-09 18:14 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-09 18:13 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-26 6:16 [gentoo-commits] proj/pkgcore/pkgcheck:master commit in: src/pkgcheck/ Arthur Zamarin
2025-07-11 17:55 Arthur Zamarin
2025-06-13 0:37 Arthur Zamarin
2025-04-04 19:18 Arthur Zamarin
2024-12-04 19:20 Michał Górny
2024-11-23 12:51 Michał Górny
2024-10-21 16:59 Arthur Zamarin
2024-07-04 20:07 Arthur Zamarin
2024-05-17 14:58 Arthur Zamarin
2024-03-01 21:06 Arthur Zamarin
2024-01-26 8:46 Arthur Zamarin
2023-11-01 19:20 Arthur Zamarin
2023-07-30 17:57 Arthur Zamarin
2023-05-19 17:00 Arthur Zamarin
2023-03-11 7:15 Arthur Zamarin
2023-03-01 19:24 Arthur Zamarin
2023-02-04 19:28 Arthur Zamarin
2023-01-20 13:29 Arthur Zamarin
2022-12-31 11:31 Arthur Zamarin
2022-12-02 10:39 Arthur Zamarin
2022-11-11 16:15 Arthur Zamarin
2022-10-14 20:35 Arthur Zamarin
2022-10-12 18:06 Arthur Zamarin
2022-10-04 15:55 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=1673287973.d4056e19077852795cd71f3cf099616fb60fb772.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