From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RkxSJ-0003ic-Uw for garchives@archives.gentoo.org; Wed, 11 Jan 2012 12:39:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C4A221C043; Wed, 11 Jan 2012 12:38:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 1DA6D21C043 for ; Wed, 11 Jan 2012 12:38:50 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62EAD1B401B for ; Wed, 11 Jan 2012 12:38:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9554680044 for ; Wed, 11 Jan 2012 12:38:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <48ae5a4d10657efc8a05fb6f91d0a9584891cec2.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: DEVELOPING X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 48ae5a4d10657efc8a05fb6f91d0a9584891cec2 Date: Wed, 11 Jan 2012 12:38:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c6900760-ccb8-4b33-88b3-d67f658b3acc X-Archives-Hash: c5af37ee95f046a8a6ddfb441b9f5681 commit: 48ae5a4d10657efc8a05fb6f91d0a9584891cec2 Author: Zac Medico gentoo org> AuthorDate: Wed Jan 11 12:38:07 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jan 11 12:38:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D48ae5a4d DEVELOPING: add "Dependencies" section --- DEVELOPING | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/DEVELOPING b/DEVELOPING index fa17a39..ebe5d56 100644 --- a/DEVELOPING +++ b/DEVELOPING @@ -13,6 +13,13 @@ support Python 3 syntax. All exception handling should= use Python 3 'except' syntax, and the print function should be used instead of Python 2's prin= t statement (from __future__ import print_function). =20 +Dependencies +------------ + +Python and Bash should be the only hard dependencies. Any other dependen= cies, +including external Python modules that are not included with Python itse= lf, +must be optionally enabled by run-time detection. + Tabs ---- =20