]> Freerunner's - freerunner_g.git/commitdiff
app-misc/pywalfox main
authorAndre Ramnitz <andre.ramnitz@mail.de>
Wed, 17 Jun 2026 05:23:45 +0000 (07:23 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Wed, 17 Jun 2026 05:23:45 +0000 (07:23 +0200)
app-misc/pywalfox/pywalfox-2.7.4.ebuild [deleted file]
app-misc/pywalfox/pywalfox-2.9.0-r1.ebuild [new file with mode: 0644]

diff --git a/app-misc/pywalfox/pywalfox-2.7.4.ebuild b/app-misc/pywalfox/pywalfox-2.7.4.ebuild
deleted file mode 100644 (file)
index 6d676d5..0000000
+++ /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 (file)
index 0000000..3ea1d15
--- /dev/null
@@ -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
+