pcodedmp: add missing dependency, fix pkgcheck

use pypi instead of URL
add pypi in metadata
This commit is contained in:
rick 2025-05-29 12:52:16 +02:00
parent 3818f54a1f
commit 94476306c2
No known key found for this signature in database
GPG key ID: A2E7B6CA577C8F07
3 changed files with 7 additions and 6 deletions

View file

@ -11,5 +11,6 @@
</maintainer>
<upstream>
<remote-id type="github">bontchev/pcodedmp</remote-id>
<remote-id type="pypi">pcodedmp</remote-id>
</upstream>
</pkgmetadata>

View file

@ -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
"