mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 18:12:39 +01:00
app-forensics/decompyle++: bump to 0_p20240312, clean old
This commit is contained in:
27
app-forensics/decompyle++/decompyle++-0_p20240312.ebuild
Normal file
27
app-forensics/decompyle++/decompyle++-0_p20240312.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
|
||||
inherit cmake python-single-r1
|
||||
|
||||
EGIT_COMMIT="6467c2cc52aa714876e131a1b6c6cf25f129460f"
|
||||
|
||||
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"
|
||||
|
||||
S="${WORKDIR}/pycdc-${EGIT_COMMIT}"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
BDEPEND="
|
||||
${PYTHON_DEPS}
|
||||
"
|
||||
RDEPEND="${BDEPEND}"
|
||||
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
Reference in New Issue
Block a user