mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
python313Packages.beanhub-import: modernize
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
buildPythonPackage,
|
||||
pythonOlder,
|
||||
pytestCheckHook,
|
||||
beancount-black,
|
||||
beancount-parser,
|
||||
@@ -19,8 +18,6 @@ buildPythonPackage rec {
|
||||
version = "1.2.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "LaunchPlatform";
|
||||
repo = "beanhub-import";
|
||||
@@ -53,7 +50,7 @@ buildPythonPackage rec {
|
||||
description = "Declarative idempotent rule-based Beancount transaction import engine in Python";
|
||||
homepage = "https://github.com/LaunchPlatform/beanhub-import/";
|
||||
changelog = "https://github.com/LaunchPlatform/beanhub-import/releases/tag/${src.tag}";
|
||||
license = with lib.licenses; [ mit ];
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fangpen ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user