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

PR = "r0"
SRCNAME = "sphinx"

SRC_URI = "https://github.com/sphinx-doc/sphinx/archive/${PV}.tar.gz"

SRC_URI[md5sum] = "4cb791d4ec15c0116940e7f6c27d7aef"
SRC_URI[sha256sum] = "0707b2a8a47462c06b0107426b8512a68332232241e414384b6b86cce9b7f60f"

S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit setuptools3 native python3native