From 77098a5da19e6df335306b252f1c3f070b0b28e2 Mon Sep 17 00:00:00 2001 From: Romain Bazile Date: Thu, 20 Jul 2017 09:56:51 +0200 Subject: python-pytun: addition of recipe for python and python3 using pipy (From meta-openembedded commit: 5da62661fa183c656fefd9e172f044314e0ee83b) Signed-off-by: Romain Bazile Signed-off-by: Martin Jansa Signed-off-by: Tim Orling --- recipes-connectivity/python-pytun/python-pytun.inc | 10 ++++++++++ recipes-connectivity/python-pytun/python-pytun_2.2.1.bb | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 recipes-connectivity/python-pytun/python-pytun.inc create mode 100644 recipes-connectivity/python-pytun/python-pytun_2.2.1.bb (limited to 'recipes-connectivity/python-pytun') diff --git a/recipes-connectivity/python-pytun/python-pytun.inc b/recipes-connectivity/python-pytun/python-pytun.inc new file mode 100644 index 0000000..79a8bfb --- /dev/null +++ b/recipes-connectivity/python-pytun/python-pytun.inc @@ -0,0 +1,10 @@ +SUMMARY = "Python TUN/TAP tunnel module" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=13f7629e8e4989b66b4a913ab05a91de" + +SRC_URI[md5sum] = "5b35b1cf80a02cca7ec72eb95d6b0192" +SRC_URI[sha256sum] = "07595dadf85f5176eb08c8d4d9ba5b862a180e96633f670f91437c47a1bead0d" + +PYPI_PACKAGE = "python-pytun" + +inherit pypi diff --git a/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb b/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb new file mode 100644 index 0000000..3fc587f --- /dev/null +++ b/recipes-connectivity/python-pytun/python-pytun_2.2.1.bb @@ -0,0 +1,2 @@ +require python-pytun.inc +inherit setuptools -- cgit 1.2.3-korg