8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "1mw8j8ads8hqdbz42siwpffi4wi5s33z9g14a5c2i7vxp8m68qc1";
20 nativeCheckInputs = [ unittestCheckHook ];
22 unittestFlagsArray = [
28 description = "GNU Readline-like line editing module";
29 homepage = "https://github.com/jangler/readlike";
30 license = licenses.mit;
31 maintainers = with maintainers; [ dotlambda ];