Huang Rui 8759771fff
app-editors/qhexedit2: fix compile problem and add BDEPEND
sip-4 no longer supports the latest PyQt5 syntax,
so it needs to be changed to sip-5
Fix unable to find file "QtCore/QtCoremod.sip"
Switched the build system to use sip-build + PyQt-builder
Add dev-python/sip-5 as RDEPEND
New maintainer by Proxy Maint

Closes: https://bugs.gentoo.org/820473
Closes: https://bugs.gentoo.org/758260
Signed-off-by: Huang Rui <vowstar@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25395
Signed-off-by: Sam James <sam@gentoo.org>
2022-05-13 20:03:48 +00:00

25 lines
877 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>vowstar@gmail.com</email>
<name>Huang Rui</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="gui">Install Qt5 hex editor</flag>
</use>
<longdescription lang="en">
QHexEdit is a hex editor widget written in C++ for the Qt5 framework.
It is a simple editor for binary data, and has bindings to PyQt
with python 2 and 3.
</longdescription>
<upstream>
<remote-id type="github">lancos/qhexedit2</remote-id>
<remote-id type="github">Simsys/qhexedit2</remote-id>
</upstream>
</pkgmetadata>