summaryrefslogtreecommitdiff
path: root/x11-misc/meteo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /x11-misc/meteo
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'x11-misc/meteo')
-rw-r--r--x11-misc/meteo/Manifest2
-rw-r--r--x11-misc/meteo/meteo-0.9.9.1.ebuild10
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-misc/meteo/Manifest b/x11-misc/meteo/Manifest
index 614dcc15a695..51978fe7f75b 100644
--- a/x11-misc/meteo/Manifest
+++ b/x11-misc/meteo/Manifest
@@ -1,3 +1,3 @@
DIST meteo-0.9.9.1.tar.gz 598205 BLAKE2B ac66e84a04f087cf75f9101da0c80e68c132e0e5064aec4cb2ea609e93f48a2ef3eb51266805b2547b4839c82496b470d4bb07e4fa0538e2ebc691a9491606d8 SHA512 d148393acc47dab1886a25600adb2a3e2ff5cb313c0004d50a54106c61f3cbd26ff95d526d13a77a1d33ede2622ff2ea9277a8fdc1899ebf34581a5a6b36c861
-EBUILD meteo-0.9.9.1.ebuild 928 BLAKE2B ad7e71d3ab64aca7c43cbe813a8d6fbdcb52dff6243a06dc434092545fcbd17497b39c1ce1b69c3ae7611ddad540b9ad3f476bb64b3e4c99febf534eaa4c6815 SHA512 73d871ca42a29a466dea109f7cae596f651794dd65471f224ffb33e759f420f5ac860890f01661eb93d38cb40832e46662ff535296919af4d2b515adb01b339c
+EBUILD meteo-0.9.9.1.ebuild 1131 BLAKE2B f72e7ccb0c4e45278762fffc5720fc8884c48f8e266e14a57449732b6cfd06fa6e7e1c65d23466320f238078fe3517cd6448027587a245b22aed19dbb802badc SHA512 9130cb80e8f2a8a5514993ad2a8ca6f54932e3ce7ad084acf2b50ec455035480d4ddb788ddbea6f853916232e15720c8fb79deba3b19401f2566b86489179dd7
MISC metadata.xml 240 BLAKE2B 1f4d972fe6e8f4096f8905fe5ec3f77b8689f3b0e01ac676ae4e55ce3aa66c18473cc82b5766131f155b9f4cd3fa6c541ab3bd32bfd233ff89722937105f968a SHA512 2e9f28bd0e525aa062cb098048dd176668b1ca2220e0018279ec4779eb80a2e8ad4f1ea73899aded97b7d27379e88d2f60cc80af4a6992880edf6e301b7e1090
diff --git a/x11-misc/meteo/meteo-0.9.9.1.ebuild b/x11-misc/meteo/meteo-0.9.9.1.ebuild
index 13bc758b8d46..6f69fd93946c 100644
--- a/x11-misc/meteo/meteo-0.9.9.1.ebuild
+++ b/x11-misc/meteo/meteo-0.9.9.1.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit gnome2-utils meson vala xdg
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit gnome2-utils meson python-any-r1 vala xdg
DESCRIPTION="Forecast application using OpenWeatherMap API"
HOMEPAGE="https://gitlab.com/bitseater/meteo"
@@ -24,12 +26,16 @@ RDEPEND="${DEPEND}
gnome-base/gsettings-desktop-schemas
x11-themes/hicolor-icon-theme
"
-BDEPEND="
+BDEPEND="${PYTHON_DEPS}
dev-libs/appstream-glib
dev-util/intltool
virtual/pkgconfig
"
+# One test needs network (#828052), the other simply checks desktop file
+# validation, that we also test with our QA tests
+RESTRICT="test"
+
src_prepare() {
default
vala_src_prepare