pythonPackages.xstatic-asciinema-player: init at 2.6.1.1

This commit is contained in:
Jakub Skokan 2023-05-11 10:41:34 +02:00
parent 79eab03a25
commit 13d5bbfd03
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,24 @@
{ buildPythonPackage
, lib
, fetchPypi
}:
buildPythonPackage rec {
pname = "XStatic-asciinema-player";
version = "2.6.1.1";
src = fetchPypi {
inherit version pname;
sha256 = "sha256-yA6WC067St82Dm6StaCKdWrRBhmNemswetIO8iodfcw=";
};
# no tests implemented
doCheck = false;
meta = with lib; {
homepage = "https://github.com/python-xstatic/asciinema-player";
description = "Asciinema-player packaged for python";
license = licenses.asl20;
maintainers = with maintainers; [ aither64 ];
};
}

View file

@ -13040,6 +13040,8 @@ self: super: with self; {
xsdata = callPackage ../development/python-modules/xsdata { };
xstatic-asciinema-player = callPackage ../development/python-modules/xstatic-asciinema-player { };
xstatic-bootbox = callPackage ../development/python-modules/xstatic-bootbox { };
xstatic-bootstrap = callPackage ../development/python-modules/xstatic-bootstrap { };