summaryrefslogtreecommitdiff
path: root/recipes/python/python-epydoc_3.0.1.bb
blob: 36d22ad5a0a32f9fd753043f50e4ab793f4160d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "Epydoc is a tool for generating API documentation for Python modules, based on their docstrings" 
SECTION = "devel/python" 
PRIORITY = "optional" 
LICENSE = "MIT" 
HOMEPAGE = "http://epydoc.sourceforge.net/" 
SRCNAME = "epydoc" 
DEPENDS = "python" 
 
SRC_URI = "http://downloads.sourceforge.net/project/${SRCNAME}/${SRCNAME}/${PV}/${SRCNAME}-${PV}.tar.gz" 
S = "${WORKDIR}/${SRCNAME}-${PV}" 
 
inherit distutils 
python-efl-examples as meta packageMichael Lauer1 2008-01-13python-efl cvs add missing RDEPENDS to python-langMichael Lauer1 2007-12-06python-efl: adjust dependenciesMichael Lauer1 2007-12-06python-efl:Michael Lauer1 2007-08-20python-efl.inc: bump PVMichael Lauer1 2007-07-24add python-efl bindings to task-python-everythingMichael Lauer1 2007-07-24add python-emotion. all python bindings to EFL compile now, but I didn't test...Michael Lauer1 2007-07-24add python bindings to the Enlightenment Foundation LibrariesMichael Lauer1