python310Packages.atom: disable on older Python releases
This commit is contained in:
parent
0516d23a62
commit
17b8bc63eb
@ -5,6 +5,7 @@
|
||||
, future
|
||||
, cppy
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -12,6 +13,8 @@ buildPythonPackage rec {
|
||||
version = "0.8.2";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nucleic";
|
||||
repo = pname;
|
||||
@ -43,8 +46,8 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Memory efficient Python objects";
|
||||
maintainers = [ maintainers.bhipple ];
|
||||
homepage = "https://github.com/nucleic/atom";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bhipple ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user