python3Packages.flit-core: 2.3.0 -> 3.2.0
This commit is contained in:
parent
a31eaddb60
commit
0ece8a56bd
@ -3,12 +3,13 @@
|
|||||||
, flit
|
, flit
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, toml
|
, toml
|
||||||
|
, pytestCheckHook
|
||||||
|
, testpath
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "flit-core";
|
pname = "flit-core";
|
||||||
version = "2.3.0";
|
version = "3.2.0";
|
||||||
disabled = !isPy3k;
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
inherit (flit) src patches;
|
inherit (flit) src patches;
|
||||||
@ -21,6 +22,11 @@ buildPythonPackage rec {
|
|||||||
toml
|
toml
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
pytestCheckHook
|
||||||
|
testpath
|
||||||
|
];
|
||||||
|
|
||||||
passthru.tests = {
|
passthru.tests = {
|
||||||
inherit flit;
|
inherit flit;
|
||||||
};
|
};
|
||||||
|
@ -32,6 +32,8 @@ with self; with super; {
|
|||||||
|
|
||||||
feedparser = callPackage ../development/python-modules/feedparser/5.nix { };
|
feedparser = callPackage ../development/python-modules/feedparser/5.nix { };
|
||||||
|
|
||||||
|
flit-core = disabled super.flit-core;
|
||||||
|
|
||||||
fontforge = disabled super.fontforge;
|
fontforge = disabled super.fontforge;
|
||||||
|
|
||||||
gaia = disabledIf (isPyPy || isPy3k) (toPythonModule (pkgs.gaia.override {
|
gaia = disabledIf (isPyPy || isPy3k) (toPythonModule (pkgs.gaia.override {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user