python313Packages.pywerview: modernize
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user