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 1S3tIN-0006dP-Iq for garchives@archives.gentoo.org; Sat, 03 Mar 2012 18:03:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 558BBE06CC; Sat, 3 Mar 2012 18:02:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2AD54E06CC for ; Sat, 3 Mar 2012 18:02:56 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 657961B4013 for ; Sat, 3 Mar 2012 18:02:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1B72EE542A for ; Sat, 3 Mar 2012 18:02:54 +0000 (UTC) From: "Krzysztof Pawlik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Krzysztof Pawlik" Message-ID: <1330797767.d2da3fa38c166446de16e6806ea3860d6c461a12.nelchael@gentoo> Subject: [gentoo-commits] dev/nelchael:master commit in: eclass/ X-VCS-Repository: dev/nelchael X-VCS-Files: eclass/python-distutils-ng.eclass X-VCS-Directories: eclass/ X-VCS-Committer: nelchael X-VCS-Committer-Name: Krzysztof Pawlik X-VCS-Revision: d2da3fa38c166446de16e6806ea3860d6c461a12 X-VCS-Branch: master Date: Sat, 3 Mar 2012 18:02:54 +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: 1a8ed75b-f9b0-43c5-9c66-db90b7dbf47e X-Archives-Hash: 7a4b1cf00c5a8db4acce51b410023c8d commit: d2da3fa38c166446de16e6806ea3860d6c461a12 Author: Krzysztof Pawlik none> AuthorDate: Sat Mar 3 18:02:47 2012 +0000 Commit: Krzysztof Pawlik gentoo org> CommitDate: Sat Mar 3 18:02:47 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/nelchael.git;a= =3Dcommit;h=3Dd2da3fa3 Documentation for eclass. --- eclass/python-distutils-ng.eclass | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-= ng.eclass index ca6eaa8..3260d1b 100644 --- a/eclass/python-distutils-ng.eclass +++ b/eclass/python-distutils-ng.eclass @@ -13,7 +13,19 @@ # The Python eclass is designed to allow an easier installation of Pytho= n # packages and their incorporation into the Gentoo Linux system. # -# TODO: Document implementations! +# This eclass provides functions for following phases: +# - src_prepare - you can define python_prepare_all function that will = be run +# before creating implementation-specific directory and python_prepar= e +# function that will be run for each implementation +# - src_configure - you can define python_configure function that will = be run +# for each implementation +# - src_compile - you can define python_compile function that will be r= un for +# each implementation, default function will run `setup.py build' +# - src_test - you can define python_test function that will be run for= each +# implementation +# - src_install - you can define python_install function that will be r= un for +# each implementation and python_install_all that will be run in orig= inal +# directory (so it wil lnot contain any implementation-specific files= ) =20 # @ECLASS-VARIABLE: PYTHON_COMPAT # @DESCRIPTION: