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

From: Antoine Brodin <antoine_at_freebsd.org>
Date: Sat, 10 Aug 2024 05:58:00 UTC
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