python310Packages.zarr: update disabled and add format
This commit is contained in:
committed by
Martin Weinelt
parent
b3f1d3553d
commit
ab6528f300
@@ -1,6 +1,6 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, isPy27
|
||||
, pythonOlder
|
||||
, fetchPypi
|
||||
, setuptools-scm
|
||||
, asciitree
|
||||
@@ -13,7 +13,9 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "zarr";
|
||||
version = "2.14.2";
|
||||
disabled = isPy27;
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user