aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python3-whatthepatch_0.0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python3-whatthepatch_0.0.5.bb')
-rw-r--r--recipes-devtools/python/python3-whatthepatch_0.0.5.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/recipes-devtools/python/python3-whatthepatch_0.0.5.bb b/recipes-devtools/python/python3-whatthepatch_0.0.5.bb
deleted file mode 100644
index c0b7682..0000000
--- a/recipes-devtools/python/python3-whatthepatch_0.0.5.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "A patch parsing library"
-DESCRIPTION = "What The Patch!? is a library for parsing patch files. \
-Its only purpose is to read a patch file and get it into some usable form by other programs."
-HOMEPAGE = "https://pypi.python.org/pypi/whatthepatch"
-SECTION = "libs"
-
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://setup.py;md5=a6377e466f612f442bbc6bb2e91eee5d"
-
-SRC_URI = "https://pypi.python.org/packages/64/1e/7a63cba8a0d70245b9ab1c03694dabe36476fa65ee546e6dff6c8660434c/whatthepatch-0.0.5.tar.gz \
- "
-
-SRC_URI[md5sum] = "80d7c24de99ca9501f07b42e88d6f7c1"
-SRC_URI[sha256sum] = "494a2ec6c05b80f9ed1bd773f5ac9411298e1af6f0385f179840b5d60d001aa6"
-
-S="${WORKDIR}/whatthepatch-0.0.5"
-
-inherit distutils3 python3native setuptools3 python3-dir
-
-BBCLASSEXTEND = "native"
-
-