| Andrew Geissler | 32b1199 | 2021-03-31 13:37:05 -0500 | [diff] [blame] | 1 | DESCRIPTION = "Cross-platform network interface and IP address enumeration \ |
| 2 | library" | ||||
| 3 | HOMEPAGE = "https://pypi.org/project/ifaddr/" | ||||
| 4 | LICENSE = "MIT" | ||||
| 5 | |||||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=8debe8d42320ec0ff24665319b625a5e" | ||||
| 7 | |||||
| 8 | SRC_URI[sha256sum] = "1f9e8a6ca6f16db5a37d3356f07b6e52344f6f9f7e806d618537731669eb1a94" | ||||
| 9 | |||||
| 10 | inherit pypi setuptools3 | ||||