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
|