python3Packages.tkinter-gl: add updateScript
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
setuptools-scm,
|
||||
tkgl,
|
||||
tkinter,
|
||||
nix-update-script,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -48,6 +49,13 @@ buildPythonPackage rec {
|
||||
|
||||
pythonImportsCheck = [ "tkinter_gl" ];
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [
|
||||
"--version-regex"
|
||||
"v(.*)_as_released"
|
||||
];
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Base class for GL rendering surfaces in tkinter";
|
||||
changelog = "https://github.com/3-manifolds/tkinter_gl/releases/tag/${src.tag}";
|
||||
|
||||
Reference in New Issue
Block a user