aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-sphinx-native_1.6.6.bb')
-rw-r--r--recipes-devtools/python/python3-sphinx-native_1.6.6.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-devtools/python/python3-sphinx-native_1.6.6.bb b/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
deleted file mode 100644
index b72dad8..0000000
--- a/recipes-devtools/python/python3-sphinx-native_1.6.6.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-