Re: git: 3b5336de74e5 - main - devel/pycdc: New port: Python bytecode disassembler and decompiler

From: Vladimir Druzenko <vvd_at_freebsd.org>
Date: Sat, 10 Aug 2024 11:40:22 UTC
10.08.2024 08:58, Antoine Brodin пишет:
> On Wed, Aug 7, 2024 at 2:16 AM Vladimir Druzenko <vvd@freebsd.org> wrote:
>> The branch main has been updated by vvd:
>>
>> URL: https://cgit.FreeBSD.org/ports/commit/?id=3b5336de74e52f5e2ac15fa8def3cfdfcd61b3e3
>>
>> commit 3b5336de74e52f5e2ac15fa8def3cfdfcd61b3e3
>> Author:     gatekeeper <tiago.gasiba@gmail.com>
>> AuthorDate: 2024-08-06 23:59:19 +0000
>> Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
>> CommitDate: 2024-08-06 23:59:19 +0000
>>
>>      devel/pycdc: New port: Python bytecode disassembler and decompiler
>>
>>      NOTE: pycdc is also known as Decompyle++.
>>      Decompyle++ aims to translate compiled Python byte-code back into valid
>>      and human-readable Python source code. While other projects have achieved
>>      this with varied success, Decompyle++ is unique in that it seeks to
>>      support byte-code from any version of Python.
>>      Decompyle++ includes both a byte-code disassembler (pycdas) and a
>>      decompiler (pycdc).
>>      https://github.com/zrax/pycdc
>>
>>      PR:     280659
> Hi,
>
> You didn't hook it to the build
>
> Antoine

Hi!

Thanks. Fixed in c6f4c98ac6e2d356aadb65767cc134e3e3f2572a.

-- 
Best regards,
Vladimir Druzenko