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