1 { lib, fetchFromGitHub, buildPythonPackage, isPy3k, future, pyusb, ipython, pygreat }:
3 buildPythonPackage rec {
5 version = "2019.5.1.dev0";
7 src = fetchFromGitHub {
8 owner = "greatscottgadgets";
11 sha256 = "054vkx4xkbhxhh5grjbs9kw3pjkv1zapp91ysrqr0c8mg1pc7zxv";
16 propagatedBuildInputs = [ future pyusb ipython pygreat ];
22 echo "$version" > ../VERSION
26 description = "Hardware hacking with the greatfet";
27 homepage = "https://greatscottgadgets.com/greatfet";
28 license = lib.licenses.bsd3;
29 platforms = lib.platforms.all;
30 maintainers = with lib.maintainers; [ mog ];