pythonpackages.python_tvrage: Remove dead package
This commit is contained in:
parent
e87ffaefc6
commit
12d8140a51
1 changed files with 0 additions and 21 deletions
|
@ -8993,27 +8993,6 @@ in {
|
|||
|
||||
pytorch = callPackage ../development/python-modules/pytorch { };
|
||||
|
||||
python_tvrage = buildPythonPackage (rec {
|
||||
version = "0.4.1";
|
||||
name = "tvrage-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/p/python-tvrage/python-tvrage-${version}.tar.gz";
|
||||
sha256 = "f8a530376c5cf1bc573d1945a8504c3394b228c731a3eff5100c705997a72063";
|
||||
};
|
||||
|
||||
# has mostly networking dependent tests
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = with self; [ beautifulsoup ];
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/ckreutzer/python-tvrage;
|
||||
description = "Client interface for tvrage.com's XML-based api feeds";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ domenkozar ];
|
||||
};
|
||||
});
|
||||
|
||||
python2-pythondialog = buildPythonPackage rec {
|
||||
name = "python2-pythondialog-${version}";
|
||||
version = "3.3.0";
|
||||
|
|
Loading…
Reference in a new issue