All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python-vcversioner: Add new recipe.
@ 2015-12-01 17:26 Philip Balister
  2015-12-01 17:26 ` [meta-python][PATCH 2/3] python-txws: " Philip Balister
  2015-12-01 17:26 ` [meta-python][PATCH 3/3] python-bitarray: " Philip Balister
  0 siblings, 2 replies; 4+ messages in thread
From: Philip Balister @ 2015-12-01 17:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Philip Balister <philip@balister.org>
---
 .../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

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 0000000..f7cd9bb
--- /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
+
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-24 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 17:26 [meta-python][PATCH 1/3] python-vcversioner: Add new recipe Philip Balister
2015-12-01 17:26 ` [meta-python][PATCH 2/3] python-txws: " Philip Balister
2016-02-24 13:02   ` Martin Jansa
2015-12-01 17:26 ` [meta-python][PATCH 3/3] python-bitarray: " Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.