Port details |
- pycdc Python bytecode disassembler and decompiler
- g20240806 devel =2 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
- Maintainer: tiago.gasiba@gmail.com
- Port Added: 2024-08-07 00:18:06
- Last Update: 2024-08-15 11:47:42
- Commit Hash: 3578530
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/zrax/pycdc
- Description:
- 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).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/pycdc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pycdc
- pkg install pycdc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pycdc
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722986793
SHA256 (zrax-pycdc-g20240806-48d1bfa_GH0.tar.gz) = 9cf11b5ed82f0527335bd83eb08f1c74c82430fa909d7168d9aabda651ab2d2a
SIZE (zrax-pycdc-g20240806-48d1bfa_GH0.tar.gz) = 365803
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Test dependencies:
-
- bash : shells/bash
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pycdc
- USES:
- cmake compiler:c++11-lang python:env,test shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20240806 15 Aug 2024 11:47:42 |
Po-Chuan Hsieh (sunpoet) |
devel/pycdc: Add missing WWW
Approved by: portmgr (blanket) |
g20240806 10 Aug 2024 13:35:39 |
Daniel Engberg (diizzy) |
devel/pycdc: Various fixes
* Remove bash as build dependency
* Define USES= compiler:c++11-lang
* Define Python dependency for "make test" and env for build to
enable PYTHON vars when using USES= shebangfix
* Define bash as dependency for "make test"
* Use TEST_TARGET instead of do-test
Approved by: portmgr (blanket, build fix) |
g20240806 06 Aug 2024 23:59:19 |
Vladimir Druzenko (vvd) Author: gatekeeper |
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 |
Number of commits found: 3
|