From 24fd814c326e282c4321965c31f341dad77e270d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 8 Jan 2021 11:28:34 +0000 Subject: gentoo resync : 08.01.2021 --- dev-python/python-xlib/Manifest | 4 +-- dev-python/python-xlib/python-xlib-0.28.ebuild | 39 -------------------------- dev-python/python-xlib/python-xlib-0.29.ebuild | 4 +-- 3 files changed, 3 insertions(+), 44 deletions(-) delete mode 100644 dev-python/python-xlib/python-xlib-0.28.ebuild (limited to 'dev-python/python-xlib') diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest index 4421aead1f27..699b285c36ab 100644 --- a/dev-python/python-xlib/Manifest +++ b/dev-python/python-xlib/Manifest @@ -1,5 +1,3 @@ -DIST python-xlib-0.28.tar.bz2 203306 BLAKE2B f8916fd0c62c8b4546f1c381fc9f13b1e86c4ae6da06434b666f4952ae6a28f06389b006d48dc3139f9018cc3c126ab8316b968e64da7b2f4d22bcc2a2c83bb9 SHA512 69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae425555f0d512c4c2 DIST python-xlib-0.29.tar.bz2 209322 BLAKE2B 4d94d99c8094947ce1acb84f3adc28ab4b6e9d6aaf61317b625e50578ece3800f6462551f8656b194d5635e3e35a5d6fec86d4eb553d7b65684a7f74fdf0dc14 SHA512 6275deb2c1e2068d560c45803e651fef9910b5cb921e043ed8204878a1f885b92122b6af3d4ac33f220231c1933d3150524169d0078f64b74df29a8f617d953a -EBUILD python-xlib-0.28.ebuild 864 BLAKE2B 58f7ff16cd873fe0d46ba832080f7c5716250ff99d1b2f95a078b3ef324bebbb6fadb750c74045c29f2e3e5221466c760c4865c0695defda6c8728b251350515 SHA512 9709939fe00f4efbde974b5ff009d9c262679338590cab04d584dd24aaf327536f71f24a9d970c4c974d961c5a8f4bdf4b9950b6a1dcfaf085c895672d31a75f -EBUILD python-xlib-0.29.ebuild 832 BLAKE2B 16521e926bf0286f234e0384cb64cb35eb9493f2d1c21139bc83599eacbeaa1041ad941c461a8c1aeb599d7f77aaebe048be7be3f9f6b2cc4149f857df390e44 SHA512 ede0121a4305de4ce191966cea9a20a89d898328b88b52a13b9175031cb512dbcb7f4b315a4b5466627f701f43c728854b035c9d406bf30a5ba0e140d2d58d7e +EBUILD python-xlib-0.29.ebuild 831 BLAKE2B 3c6ef0b69497ece41855d0e030d9382a6a4fe7d971133da53c710a7e3e87969638819d70411f3199ec3f48fcd8adf79d14896da280d322ecf213414774ca4812 SHA512 21c25d364719b45cf24d079d3803220a33d70dba593aa27704b125a6691f090b229df3ecd7d0ea55bf86a0091d51ea1c00839193a16783340228b363f816deaf MISC metadata.xml 433 BLAKE2B 7ed1d8e54df6935b05b4ef997ed50a0df4e5178b8bf2a48f8d67a4ac6a4323ee8646c4fa93ecc6fa70aefa14d0b5039ff99183c3710b7ce689e5b73b8a5affb5 SHA512 29095e67eed7821c4e447579662019fad67c456f6ef6cd5a00f51db7e6c4be297cd48ee7b4c2ada10e59a5d829dc33fe503e7d5daa924493d050ce4a256411db diff --git a/dev-python/python-xlib/python-xlib-0.28.ebuild b/dev-python/python-xlib/python-xlib-0.28.ebuild deleted file mode 100644 index d1607af092f2..000000000000 --- a/dev-python/python-xlib/python-xlib-0.28.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8,9} ) - -inherit distutils-r1 virtualx - -DESCRIPTION="A fully functional X client library for Python, written in Python" -HOMEPAGE="https://github.com/python-xlib/python-xlib" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2" - -LICENSE="LGPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 x86" -IUSE="doc" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools_scm[${PYTHON_USEDEP}] - doc? ( sys-apps/texinfo )" - -# DISTUTILS_IN_SOURCE_BUILD=1 - -distutils_enable_tests unittest - -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.29.ebuild b/dev-python/python-xlib/python-xlib-0.29.ebuild index 6e638adf57c3..4cbcb46bae3c 100644 --- a/dev-python/python-xlib/python-xlib-0.29.ebuild +++ b/dev-python/python-xlib/python-xlib-0.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc ~ppc64 x86" IUSE="doc" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -- cgit v1.2.3