yutto: move to all-packages and 2.0.0b15 -> 2.0.0b16

This commit is contained in:
linsui 2022-11-01 20:43:01 +08:00 committed by Frederik Rietdijk
parent d8d07760bc
commit cd0a368e08
3 changed files with 11 additions and 14 deletions

View file

@ -1,27 +1,22 @@
{ lib
, buildPythonApplication
, fetchPypi
, pythonOlder
, poetry-core
, aiohttp
, aiofiles
, biliass
, dicttoxml
, colorama
, python3
, ffmpeg
, makeWrapper
, nix-update-script
}:
with python3.pkgs;
buildPythonApplication rec {
pname = "yutto";
version = "2.0.0b15";
version = "2.0.0b16";
format = "pyproject";
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-TOFApMwY2WRYg2H2N0PIjylYFKnTHdszdU+AFgLYYwc=";
hash = "sha256-aGmayZGXmEyVuUKDKrgcYuPKsib/c5ou5CZ+Sag6Evk=";
};
nativeBuildInputs = [
@ -42,6 +37,10 @@ buildPythonApplication rec {
pythonImportsCheck = [ "yutto" ];
passthru.updateScript = nix-update-script {
attrPath = pname;
};
meta = with lib; {
description = "A Bilibili downloader";
homepage = "https://github.com/yutto-dev/yutto";

View file

@ -33199,7 +33199,7 @@ with pkgs;
ytmdl = callPackage ../tools/misc/ytmdl { };
yutto = with python3.pkgs; toPythonApplication yutto;
yutto = callPackage ../tools/misc/yutto { };
yuview = libsForQt5.yuview;

View file

@ -12134,8 +12134,6 @@ self: super: with self; {
yubico-client = callPackage ../development/python-modules/yubico-client { };
yutto = callPackage ../tools/misc/yutto { };
z3c-checkversions = callPackage ../development/python-modules/z3c-checkversions { };
z3 = (toPythonModule (pkgs.z3.override {