mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
pcodedmp: add missing dependency, fix pkgcheck
use pypi instead of URL add pypi in metadata
This commit is contained in:
parent
3818f54a1f
commit
94476306c2
3 changed files with 7 additions and 6 deletions
|
|
@ -11,5 +11,6 @@
|
|||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">bontchev/pcodedmp</remote-id>
|
||||
<remote-id type="pypi">pcodedmp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -6,15 +6,15 @@ EAPI=8
|
|||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="A VBA p-code disassembler"
|
||||
HOMEPAGE="https://github.com/bontchev/pcodedmp"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
LICENSE="GPL-3"
|
||||
SLOT=0
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
RDEPEND="
|
||||
app-forensics/oletools
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in a new issue