aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-sphinx-native_1.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-sphinx-native_1.3.1.bb')
-rw-r--r--recipes-devtools/python/python-sphinx-native_1.3.1.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-devtools/python/python-sphinx-native_1.3.1.bb b/recipes-devtools/python/python-sphinx-native_1.3.1.bb
deleted file mode 100644
index 113764b..0000000
--- a/recipes-devtools/python/python-sphinx-native_1.3.1.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Python documentation generator"
-HOMEPAGE = "http://sphinx-doc.org/"
-SECTION = "devel/python"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6dd095eaa1e7a662b279daf80ecad7e6"
-
-PR = "r0"
-SRCNAME = "Sphinx"
-
-SRC_URI = "http://pypi.python.org/packages/source/S/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "8786a194acf9673464c5455b11fd4332"
-SRC_URI[sha256sum] = "1a6e5130c2b42d2de301693c299f78cc4bd3501e78b610c08e45efc70e2b5114"
-
-S = "${WORKDIR}/${SRCNAME}-${PV}"
-
-inherit setuptools native