mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
Add support for pyiface
Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way. Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
c09fcd618e
commit
6015d3a4bf
@@ -0,0 +1,11 @@
|
|||||||
|
SUMMARY = "Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way"
|
||||||
|
SECTION = "devel/python"
|
||||||
|
HOMEPAGE = "https://pypi.python.org/pypi/pyiface/"
|
||||||
|
LICENSE = "GPLv3+"
|
||||||
|
|
||||||
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fe06497acaf4f45999925d348c2605f9"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "edcdd71109c4259af8348006a8049c9c"
|
||||||
|
SRC_URI[sha256sum] = "dc984de0e1bcf6871ef88b1a92d1fb75717d4f602a60caeb66136093d4a8f62e"
|
||||||
|
|
||||||
|
inherit pypi
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
inherit setuptools
|
||||||
|
require python-pyiface.inc
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
inherit setuptools3
|
||||||
|
require python-pyiface.inc
|
||||||
Reference in New Issue
Block a user