python312Packages.apkinspector: format with nixfmt
This commit is contained in:
parent
67da5a7e38
commit
6cec50eeb0
@ -1,9 +1,10 @@
|
|||||||
{ lib
|
{
|
||||||
, buildPythonPackage
|
lib,
|
||||||
, fetchPypi
|
buildPythonPackage,
|
||||||
, poetry-core
|
fetchPypi,
|
||||||
, pytestCheckHook
|
poetry-core,
|
||||||
, pythonOlder
|
pytestCheckHook,
|
||||||
|
pythonOlder,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -18,17 +19,13 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-EztaCoUVbV9pIoba4X4liqPRZiZB6F65PB9cdb/eA+A=";
|
hash = "sha256-EztaCoUVbV9pIoba4X4liqPRZiZB6F65PB9cdb/eA+A=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [ poetry-core ];
|
||||||
poetry-core
|
|
||||||
];
|
|
||||||
|
|
||||||
# Tests are not available
|
# Tests are not available
|
||||||
# https://github.com/erev0s/apkInspector/issues/21
|
# https://github.com/erev0s/apkInspector/issues/21
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
pythonImportsCheck = [
|
pythonImportsCheck = [ "apkInspector" ];
|
||||||
"apkInspector"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Module designed to provide detailed insights into the zip structure of APK files";
|
description = "Module designed to provide detailed insights into the zip structure of APK files";
|
||||||
|
Loading…
Reference in New Issue
Block a user