python313Packages.pywerview: modernize

This commit is contained in:
Fabian Affolter
2025-12-16 10:01:42 +01:00
committed by GitHub
parent 0c50f55eae
commit 9fc7280f0c
@@ -8,7 +8,6 @@
lxml,
pyasn1,
pycryptodome,
pythonOlder,
setuptools,
}:
@@ -17,8 +16,6 @@ buildPythonPackage rec {
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "the-useless-one";
repo = "pywerview";
@@ -49,7 +46,7 @@ buildPythonPackage rec {
meta = {
description = "Module for PowerSploit's PowerView support";
homepage = "https://github.com/the-useless-one/pywerview";
changelog = "https://github.com/the-useless-one/pywerview/releases/tag/v${version}";
changelog = "https://github.com/the-useless-one/pywerview/releases/tag/${src.tag}";
license = lib.licenses.gpl3Plus;
maintainers = with lib.maintainers; [ fab ];
mainProgram = "pywerview";