From: Andre Ramnitz Date: Wed, 17 Jun 2026 05:23:45 +0000 (+0200) Subject: app-misc/pywalfox X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;p=freerunner_g.git app-misc/pywalfox --- diff --git a/app-misc/pywalfox/pywalfox-2.7.4.ebuild b/app-misc/pywalfox/pywalfox-2.7.4.ebuild deleted file mode 100644 index 6d676d5..0000000 --- a/app-misc/pywalfox/pywalfox-2.7.4.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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" -SRC_URI="https://github.com/Frewacom/${PN}-native/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="" - -distutils_enable_tests unittest - diff --git a/app-misc/pywalfox/pywalfox-2.9.0-r1.ebuild b/app-misc/pywalfox/pywalfox-2.9.0-r1.ebuild new file mode 100644 index 0000000..3ea1d15 --- /dev/null +++ b/app-misc/pywalfox/pywalfox-2.9.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..14} ) +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 +