public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Krzysztof Pawlik" <nelchael@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/nelchael:master commit in: eclass/
Date: Sat,  3 Mar 2012 18:02:54 +0000 (UTC)	[thread overview]
Message-ID: <1330797767.d2da3fa38c166446de16e6806ea3860d6c461a12.nelchael@gentoo> (raw)

commit:     d2da3fa38c166446de16e6806ea3860d6c461a12
Author:     Krzysztof Pawlik <none <AT> none>
AuthorDate: Sat Mar  3 18:02:47 2012 +0000
Commit:     Krzysztof Pawlik <nelchael <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 18:02:47 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/nelchael.git;a=commit;h=d2da3fa3

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 Python
 # 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_prepare
+#    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 run 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 run for
+#    each implementation and python_install_all that will be run in original
+#    directory (so it wil lnot contain any implementation-specific files)
 
 # @ECLASS-VARIABLE: PYTHON_COMPAT
 # @DESCRIPTION:



             reply	other threads:[~2012-03-03 18:03 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-03 18:02 Krzysztof Pawlik [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-03 10:06 [gentoo-commits] dev/nelchael:master commit in: eclass/ Krzysztof Pawlik
2012-03-01 18:39 Krzysztof Pawlik
2012-03-01 18:22 Krzysztof Pawlik
2012-03-01 17:54 Krzysztof Pawlik
2012-03-01 17:54 Krzysztof Pawlik
2012-02-29 17:38 Krzysztof Pawlik
2012-02-29 17:38 Krzysztof Pawlik
2012-02-29 17:38 Krzysztof Pawlik
2012-02-28 20:52 Krzysztof Pawlik

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=1330797767.d2da3fa38c166446de16e6806ea3860d6c461a12.nelchael@gentoo \
    --to=nelchael@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