pythonpackages.python_tvrage: Remove dead package

-21
-21
pkgs/top-level/python-packages.nix
··· 8993 8993 8994 8994 pytorch = callPackage ../development/python-modules/pytorch { }; 8995 8995 8996 - python_tvrage = buildPythonPackage (rec { 8997 - version = "0.4.1"; 8998 - name = "tvrage-${version}"; 8999 - 9000 - src = pkgs.fetchurl { 9001 - url = "mirror://pypi/p/python-tvrage/python-tvrage-${version}.tar.gz"; 9002 - sha256 = "f8a530376c5cf1bc573d1945a8504c3394b228c731a3eff5100c705997a72063"; 9003 - }; 9004 - 9005 - # has mostly networking dependent tests 9006 - doCheck = false; 9007 - propagatedBuildInputs = with self; [ beautifulsoup ]; 9008 - 9009 - meta = { 9010 - homepage = https://github.com/ckreutzer/python-tvrage; 9011 - description = "Client interface for tvrage.com's XML-based api feeds"; 9012 - license = licenses.bsd3; 9013 - maintainers = with maintainers; [ domenkozar ]; 9014 - }; 9015 - }); 9016 - 9017 8996 python2-pythondialog = buildPythonPackage rec { 9018 8997 name = "python2-pythondialog-${version}"; 9019 8998 version = "3.3.0";