Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-xlib/
Date: Mon, 04 May 2020 11:44:44
Message-Id: 1588592629.58274cc9e2c4cd33d54b399b971e89a371ada8df.mgorny@gentoo
1 commit: 58274cc9e2c4cd33d54b399b971e89a371ada8df
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 4 11:43:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 4 11:43:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58274cc9
7
8 dev-python/python-xlib: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-xlib/Manifest | 1 -
13 dev-python/python-xlib/python-xlib-0.26.ebuild | 39 --------------------------
14 2 files changed, 40 deletions(-)
15
16 diff --git a/dev-python/python-xlib/Manifest b/dev-python/python-xlib/Manifest
17 index 174f2839db7..ecaf167d504 100644
18 --- a/dev-python/python-xlib/Manifest
19 +++ b/dev-python/python-xlib/Manifest
20 @@ -1,3 +1,2 @@
21 DIST python-xlib-0.23.tar.bz2 172744 BLAKE2B 81ded38baaa93da53ffede91f8b0579328e3cdae35b8a3436b8e0651d54c03f4972f3af621e3e17023fa50e57ce90d62cda7b59e459e0d883c8264a513c7d09a SHA512 5e97000e59459cc0e8f21f9c9ee525a064b316e1cbd6d1a5bdaed9edb178ffd124216c27b4a9f365471416e2548b4f7947bf1ebc9f75fe0c2266f37e7134a6c1
22 -DIST python-xlib-0.26.tar.bz2 207058 BLAKE2B ff9562ca55233bb9ec6fbff19e1e7f4dcd39aa0f497c1aeccc21d50ccdecf8bddb7a6d556679fa133cb1721c7d1ebd41081325739d0f505571928ac74749bc42 SHA512 1f012861e657094323126f6065da4ff743728253625929676fc39ed8d2673e38b9f39f4be8ed2350c6d41a25a184a68489866c9a5edf07c87d62382651e6f884
23 DIST python-xlib-0.27.tar.bz2 207119 BLAKE2B f34f5df34a64557d66f216bd03fb79b22364faab86e82761f43bf7c7cc0af744f6fa9a10b7a39fa42072c8ee0f25cebe3a8324471ecbb41dc3f33ed339875942 SHA512 6a25e796a2c522185e4df027bce8f423432dcbb5c4f74b96eb56e3d0e6e3a5be7570a872e479bbd556ef07b437043f7d97cdb2c21a0bb408e1cded44d2d9fa8f
24
25 diff --git a/dev-python/python-xlib/python-xlib-0.26.ebuild b/dev-python/python-xlib/python-xlib-0.26.ebuild
26 deleted file mode 100644
27 index 8b9838d1974..00000000000
28 --- a/dev-python/python-xlib/python-xlib-0.26.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
37 -
38 -inherit distutils-r1 virtualx
39 -
40 -DESCRIPTION="A fully functional X client library for Python, written in Python"
41 -HOMEPAGE="https://github.com/python-xlib/python-xlib"
42 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.bz2"
43 -
44 -LICENSE="LGPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
47 -IUSE="doc"
48 -
49 -RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
50 -DEPEND="${RDEPEND}
51 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
52 - doc? ( sys-apps/texinfo )"
53 -
54 -# DISTUTILS_IN_SOURCE_BUILD=1
55 -
56 -distutils_enable_tests unittest
57 -
58 -python_compile_all() {
59 - use doc && emake -C doc/info
60 -}
61 -
62 -src_test() {
63 - virtx distutils-r1_src_test
64 -}
65 -
66 -python_install_all() {
67 - use doc && doinfo doc/info/*.info
68 - distutils-r1_python_install_all
69 -}