diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-01 01:33:27 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-01 01:33:27 +0100 |
commit | 9cb5d77a6732fadf391fd38da00e6921f3e23112 (patch) | |
tree | 30f5c59801151fa131da4743ca598f950b2e5b4b /dev-python/ewmh | |
parent | 033286afc1eb2e64a87a58798a0c620d8b56f497 (diff) |
gentoo auto-resync : 01:04:2025 - 01:33:27
Diffstat (limited to 'dev-python/ewmh')
-rw-r--r-- | dev-python/ewmh/Manifest | 2 | ||||
-rw-r--r-- | dev-python/ewmh/ewmh-0.1.6.ebuild | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/dev-python/ewmh/Manifest b/dev-python/ewmh/Manifest index 70be6d75fb81..26f9467594a0 100644 --- a/dev-python/ewmh/Manifest +++ b/dev-python/ewmh/Manifest @@ -1,3 +1,3 @@ DIST ewmh-0.1.6.tar.gz 13065 BLAKE2B ba26d28f8976792b07e0bb200e1a2edcd7a04442bd17606a5d786ca41f01f4f3f96243134dde638fa228e49b79556d6ccbf25cf032c278e0b5233557746f34e9 SHA512 96c498cbd45bf03dca8b0c982cbb7e5644b00ce35b49df6abf119d36a18c08f907b635fc0ab12493d6351ba2c6645c75440d7c92d09d6feb06f6121bfd41391b -EBUILD ewmh-0.1.6.ebuild 468 BLAKE2B 57b610a6762ca60e9a68ab4559dfd47854d8c18fd4c17b8281c6568f1443f973d6dcea9a4ae361b3ee9cc51ddb4745a4229935972966747d5b359f729ec10313 SHA512 0e9e16ea17a5e649a463037bbbfaf13efbf0ccae25bfb297438079875c56ce1e3b96a68776180fbb04937358870f95594be8525aa31329eb6a66ce5992e0b9f4 +EBUILD ewmh-0.1.6.ebuild 469 BLAKE2B fff02584aba5b7ccdc86a288350c11a67c73c1916b15f5b490543b0b504d9a85fd9232f45381f727168bcd6a050f212c3d318b75c38778a908f063f212390376 SHA512 bf108ebb216c66df0fbf12a7546a1562d03507d75675261930f2841f13fdafd646aa4a0501027bbb23e46613c01d24bf47f0e96e65ed73fbb6a8260c02aee0b7 MISC metadata.xml 594 BLAKE2B 49fa37ffaeee99799a3a9ff1ff8207ea6c7c79205a5e86cecc33f40ba0324ac24d4110a1cad31802e3483985d6b8b9daf3ae55f33b1a358605b6d5cbb78d44b0 SHA512 8cae00e5008b902aa4cf4eab32670b449d4142d701d6454ce659773a9d00b511af4fd33fa5627b5aac600cdb56bc71a0274c55560296ae214bbe7739a24bbc7c diff --git a/dev-python/ewmh/ewmh-0.1.6.ebuild b/dev-python/ewmh/ewmh-0.1.6.ebuild index da8b391017c5..583ec2b240c7 100644 --- a/dev-python/ewmh/ewmh-0.1.6.ebuild +++ b/dev-python/ewmh/ewmh-0.1.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 pypi @@ -12,7 +12,8 @@ DESCRIPTION="An implementation of Extended Window Manager Hints, based on Xlib" HOMEPAGE="https://github.com/parkouss/pyewmh https://pypi.python.org/pypi/ewmh" LICENSE="LGPL-3" -KEYWORDS="amd64 x86" SLOT="0" +KEYWORDS="amd64 x86" + RDEPEND="dev-python/python-xlib[${PYTHON_USEDEP}]" |