aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-docopt_0.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/python/python-docopt_0.6.2.bb')
-rw-r--r--recipes-devtools/python/python-docopt_0.6.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-docopt_0.6.2.bb b/recipes-devtools/python/python-docopt_0.6.2.bb
new file mode 100644
index 0000000..e51aeba
--- /dev/null
+++ b/recipes-devtools/python/python-docopt_0.6.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Pythonic command line arguments parser, that will make you smile http://docopt.org"
+HOMEPAGE = "http://docopt.org"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=2c9872d13fa571e7ba6de95055da1fe2"
+
+SRC_NAME = "docopt"
+SRC_URI = "https://github.com/docopt/docopt/archive/${PV}.tar.gz;downloadfilename=${SRC_NAME}-${PV}.tar.gz"
+
+S = "${WORKDIR}/${SRC_NAME}-${PV}/"
+
+SRC_URI[md5sum] = "842b44f8c95517ed5b792081a2370da1"
+SRC_URI[sha256sum] = "6acf9abbbe757ef75dc2ecd9d91ba749547941abaffbe69ff2086a9e37d4904c"
+
+inherit distutils
+
+BBCLASSEXTEND = "native" \ No newline at end of file