9 buildPythonPackage rec {
14 disabled = pythonOlder "3.7";
16 src = fetchFromGitHub {
19 rev = "refs/tags/v${version}";
20 hash = "sha256-gRyZychcF3wYocgVbdF255cSuZh/cl8X0WH/Iplkmxc=";
23 sourceRoot = "${src.name}/${pname}";
34 # https://github.com/roskakori/CodecMapper/issues/18
35 "test_can_lookup_ebcdic_codec"
36 "test_can_recode_euro_sign"
38 "test_has_ignored_codec_names"
41 pythonImportsCheck = [
46 description = "Additional EBCDIC codecs";
47 homepage = "https://github.com/roskakori/CodecMapper/tree/master/ebcdic";
48 license = licenses.bsd2;
49 maintainers = with maintainers; [ fab ];