oelint-adv: 8.2.2 -> 9.7.1
Upstream replaced setup.cfg with pyproject.toml. Changelog: https://github.com/priv-kweihmann/oelint-adv/releases/tag/9.7.1
This commit is contained in:
@@ -7,18 +7,18 @@
|
||||
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "oelint-adv";
|
||||
version = "8.2.2";
|
||||
version = "9.7.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "priv-kweihmann";
|
||||
repo = "oelint-adv";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-W8W+hNgRVxBVkEDyKtFVx2mCyvbMA4CPjR1NrehClJs=";
|
||||
hash = "sha256-44ebctMX7QfF459RvjJM4oz+ByBF3cz4e+02GnY9h1s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "--random-order-bucket=global" "" \
|
||||
--replace-fail "--random-order" "" \
|
||||
--replace-fail "--force-sugar" "" \
|
||||
|
||||
Reference in New Issue
Block a user