Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2542 - HappyDoc-2.0.1.ebuild (New Ebuild)
Summary: HappyDoc-2.0.1.ebuild (New Ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Jon Nelson (RETIRED)
URL: http://happydoc.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-07 15:53 UTC by Gontran Zepeda
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gontran Zepeda 2002-05-07 15:53:51 UTC
HappyDoc is a tool for extracting documentation from Python source code.

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Gontran Zepeda <gontran@gontran.net>


# HappyDoc version numbering is not very compatible with portage -- kludgeing

S=${WORKDIR}/HappyDoc-r2_0_1/
DESCRIPTION="HappyDoc is a tool for extracting documentation from Python source
code."
SRC_URI="http://unc.dl.sourceforge.net/sourceforge/happydoc/HappyDoc_r2_0_1.tar.gz"
HOMEPAGE="http://happydoc.sourceforge.net/"

DEPEND="virtual/python"

src_compile() {
        python setup.py build || die
}

src_install() {
        python setup.py install --root=${D} --prefix=/usr || die
        dodoc CHANGES.txt README.txt test_happydoc.py
}
Comment 1 Jon Nelson (RETIRED) 2002-05-14 21:54:05 UTC
I just finished commiting happydoc 2.0.1 to dev-python/happydoc

EnjoY!