Commit 9daf01f3 authored by Mario Rodas's avatar Mario Rodas
Browse files
parent 49e3683c
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@

python3.pkgs.buildPythonApplication rec {
  pname = "you-get";
  version = "0.4.1620";
  version = "0.4.1650";
  format = "setuptools";

  # Tests aren't packaged, but they all hit the real network so
  # probably aren't suitable for a build environment anyway.
@@ -15,7 +16,7 @@ python3.pkgs.buildPythonApplication rec {

  src = python3.pkgs.fetchPypi {
    inherit pname version;
    sha256 = "sha256-wCDaT9Nz1ZiSsqFwX1PXHq6QF6fjLRI9wwvvWxcmYOY=";
    sha256 = "sha256-s8lEz3pjzEaMzMiBbc5/wAjC5rW6Uq7+XOIIGBijrUc=";
  };

  patches = [
@@ -36,6 +37,10 @@ python3.pkgs.buildPythonApplication rec {
      --bash contrib/completion/you-get-completion.bash
  '';

  pythonImportsCheck = [
    "you_get"
  ];

  meta = with lib; {
    description = "A tiny command line utility to download media contents from the web";
    homepage = "https://you-get.org";