diff --git a/packages/uncompyle6.vm/tools/chocolateyinstall.ps1 b/packages/uncompyle6.vm/tools/chocolateyinstall.ps1 new file mode 100644 index 00000000..54655c4c --- /dev/null +++ b/packages/uncompyle6.vm/tools/chocolateyinstall.ps1 @@ -0,0 +1,8 @@ +$ErrorActionPreference = 'Stop' +Import-Module vm.common -Force -DisableNameChecking + +$toolName = 'uncompyle6' +$category = 'Python' +$version = '==3.9.2' + +VM-Install-With-Pip -toolName $toolName -category $category -version $version diff --git a/packages/uncompyle6.vm/tools/chocolateyuninstall.ps1 b/packages/uncompyle6.vm/tools/chocolateyuninstall.ps1 new file mode 100644 index 00000000..b4b9a2a6 --- /dev/null +++ b/packages/uncompyle6.vm/tools/chocolateyuninstall.ps1 @@ -0,0 +1,7 @@ +$ErrorActionPreference = 'Continue' +Import-Module vm.common -Force -DisableNameChecking + +$toolName = 'uncompyle6' +$category = 'Python' + +VM-Uninstall-With-Pip $toolName $category diff --git a/packages/uncompyle6.vm/uncompyle6.vm.nuspec b/packages/uncompyle6.vm/uncompyle6.vm.nuspec new file mode 100644 index 00000000..9dbd5238 --- /dev/null +++ b/packages/uncompyle6.vm/uncompyle6.vm.nuspec @@ -0,0 +1,13 @@ + + + + uncompyle6.vm + 3.9.2 + rocky + A cross-version Python bytecode decompiler + + + + + +