Unverified Commit 04114b51 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.marisa-trie: add format

- disable on unsupported Python releases
parent ba4c8154
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5,11 +5,15 @@
, pytestCheckHook
, hypothesis
, readme_renderer
, pythonOlder
}:

buildPythonPackage rec {
  pname = "marisa-trie";
  version = "1.0.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;