From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgdev:main commit in: src/pkgdev/
Date: Fri, 13 Jan 2023 21:07:38 +0000 (UTC) [thread overview]
Message-ID: <1673644014.408514657d8c17ae4d70871ebb46495acdb625b8.arthurzam@gentoo> (raw)
commit: 408514657d8c17ae4d70871ebb46495acdb625b8
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 21:06:54 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 21:06:54 2023 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=40851465
add __main__.py file
I'm adding this file, so you can call pkgdev using `python -m pkgdev`.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
src/pkgdev/__main__.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/pkgdev/__main__.py b/src/pkgdev/__main__.py
new file mode 100644
index 0000000..dfafa04
--- /dev/null
+++ b/src/pkgdev/__main__.py
@@ -0,0 +1,4 @@
+from .scripts import run
+
+if __name__ == '__main__':
+ run('pkgdev')
next reply other threads:[~2023-01-13 21:07 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-13 21:07 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 6:40 [gentoo-commits] proj/pkgcore/pkgdev:main commit in: src/pkgdev/ Arthur Zamarin
2024-03-21 20:08 Arthur Zamarin
2024-02-10 15:00 Arthur Zamarin
2023-12-07 20:31 Arthur Zamarin
2023-04-22 17:56 Arthur Zamarin
2023-04-21 8:03 Arthur Zamarin
2023-03-17 6:11 Arthur Zamarin
2022-12-02 10:39 Arthur Zamarin
2022-10-14 20:02 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=1673644014.408514657d8c17ae4d70871ebb46495acdb625b8.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