From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pkgcore/pkgcore:master commit in: /
Date: Sat, 9 Mar 2024 18:07:14 +0000 (UTC) [thread overview]
Message-ID: <1710007630.b691ba46eeaf9ddd767519d977869b561a643841.arthurzam@gentoo> (raw)
commit: b691ba46eeaf9ddd767519d977869b561a643841
Author: Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Fri Jan 26 22:56:10 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 9 18:07:10 2024 +0000
URL: https://gitweb.gentoo.org/proj/pkgcore/pkgcore.git/commit/?id=b691ba46
Add `make dev-environment` to simplify setup for devs.
Signed-off-by: Brian Harring <ferringb <AT> gmail.com>
Closes: https://github.com/pkgcore/pkgcore/pull/433
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Makefile | 4 ++++
README.rst | 8 ++++++++
2 files changed, 12 insertions(+)
diff --git a/Makefile b/Makefile
index 84ed70add..1efb6afd1 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,7 @@ clean:
.PHONY: format
format:
$(PYTHON) -m black .
+
+.PHONY: dev-environment
+dev-environment:
+ $(PYTHON) -m pip install -e .[test,doc,formatter]
diff --git a/README.rst b/README.rst
index 7b18f6802..e02156aa0 100644
--- a/README.rst
+++ b/README.rst
@@ -52,6 +52,14 @@ Installing from a tarball::
pip install .
+Developing
+==========
+
+Installing the dependencies for testing, formatting, and documentation building
+into an editable environment::
+
+ make dev-environment
+
Tests
=====
next reply other threads:[~2024-03-09 18:07 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-09 18:07 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-02 5:48 [gentoo-commits] proj/pkgcore/pkgcore:master commit in: / Arthur Zamarin
2025-06-01 7:04 Arthur Zamarin
2025-06-01 6:58 Arthur Zamarin
2025-04-11 18:54 Arthur Zamarin
2025-01-24 7:33 Arthur Zamarin
2024-09-06 11:15 Arthur Zamarin
2024-03-29 16:49 Arthur Zamarin
2024-03-27 19:29 Arthur Zamarin
2024-01-26 19:56 Arthur Zamarin
2024-01-26 19:56 Arthur Zamarin
2024-01-26 9:36 Arthur Zamarin
2024-01-26 9:36 Arthur Zamarin
2024-01-25 15:48 Arthur Zamarin
2024-01-25 15:48 Arthur Zamarin
2024-01-25 15:48 Arthur Zamarin
2024-01-19 9:56 Arthur Zamarin
2024-01-15 17:04 Arthur Zamarin
2023-12-22 15:44 Arthur Zamarin
2023-11-24 15:17 Arthur Zamarin
2023-08-29 18:23 Arthur Zamarin
2023-08-05 19:00 Arthur Zamarin
2023-04-21 6:10 Arthur Zamarin
2023-03-01 19:47 Arthur Zamarin
2023-02-02 20:30 Arthur Zamarin
2023-01-19 19:36 Arthur Zamarin
2023-01-17 20:50 Arthur Zamarin
2022-12-27 18:49 Arthur Zamarin
2022-12-25 19:45 Arthur Zamarin
2022-12-25 19:34 Arthur Zamarin
2022-11-10 19:17 Arthur Zamarin
2022-11-10 4:59 Arthur Zamarin
2022-10-04 10:20 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=1710007630.b691ba46eeaf9ddd767519d977869b561a643841.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