python311Packages.pytubefix, python312Packages.pytubefix: init at 5.6.3
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user