aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
blob: b72dad893d952a8417388ee9d6eb7d24f5cc69e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Python documentation generator"
HOMEPAGE = "http://sphinx-doc.org/"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d5575c977f2e4659ece47f731f2b8319"

PR = "r0"
SRCNAME = "sphinx"

SRC_URI = "git://github.com/sphinx-doc/sphinx.git"

SRCREV = "739022730295c4968ecc212bbb80b03981eeced3"
S = "${WORKDIR}/git"

inherit setuptools3 native python3native