diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-20 06:42:03 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-20 06:42:03 +0000 |
commit | cd57012a0ef40d302cf7d5a92dd2f3dfae285d2f (patch) | |
tree | 901ae45158f35951dbc249ac7e62a2a5b78da25c /dev-python/python-xlib | |
parent | b2ec252cbc0a7476fb6892f96130c8cdc35591ac (diff) |
gentoo auto-resync : 20:01:2025 - 06:42:03
Diffstat (limited to 'dev-python/python-xlib')
-rw-r--r-- | dev-python/python-xlib/Manifest | 2 | ||||
-rw-r--r-- | dev-python/python-xlib/python-xlib-0.33.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest index f762d7bcff63..698757b7429b 100644 --- a/dev-python/python-xlib/Manifest +++ b/dev-python/python-xlib/Manifest @@ -1,3 +1,3 @@ DIST python-xlib-0.33.tar.bz2 213763 BLAKE2B 53486ec938bc00306658f3151556f1353fe5881ab942d06493f6f78d33b4cff8aab6e6aa5ad7e9124824d61549545719375c84f7b9376518e2328fa2e65df553 SHA512 3b7b4fea5cd69544d2227806853bdfdd04447089e182ca0f199e18e8bd43375d9bf03c819fd6a055ad4ad274594651e05db82585ab40d0fcf225ce36b553c991 -EBUILD python-xlib-0.33.ebuild 988 BLAKE2B 912f98d283cda200e20a25397d62ca3de3af4bc1e35dc295367530405443be8551b28d6f9b154e06ee2b1af71f377a2bd535b36ae1e3d3990d90ccd8d16b7819 SHA512 572fe03bffe8a2f4fa1226a80b65c6706df63fb348bdfaf2c8c073c5a6e2b332b738567a4499d85cc65ac2d788348a6b87673aaebaa7829e8d52a4c1f688c2cc +EBUILD python-xlib-0.33.ebuild 994 BLAKE2B 245775a8bb4f3ffd228b6de52bead0afce7efa496a5a0ff8a44564b497d876a86aadba4b5da3ab9387d490745dfe70a12e6b513f354cacc4340789c10a6f6e78 SHA512 c526dc8927b8a059b7e2572400ceabef8a7b8abd3b0d747f5596c2a999e75ea5b737183b403ee2241275d2f4421bbdba2f34b6c845e3b79fd4964e7df6756f87 MISC metadata.xml 434 BLAKE2B 3fa5d4e6b3b0347d1872805cf074795e486fe64a6b5b3edf326e9a8f81c1f5b86472ec6d906e85ef11493e9aeff9ef8ecfbece69103df037c8237fee3bbbaac9 SHA512 38738c99171d5351a797b12384a0f29b38250bb62cb17ff6250e3215a580500eec3210e22ee9605356c71477b8574b9fde34c5dee944b8437b901adc9b417218 diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild b/dev-python/python-xlib/python-xlib-0.33.ebuild index ec6e1d083285..f23905f6f2e6 100644 --- a/dev-python/python-xlib/python-xlib-0.33.ebuild +++ b/dev-python/python-xlib/python-xlib-0.33.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 virtualx |