mpfshell: 0.8.1 -> unstable-2020-04-11
This commit is contained in:
parent
f71e439688
commit
a931ec9cdf
@ -1,20 +1,23 @@
|
|||||||
{ lib, python3Packages, fetchFromGitHub }:
|
{ lib, python3Packages, fetchFromGitHub }:
|
||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
name = "mpfshell-${version}";
|
pname = "mpfshell-unstable";
|
||||||
version = "0.8.1";
|
version = "2020-04-11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "wendlers";
|
owner = "wendlers";
|
||||||
repo = "mpfshell";
|
repo = "mpfshell";
|
||||||
rev = version;
|
rev = "429469fcccbda770fddf7a4277f5db92b1217664";
|
||||||
sha256 = "1n4ap4yfii54y125f9n9krc0lc0drwg3hsq4z6g89xbswdx9sygr";
|
sha256 = "0md6ih9vp65dacqy8gki3b2p4v76xb9ijqmxymk4b4f9z684x2m7";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with python3Packages; [
|
propagatedBuildInputs = with python3Packages; [
|
||||||
pyserial colorama websocket_client
|
pyserial colorama websocket_client
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "mp.mpfshell" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/wendlers/mpfshell";
|
homepage = "https://github.com/wendlers/mpfshell";
|
||||||
description = "A simple shell based file explorer for ESP8266 Micropython based devices";
|
description = "A simple shell based file explorer for ESP8266 Micropython based devices";
|
||||||
|
Loading…
Reference in New Issue
Block a user