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/wxpython/
Date: Mon, 11 May 2020 17:49:09
Message-Id: 1589219308.9c83877ddf5376e4797a6e6b7211a32f1fa24e2a.mgorny@gentoo
1 commit: 9c83877ddf5376e4797a6e6b7211a32f1fa24e2a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 11 17:48:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 11 17:48:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c83877d
7
8 dev-python/wxpython: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/wxpython/Manifest | 1 -
13 dev-python/wxpython/wxpython-4.0.6.ebuild | 90 -------------------------------
14 2 files changed, 91 deletions(-)
15
16 diff --git a/dev-python/wxpython/Manifest b/dev-python/wxpython/Manifest
17 index e88e0da4316..c4e1500ef0a 100644
18 --- a/dev-python/wxpython/Manifest
19 +++ b/dev-python/wxpython/Manifest
20 @@ -1,4 +1,3 @@
21 -DIST wxPython-4.0.6.tar.gz 68815031 BLAKE2B 49367f5d0867c28893c43d54c4ad6001807bdc95d81327082e3c88fd796e5e2daafcf6b70252828bdcfaaec8b42ba64e881575d209eb4f61a85f58ebd79e8ae4 SHA512 bfe799e1a0987cb57f2e31199cdb522471aaa08bb3b642fdf4130f4219b81487d4b6252f7a8afd3af7cdaeef2e992cecfc581e97d8b42307a4e0a8c9009db301
22 DIST wxPython-4.0.7.post2.tar.gz 68891167 BLAKE2B 77eb69f7a59e5be81c3d17b64c76e09a43efc9226bd87fd058483185871a95ce05dbb65614ec8b003edf52cbe1cb1a115856c0d622170c51ecacbb952106fe22 SHA512 7af89db90a0f7e6b644d61c1ede01ec36a2c295e46d44692ae9dbc4af923310c1b498a52f45b02a89e8917d844c6abe67e5f3fdd9c1d51da3312899319a349e4
23 DIST wxPython-demo-3.0.2.0.tar.bz2 3992212 BLAKE2B 9defe133e3863be5ae07b7adb4bcb94688487e9dd9f5ab1f768d2f5942f30d05ff678f1ba74241d9bafde3584e3c68ffeae4978117aaa300e23165140e6a6d44 SHA512 361ecaa7dfe5bae0757e04215c564370eaf8e5260ead45007f9d70439c15701725c3cbcd76691a5191258bef24fd200ebd61347a3fd920d888137bfc98a16702
24 DIST wxPython-src-3.0.2.0.tar.bz2 58304944 BLAKE2B 1144acf2cfa0a18aa2f90aabe81aaeca54d3fe6139818267dbc031accbae38035478a64ec084fe8bb8b89126fb70ff96e68981026df8ad3fc82e81c6d0e22d1a SHA512 a3798e89ff19344253aac7d771971e519f7fa9723e82bd97e98f16fd7f1572e513170b02295b872dae0b1ae3fa95efc4ef34d078045b839694b4fdad3a27c9e4
25
26 diff --git a/dev-python/wxpython/wxpython-4.0.6.ebuild b/dev-python/wxpython/wxpython-4.0.6.ebuild
27 deleted file mode 100644
28 index b0dffbe5752..00000000000
29 --- a/dev-python/wxpython/wxpython-4.0.6.ebuild
30 +++ /dev/null
31 @@ -1,90 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -# wxPython 4 supports python 2.7, but because it's going EOL soon and to ease
38 -# transition from wxPython 3.x, we make this package py3-only.
39 -PYTHON_COMPAT=( python3_{6,7} )
40 -WX_GTK_VER="3.0-gtk3"
41 -
42 -inherit distutils-r1 multiprocessing virtualx wxwidgets
43 -
44 -MY_PN="wxPython"
45 -
46 -DESCRIPTION="A blending of the wxWindows C++ class library with Python"
47 -HOMEPAGE="http://www.wxpython.org/"
48 -SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
49 -
50 -LICENSE="wxWinLL-3"
51 -SLOT="4.0"
52 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
53 -IUSE="test webkit"
54 -RESTRICT="!test? ( test )"
55 -
56 -# wxPython doesn't seem to be able to optionally disable features. webkit is
57 -# optionally patched out because it's so huge, but other elements are not,
58 -# which makes us have to require all features from wxGTK
59 -RDEPEND="
60 - >=x11-libs/wxGTK-3.0.4-r301:${WX_GTK_VER}=[gstreamer,libnotify,opengl,sdl,tiff,webkit?,X]
61 - media-libs/libpng:0=
62 - media-libs/tiff:0
63 - virtual/jpeg:0"
64 -
65 -DEPEND="${RDEPEND}
66 - app-doc/doxygen
67 - dev-python/pathlib2[${PYTHON_USEDEP}]
68 - dev-python/setuptools[${PYTHON_USEDEP}]
69 - dev-python/six[${PYTHON_USEDEP}]
70 - test? (
71 - ${VIRTUALX_DEPEND}
72 - dev-python/appdirs[${PYTHON_USEDEP}]
73 - dev-python/numpy[${PYTHON_USEDEP}]
74 - dev-python/pillow[${PYTHON_USEDEP}]
75 - dev-python/pytest[${PYTHON_USEDEP}]
76 - )"
77 -
78 -S="${WORKDIR}/${MY_PN}-${PV}"
79 -
80 -PATCHES=(
81 - "${FILESDIR}/${PN}-4.0.6-skip-broken-tests.patch"
82 -)
83 -
84 -python_prepare_all() {
85 - if ! use webkit; then
86 - eapply "${FILESDIR}/${PN}-4.0.6-no-webkit.patch"
87 - rm unittests/test_webview.py || die
88 - fi
89 - # Most of these tests disabled below fail because of the virtx/portage
90 - # environment, but some fail for unknown reasons.
91 - rm unittests/test_uiaction.py \
92 - unittests/test_notifmsg.py \
93 - unittests/test_mousemanager.py \
94 - unittests/test_display.py \
95 - unittests/test_pi_import.py \
96 - unittests/test_lib_agw_thumbnailctrl.py \
97 - unittests/test_sound.py || die
98 -
99 - distutils-r1_python_prepare_all
100 -}
101 -
102 -src_configure() {
103 - setup-wxwidgets
104 -}
105 -
106 -python_compile() {
107 - DOXYGEN=/usr/bin/doxygen ${PYTHON} build.py dox etg --nodoc || die
108 - ${PYTHON} build.py build_py \
109 - --use_syswx \
110 - --no_magic \
111 - --jobs=$(makeopts_jobs) \
112 - --release || die
113 -}
114 -
115 -python_install() {
116 - distutils-r1_python_install --skip-build
117 -}
118 -
119 -python_test() {
120 - virtx pytest -vv unittests
121 -}