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

python310Packages.py-partiql-parser: remove nix-update-script

parent 1a8298fb
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
{ lib
, buildPythonPackage
, fetchFromGitHub
, nix-update-script
, pytestCheckHook
, pythonOlder
, setuptools
@@ -35,12 +34,8 @@ buildPythonPackage rec {
    "py_partiql_parser"
  ];

  passthru = {
    updateScript = nix-update-script { };
  };

  meta = with lib; {
    description = "A tokenizer/parser/executor for the PartiQL-language, in Python";
    description = "A tokenizer/parser/executor for the PartiQL-language";
    homepage = "https://github.com/getmoto/py-partiql-parser";
    changelog = "https://github.com/getmoto/py-partiql-parser/blob/${version}/CHANGELOG.md";
    license = licenses.mit;