python311Packages.pytubefix, python312Packages.pytubefix: init at 5.6.3

This commit is contained in:
Roshan Kumar
2024-05-26 16:01:03 +05:30
parent 4746f1d15c
commit b995ae738c
2 changed files with 30 additions and 0 deletions
@@ -0,0 +1,28 @@
{
lib,
buildPythonPackage,
fetchPypi,
setuptools-scm,
}:
buildPythonPackage rec {
pname = "pytubefix";
version = "5.6.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qYNIQhwSZ3ZG3WMY6qCul1OEno1PWgMlfcFSxN3c6aw=";
};
nativeBuildInputs = [ setuptools-scm ];
pythonImportsCheck = [ "pytubefix" ];
meta = {
homepage = "https://github.com/JuanBindez/pytubefix";
description = "A pytube fork with additional features and fixes";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ roshaen ];
};
}
+2
View File
@@ -12667,6 +12667,8 @@ self: super: with self; {
pytube = callPackage ../development/python-modules/pytube { };
pytubefix = callPackage ../development/python-modules/pytubefix { };
pytun = callPackage ../development/python-modules/pytun { };
pyturbojpeg = callPackage ../development/python-modules/pyturbojpeg { };