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

This commit is contained in:
Fabian Affolter 2023-10-15 09:33:59 +02:00 committed by GitHub
parent 1a8298fbda
commit fb895fe99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
{ 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;