7 buildPythonPackage rec {
10 format = "setuptools";
14 inherit pname version;
15 extension = "tar.bz2";
16 sha256 = "149c3dznb63d82143cz5hqdim0mqjysz6p3yk0zv271vq3xnmzvv";
20 description = "Read & write wireless card capabilities using the Linux Wireless Extensions";
21 homepage = "http://pythonwifi.tuxfamily.org/";
22 # From the README: "pythonwifi is licensed under LGPLv2+, however, the
23 # examples (e.g. iwconfig.py and iwlist.py) are licensed under GPLv2+."
24 license = with licenses; [ lgpl2Plus gpl2Plus ];