diff options
Diffstat (limited to 'dev-python/python-xlib')
4 files changed, 2 insertions, 66 deletions
diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest index e910ade1a9ec..e5ce5cfabae9 100644 --- a/dev-python/python-xlib/Manifest +++ b/dev-python/python-xlib/Manifest @@ -1,6 +1,3 @@ -AUX python-xlib-0.32-drop-unused-tkinter-import.patch 251 BLAKE2B b5f8e9bf719b85d84463b2018bb92a1bc2de4a698998b8c76a1597f19e7da52d207eff2a97f71c916303b6ef2e37eb80cd55ab77723d7aecbb3ca3c8211220f3 SHA512 792ab97007bca4c9ed9e1d0d866926c4bd25edc238ae03e17c6489949dc1336b3374a6edeaaaaa23da17495bcbabe08e3da3d78063996a8866528c07e866f835 -DIST python-xlib-0.32.tar.bz2 213554 BLAKE2B cf24645529c6ca67a4825419837f312fa4ae0902bd2fb8f2eade7cc1645a3f79201b43c7ddca0cdcf8b21f623583acee1252cbe83d3700ab08979b8f0723b0a4 SHA512 9fecb77fa5d7ffba4c8031c0738147b7581dee9aed1a812254d22d78b6021cfc08743edb76829a3e5ba31f9a42648ea501b50ddcf5652ec3114a367c5e83d465 DIST python-xlib-0.33.tar.bz2 213763 BLAKE2B 53486ec938bc00306658f3151556f1353fe5881ab942d06493f6f78d33b4cff8aab6e6aa5ad7e9124824d61549545719375c84f7b9376518e2328fa2e65df553 SHA512 3b7b4fea5cd69544d2227806853bdfdd04447089e182ca0f199e18e8bd43375d9bf03c819fd6a055ad4ad274594651e05db82585ab40d0fcf225ce36b553c991 -EBUILD python-xlib-0.32-r1.ebuild 1053 BLAKE2B 99270956f08dcaf9b18beed6abba11131f0fd6221b98c8e1dc97790012c30c2106d2347d96592cfaabc6affdd052bfdcbd5fb73a9e31046292a5beba6302beb4 SHA512 414a956ea9748f543e0104e5a636153698d61a3136a7533e45a4a2ede9f0b22c8ebdc85370072e598ab0437cc15dbfaf6a68c3a9a0fba24879439227419589e8 -EBUILD python-xlib-0.33.ebuild 990 BLAKE2B 2707f4d8475e55a4d47c0a504e284d21b1f4b0057d62ff4ef5158ebf8083b1c68ed8d4f0f778800e2b399750b5a71935408e572431e0638bfc7dac81993ec162 SHA512 053fba74e73b50f22ee82ea3df9e63c9f782402de47bd1c0eaf5255a917440eae16b8d4a5f7237041743bf6115a8c6fb68df6a902feff100d107fe9ab3627c4d +EBUILD python-xlib-0.33.ebuild 987 BLAKE2B 65c19027b0bb28902e16c12173edde0de45b50a85a733e530fb092e8d5702437ca21834dd1f471ff6a87d1aa37ec3e289e922268f783e370904679cf96b2efbd SHA512 7cca1d11200645255c213624b3e13490986e4f3dde15ead32ec4f146a8f77b13dbbd925c5b3f16f6e25ff92833c62b433a26ee025d64d87386744abde87d4976 MISC metadata.xml 434 BLAKE2B 3fa5d4e6b3b0347d1872805cf074795e486fe64a6b5b3edf326e9a8f81c1f5b86472ec6d906e85ef11493e9aeff9ef8ecfbece69103df037c8237fee3bbbaac9 SHA512 38738c99171d5351a797b12384a0f29b38250bb62cb17ff6250e3215a580500eec3210e22ee9605356c71477b8574b9fde34c5dee944b8437b901adc9b417218 diff --git a/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch b/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch deleted file mode 100644 index 5a0272a867b9..000000000000 --- a/dev-python/python-xlib/files/python-xlib-0.32-drop-unused-tkinter-import.patch +++ /dev/null @@ -1,9 +0,0 @@ -https://bugs.gentoo.org/881851 -https://github.com/python-xlib/python-xlib/issues/240 -https://github.com/python-xlib/python-xlib/pull/238 ---- a/Xlib/ext/randr.py -+++ b/Xlib/ext/randr.py -@@ -36,3 +36,2 @@ -
--from tkinter import W
- from Xlib import X
diff --git a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild b/dev-python/python-xlib/python-xlib-0.32-r1.ebuild deleted file mode 100644 index c7dd75f90ded..000000000000 --- a/dev-python/python-xlib/python-xlib-0.32-r1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="A fully functional X client library for Python, written in Python" -HOMEPAGE=" - https://github.com/python-xlib/python-xlib/ - https://pypi.org/project/python-xlib/ -" -SRC_URI=" - https://github.com/python-xlib/python-xlib/releases/download/${PV}/${P}.tar.bz2 -" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86" -IUSE="doc" - -RDEPEND=" - dev-python/six[${PYTHON_USEDEP}] -" -BDEPEND=" - ${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - doc? ( sys-apps/texinfo ) - test? ( dev-python/mock[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests unittest - -PATCHES=( - "${FILESDIR}"/${P}-drop-unused-tkinter-import.patch -) - -python_compile_all() { - use doc && emake -C doc/info -} - -src_test() { - virtx distutils-r1_src_test -} - -python_install_all() { - use doc && doinfo doc/info/*.info - distutils-r1_python_install_all -} diff --git a/dev-python/python-xlib/python-xlib-0.33.ebuild b/dev-python/python-xlib/python-xlib-0.33.ebuild index d1dcbc57eedf..c0b37ac0d301 100644 --- a/dev-python/python-xlib/python-xlib-0.33.ebuild +++ b/dev-python/python-xlib/python-xlib-0.33.ebuild @@ -19,7 +19,7 @@ SRC_URI=" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 ~riscv x86" IUSE="doc" RDEPEND=" |