FreeBSD Bugzilla – Attachment 252574 Details for
Bug 280659
[NEW PORT] devel/pycdc: Python bytecode disassembler and decompiler
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git patch
0001-NEW-PORT-devel-pycdc.patch (text/plain), 2.06 KB, created by
gatekeeper
on 2024-08-06 23:05:31 UTC
(
hide
)
Description:
git patch
Filename:
MIME Type:
Creator:
gatekeeper
Created:
2024-08-06 23:05:31 UTC
Size:
2.06 KB
patch
obsolete
>From 06ce5a9708df6ec420c081d879d89019e0eb0970 Mon Sep 17 00:00:00 2001 >From: Tiago Gasiba <tiago.gasiba@gmail.com> >Date: Tue, 6 Aug 2024 14:03:19 +0200 >Subject: [PATCH] [NEW PORT]: devel/pycdc > >--- > devel/pycdc/Makefile | 28 ++++++++++++++++++++++++++++ > devel/pycdc/distinfo | 3 +++ > devel/pycdc/pkg-descr | 9 +++++++++ > 3 files changed, 40 insertions(+) > create mode 100644 devel/pycdc/Makefile > create mode 100644 devel/pycdc/distinfo > create mode 100644 devel/pycdc/pkg-descr > >diff --git a/devel/pycdc/Makefile b/devel/pycdc/Makefile >new file mode 100644 >index 000000000000..f0af856943e5 >--- /dev/null >+++ b/devel/pycdc/Makefile >@@ -0,0 +1,28 @@ >+PORTNAME= pycdc >+PORTVERSION= g20240806 >+CATEGORIES= devel >+ >+MAINTAINER= tiago.gasiba@gmail.com >+COMMENT= Python bytecode disassembler and decompiler >+ >+LICENSE= GPLv3 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= bash:shells/bash >+ >+USES= cmake shebangfix >+ >+USE_GITHUB= yes >+GH_ACCOUNT= zrax >+GH_TAGNAME= 48d1bfa >+ >+SHEBANG_FILES= tests/all_tests.sh \ >+ tests/decompyle_test.sh >+ >+PLIST_FILES= bin/pycdas \ >+ bin/pycdc >+ >+do-test: >+ cd ${BUILD_WRKSRC} && ninja check >+ >+.include <bsd.port.mk> >diff --git a/devel/pycdc/distinfo b/devel/pycdc/distinfo >new file mode 100644 >index 000000000000..bf4aee067551 >--- /dev/null >+++ b/devel/pycdc/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1722945270 >+SHA256 (zrax-pycdc-0.20240805-cb32b58_GH0.tar.gz) = dd58b4f7c1c3e15c4b443cb88fdbce31256dec17cba064c3b074a897367427f2 >+SIZE (zrax-pycdc-0.20240805-cb32b58_GH0.tar.gz) = 365799 >diff --git a/devel/pycdc/pkg-descr b/devel/pycdc/pkg-descr >new file mode 100644 >index 000000000000..595d306fc9bb >--- /dev/null >+++ b/devel/pycdc/pkg-descr >@@ -0,0 +1,9 @@ >+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). >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280659
:
252550
|
252562
|
252564
|
252571
| 252574