From f5939ad2b8126d1d18803dafdc21febd83ac8052 Mon Sep 17 00:00:00 2001 From: Philip Balister Date: Tue, 1 Dec 2015 12:26:18 -0500 Subject: python-vcversioner: Add new recipe. Signed-off-by: Philip Balister Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb new file mode 100644 index 0000000000..f7cd9bb78a --- /dev/null +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "Twisted Web Sockets" +HOMEPAGE = "https://github.com/MostAwesomeDude/txWS" + +LICENSE = "ISC" +LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d" + +SRC_URI = "https://pypi.python.org/packages/source/v/vcversioner/vcversioner-${PV}.tar.gz" +SRC_URI[md5sum] = "7848a365ced9941053bc25d9a9f8f4b4" +SRC_URI[sha256sum] = "acd43686e92e6c8bbeb4f2eef54408567a7adea9692fa72d591eec5357c03b86" + +S = "${WORKDIR}/vcversioner-${PV}" + +inherit setuptools + -- cgit v1.2.3-54-g00ecf