mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 11:42:40 +01:00
app-forensics/decompyle++: Python 3.11 support
This commit is contained in:
24
app-forensics/decompyle++/decompyle++-0_p20230427.ebuild
Normal file
24
app-forensics/decompyle++/decompyle++-0_p20230427.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..11} )
|
||||
|
||||
inherit cmake python-single-r1
|
||||
|
||||
EGIT_COMMIT="c8156739f187c7ddbbeb8c52488405e83bea0ddd"
|
||||
|
||||
DESCRIPTION="A Python Byte-code Disassembler/Decompiler"
|
||||
HOMEPAGE="https://github.com/zrax/pycdc"
|
||||
SRC_URI="https://github.com/zrax/pycdc/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="${PYTHON_DEPS}"
|
||||
|
||||
S="${WORKDIR}/pycdc-${EGIT_COMMIT}"
|
||||
Reference in New Issue
Block a user