12 buildPythonPackage rec {
14 version = "2024.12.21";
17 disabled = pythonOlder "3.9";
20 inherit pname version;
21 hash = "sha256-ZQMok8os+EIv65FJzErZkS7fjkzBf9KBPWbyWq3HO5k=";
24 build-system = [ setuptools ];
32 pythonRelaxDeps = [ "docopt" ];
34 pythonImportsCheck = [ "tubeup" ];
36 # Tests failing upstream
40 description = "Youtube (and other video site) to Internet Archive Uploader";
41 mainProgram = "tubeup";
42 homepage = "https://github.com/bibanon/tubeup";
43 changelog = "https://github.com/bibanon/tubeup/releases/tag/${version}";
44 license = licenses.gpl3Only;