Merge pull request #104278 from r-ryantm/auto-update/python2.7-asciimatics
python27Packages.asciimatics: 1.11.0 -> 1.12.0
This commit is contained in:
commit
205e4b6fe4
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "asciimatics";
|
pname = "asciimatics";
|
||||||
version = "1.11.0";
|
version = "1.12.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "132y3gc0dj9vmgajmzz2fyc3icrrgsvynwfl0g31bylm7h9p220x";
|
sha256 = "4120461a3fb345638dee4fe0f8a3d3f9b6d2d2e003f95c5f914523f94463158d";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -39,6 +39,13 @@ buildPythonPackage rec {
|
|||||||
# which is too complicated to setup here
|
# which is too complicated to setup here
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [
|
||||||
|
"asciimatics.effects"
|
||||||
|
"asciimatics.renderers"
|
||||||
|
"asciimatics.scene"
|
||||||
|
"asciimatics.screen"
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Helps to create full-screen text UIs (from interactive forms to ASCII animations) on any platform";
|
description = "Helps to create full-screen text UIs (from interactive forms to ASCII animations) on any platform";
|
||||||
homepage = "https://github.com/peterbrittain/asciimatics";
|
homepage = "https://github.com/peterbrittain/asciimatics";
|
||||||
|
Loading…
Reference in New Issue
Block a user