plover-lapwing-aio: init at 1.5.0
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
plover-dict-commands,
|
||||
plover-last-translation,
|
||||
plover-modal-dictionary,
|
||||
plover-python-dictionary,
|
||||
plover-stitching,
|
||||
}:
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "plover-lapwing-aio";
|
||||
version = "1.5.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "aerickt";
|
||||
repo = "plover-lapwing-aio";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-+zXsbXwOtnj3feWdBujIYs7MdbB7VV3VWyio8CeJtB4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace-fail "setuptools<77" "setuptools"
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
plover-dict-commands
|
||||
plover-last-translation
|
||||
plover-modal-dictionary
|
||||
plover-python-dictionary
|
||||
plover-stitching
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"plover_lapwing"
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "Plover plugin to automatically install Lapwing dictionaries, dependent plugins, extra dictionaries, and fix the number key behaviour";
|
||||
homepage = "https://github.com/aerickt/plover-lapwing-aio";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
pandapip1
|
||||
ShamrockLee
|
||||
];
|
||||
};
|
||||
})
|
||||
@@ -12670,6 +12670,8 @@ self: super: with self; {
|
||||
|
||||
plover-dict-commands = callPackage ../development/python-modules/plover-dict-commands { };
|
||||
|
||||
plover-lapwing-aio = callPackage ../development/python-modules/plover-lapwing-aio { };
|
||||
|
||||
plover-last-translation = callPackage ../development/python-modules/plover-last-translation { };
|
||||
|
||||
plover-modal-dictionary = callPackage ../development/python-modules/plover-modal-dictionary { };
|
||||
|
||||
Reference in New Issue
Block a user