+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Native messaging host for pywal"
+HOMEPAGE="https://github.com/Frewacom/pywalfox-native"
+S="${WORKDIR}/pywalfox-native-${PV}"
+SRC_URI="https://github.com/Frewacom/${PN}-native/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+
+distutils_enable_tests unittest
+