Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: /
Date: Wed, 11 Jan 2012 12:39:04
Message-Id: 48ae5a4d10657efc8a05fb6f91d0a9584891cec2.zmedico@gentoo
1 commit: 48ae5a4d10657efc8a05fb6f91d0a9584891cec2
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 11 12:38:07 2012 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 11 12:38:07 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=48ae5a4d
7
8 DEVELOPING: add "Dependencies" section
9
10 ---
11 DEVELOPING | 7 +++++++
12 1 files changed, 7 insertions(+), 0 deletions(-)
13
14 diff --git a/DEVELOPING b/DEVELOPING
15 index fa17a39..ebe5d56 100644
16 --- a/DEVELOPING
17 +++ b/DEVELOPING
18 @@ -13,6 +13,13 @@ support Python 3 syntax. All exception handling should use Python 3 'except'
19 syntax, and the print function should be used instead of Python 2's print
20 statement (from __future__ import print_function).
21
22 +Dependencies
23 +------------
24 +
25 +Python and Bash should be the only hard dependencies. Any other dependencies,
26 +including external Python modules that are not included with Python itself,
27 +must be optionally enabled by run-time detection.
28 +
29 Tabs
30 ----