]> Freerunner's - freerunner_g.git/commitdiff
app-misc/pywalfox main
authorAndre Ramnitz <andre.ramnitz@mail.de>
Mon, 1 Jun 2026 22:51:35 +0000 (00:51 +0200)
committerAndre Ramnitz <andre.ramnitz@mail.de>
Mon, 1 Jun 2026 22:51:35 +0000 (00:51 +0200)
app-misc/pywalfox/Manifest [new file with mode: 0644]
app-misc/pywalfox/pywalfox-2.7.4.ebuild [new file with mode: 0644]
app-misc/pywalfox/pywalfox-2.9.0.ebuild [new file with mode: 0644]

diff --git a/app-misc/pywalfox/Manifest b/app-misc/pywalfox/Manifest
new file mode 100644 (file)
index 0000000..261c2b7
--- /dev/null
@@ -0,0 +1,2 @@
+DIST pywalfox-2.7.4.tar.gz 15908 BLAKE2B 2f2e95c81dc4c19804f3627b4416f4590b46c4a5197a399b35f5dfbcaac2e52ece03bbee53b1184c968c5c3a24224becd0acee8b4a25e2fc8e1de3939cb4cb71 SHA512 1eeca6eee11ea6b535cf62cafc988f7773ac05b65e1f940f127200d9e381f1160e4e0decc603ea017f009fc2082a03a4e27840ebbdc6bea5561fd3f42e6385a1
+DIST pywalfox-2.9.0.tar.gz 22415 BLAKE2B 4b1b4592c3a197ed27812d701f6b437af1b461089775d5f883e75fc5df3af58b29d51d4beb4c2b7b31c3fef7fe763ee7c0eab3e6f52fffe9a8fda15760ea19b4 SHA512 6c024a4da9f4e2bdc90f89b3ed1fbcaa753cb376bde51d45ae4b74df5593072f26763228a09384ca7c66ceadb6131e15c9b16f8d55ed39b1798f0890ceeea167
diff --git a/app-misc/pywalfox/pywalfox-2.7.4.ebuild b/app-misc/pywalfox/pywalfox-2.7.4.ebuild
new file mode 100644 (file)
index 0000000..6d676d5
--- /dev/null
@@ -0,0 +1,22 @@
+# 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.ebuild b/app-misc/pywalfox/pywalfox-2.9.0.ebuild
new file mode 100644 (file)
index 0000000..e848fd7
--- /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..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
+