mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Upstream still expects you to use setup.py. Ebuild is updated to be PEP517 compatible. All non-python files are patched out of setup.py and manually installed during src_install() instead. Signed-off-by: Erica Nebula <EricaNebula@Proton.me>
14 lines
486 B
XML
14 lines
486 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>ericanebula@proton.me</email>
|
|
<name>Erica Nebula</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/sezanzeb/input-remapper/issues</bugs-to>
|
|
<changelog>https://github.com/sezanzeb/input-remapper/releases</changelog>
|
|
<remote-id type="github">sezanzeb/input-remapper</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|