summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-06-30 00:18:12 +0000
committerMike Frysinger <vapier@gentoo.org>2003-06-30 00:18:12 +0000
commit38cafde8da80d39b0b70af12d9d870106527888f (patch)
treec57b9831c40c2f48d7de602ebfc0b5d808e3b6e4
parentmanpage for stardict eclass (diff)
downloadportage-cvs-38cafde8da80d39b0b70af12d9d870106527888f.tar.gz
portage-cvs-38cafde8da80d39b0b70af12d9d870106527888f.tar.bz2
portage-cvs-38cafde8da80d39b0b70af12d9d870106527888f.zip
manpage for distutils
-rw-r--r--man/distutils.539
1 files changed, 39 insertions, 0 deletions
diff --git a/man/distutils.5 b/man/distutils.5
new file mode 100644
index 0000000..b3c5fb9
--- /dev/null
+++ b/man/distutils.5
@@ -0,0 +1,39 @@
+.TH "DISTUTILS" "5" "Jun 2003" "Portage 2.0.48" "portage"
+.SH "NAME"
+distutils \- allow easier installation of distutils-based python modules
+.SH "DESCRIPTION"
+The \fBdistutils\fR eclass is designed to allow easier installation of
+distutils-based python modules and their incorporation into the Gentoo
+Linux system. The eclass defines \fBsrc_compile\fR and \fBsrc_install\fR
+for you. You should be able to make a quick ebuild without setting up
+any extra variables or functions.
+.SH "VARIABLES"
+.TP
+.B PYTHON_SLOT_VERSION = \fI"[0|2.1]"\fR
+This allows you to depend on python-2.1. This is usually only
+needed by a -py21- ebuild. Otherwise you should not have to set this.
+.TP
+.B DOCS = \fI"<files to give to dodoc>"\fR
+This will cause \fBsrc_install\fR to install a few extra documentation
+files than normal.
+.SH "FUNCTIONS"
+.TP
+.B distutils_python_version
+This will setup the variables \fBPYVER_MAJOR\fR, \fBPYVER_MINOR\fR,
+and \fBPYVER\fR with the corresponding values of the python version.
+.TP
+.B distutils_python_tkinter
+If the package requires tkinter support, then calling this function
+will cause the ebuild to fail if tkinter support does not exist. An
+informative message will be displayed telling the user they need to
+recompile python with tkinter support for the ebuild to emerge.
+.SH "REPORTING BUGS"
+Please report bugs via http://bugs.gentoo.org/
+.SH "SEE ALSO"
+.BR ebuild (5)
+.SH "FILES"
+.BR /usr/portage/eclass/distutils.eclass
+.SH "AUTHORS"
+Mike Frysinger <vapier@gentoo.org>
+.SH "CVS HEADER"
+$Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/man/Attic/distutils.5,v 1.1 2003/06/30 00:18:12 vapier Exp $