Merge pull request #259679 from natsukium/beancount-docverif

python311Packages.beancount-docverif: rename from beancount_docverif
This commit is contained in:
Martin Weinelt 2023-10-11 02:05:10 +02:00 committed by GitHub
commit 16e46495c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 13 deletions

View File

@ -1,17 +1,17 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k
{ lib, buildPythonPackage, fetchPypi
, setuptools-scm
, beancount
, pytest, sh
, pytestCheckHook
}:
buildPythonPackage rec {
version = "1.0.1";
pname = "beancount_docverif";
disabled = !isPy3k;
pname = "beancount-docverif";
pyproject = true;
src = fetchPypi {
inherit pname version;
pname = "beancount_docverif";
inherit version;
hash = "sha256-CFBv1FZP5JO+1MPnD86ttrO42zZlvE157zqig7s4HOg=";
};
@ -24,14 +24,9 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest
sh
pytestCheckHook
];
checkPhase = ''
pytest
'';
meta = with lib; {
homepage = "https://github.com/siriobalmelli/beancount_docverif";
description = "Document verification plugin for Beancount";

View File

@ -57,6 +57,7 @@ mapAliases ({
backports_tempfile = throw "backports_tempfile has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
backports_unittest-mock = throw "backports_unittest-mock has been removed, since we no longer need to backport to python3.2"; # added 2023-07-28
backports_weakref = throw "backports_weakref has been removed, since we no longer need to backport to python3.3"; # added 2023-07-28
beancount_docverif = beancount-docverif; # added 2023-10-08
bedup = throw "bedup was removed because it was broken and abandoned upstream"; # added 2023-02-04
bitcoin-price-api = throw "bitcoin-price-api has been removed, it was using setuptools 2to3 translation feautre, which has been removed in setuptools 58"; # added 2022-02-15
BlinkStick = blinkstick; # added 2023-02-19

View File

@ -1368,7 +1368,7 @@ self: super: with self; {
beancount-parser = callPackage ../development/python-modules/beancount-parser { };
beancount_docverif = callPackage ../development/python-modules/beancount_docverif { };
beancount-docverif = callPackage ../development/python-modules/beancount-docverif { };
beanstalkc = callPackage ../development/python-modules/beanstalkc { };