fixup flit
This commit is contained in:
parent
9b81c28a13
commit
e11dd51b2a
@ -23,6 +23,7 @@ buildPythonPackage rec {
|
|||||||
pname = "flit";
|
pname = "flit";
|
||||||
version = "3.0.0";
|
version = "3.0.0";
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "takluyver";
|
owner = "takluyver";
|
||||||
@ -31,6 +32,10 @@ buildPythonPackage rec {
|
|||||||
sha256 = "zk6mozS3Q9U43PQe/DxgwwsBRJ6Qwb+rSUVGXHijD+g=";
|
sha256 = "zk6mozS3Q9U43PQe/DxgwwsBRJ6Qwb+rSUVGXHijD+g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
|
flit-core
|
||||||
|
];
|
||||||
|
|
||||||
# Use toml instead of pytoml
|
# Use toml instead of pytoml
|
||||||
# Resolves infinite recursion since packaging started using flit.
|
# Resolves infinite recursion since packaging started using flit.
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user