mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
python3Packages.tidyexc: switch to pypaBuildHook
This commit is contained in:
parent
37303b44db
commit
3bdd890423
@ -2,12 +2,13 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
, flit
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tidyexc";
|
||||
version = "0.10.0";
|
||||
format = "flit";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
@ -16,6 +17,10 @@ buildPythonPackage rec {
|
||||
sha256 = "1gl1jmihafawg7hvnn4xb20vd2x5qpvca0m1wr2gk0m2jj42yiq6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
flit
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"tidyexc"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user