pythonPackages.xstatic-asciinema-player: init at 2.6.1.1
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user