public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/
Date: Thu,  4 Aug 2022 06:29:17 +0000 (UTC)	[thread overview]
Message-ID: <1659594553.7bba412a7c8c87ec0ac176dc213dcd79d4d82c1e.mgorny@gentoo> (raw)

commit:     7bba412a7c8c87ec0ac176dc213dcd79d4d82c1e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  4 06:02:49 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug  4 06:29:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bba412a

dev-python/wxpython: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/wxpython/wxpython-4.0.7-r1.ebuild | 91 ----------------------------
 1 file changed, 91 deletions(-)

diff --git a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild
deleted file mode 100644
index 701e3339e6bb..000000000000
--- a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-WX_GTK_VER="3.0-gtk3"
-
-DISTUTILS_IN_SOURCE_BUILD="1"
-
-inherit distutils-r1 multiprocessing virtualx wxwidgets
-
-MY_PN="wxPython"
-MY_PV="${PV}.post2"
-
-DESCRIPTION="A blending of the wxWindows C++ class library with Python"
-HOMEPAGE="https://www.wxpython.org/"
-SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz"
-
-LICENSE="wxWinLL-3"
-SLOT="4.0"
-KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
-IUSE="test webkit"
-# Tests broken: #726812, #722716
-RESTRICT="test"
-#RESTRICT="!test? ( test )"
-
-# wxPython doesn't seem to be able to optionally disable features. webkit is
-# optionally patched out because it's so huge, but other elements are not,
-# which makes us have to require all features from wxGTK
-RDEPEND="
-	>=x11-libs/wxGTK-3.0.4-r301:${WX_GTK_VER}=[gstreamer,libnotify,opengl,sdl,tiff,webkit?,X]
-	media-libs/libpng:0=
-	media-libs/tiff:0
-	virtual/jpeg:0"
-
-DEPEND="${RDEPEND}
-	app-doc/doxygen
-	dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/six[${PYTHON_USEDEP}]
-	test? (
-		${VIRTUALX_DEPEND}
-		dev-python/appdirs[${PYTHON_USEDEP}]
-		dev-python/numpy[${PYTHON_USEDEP}]
-		dev-python/pillow[${PYTHON_USEDEP}]
-		dev-python/pytest[${PYTHON_USEDEP}]
-	)"
-
-S="${WORKDIR}/${MY_PN}-${MY_PV}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-4.0.6-skip-broken-tests.patch"
-)
-
-python_prepare_all() {
-	if ! use webkit; then
-		eapply "${FILESDIR}/${PN}-4.0.6-no-webkit.patch"
-		rm unittests/test_webview.py || die
-	fi
-	# Most of these tests disabled below fail because of the virtx/portage
-	# environment, but some fail for unknown reasons.
-	rm unittests/test_uiaction.py \
-		unittests/test_notifmsg.py \
-		unittests/test_mousemanager.py \
-		unittests/test_display.py \
-		unittests/test_pi_import.py \
-		unittests/test_lib_agw_thumbnailctrl.py \
-		unittests/test_sound.py || die
-
-	distutils-r1_python_prepare_all
-}
-
-src_configure() {
-	setup-wxwidgets
-}
-
-python_compile() {
-	DOXYGEN=/usr/bin/doxygen ${PYTHON} build.py dox etg --nodoc || die
-	${PYTHON} build.py build_py \
-		--use_syswx \
-		--no_magic \
-		--jobs=$(makeopts_jobs) \
-		--release || die
-}
-
-python_install() {
-	distutils-r1_python_install --skip-build
-}
-
-python_test() {
-	virtx pytest -vv unittests
-}


             reply	other threads:[~2022-08-04  6:29 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-04  6:29 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-03 19:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ Michał Górny
2025-05-26 14:16 Ionen Wolkens
2025-05-26  8:07 Sam James
2025-05-26  8:06 Sam James
2025-05-17 10:28 Arthur Zamarin
2025-05-17 10:28 Arthur Zamarin
2025-05-17 10:25 Arthur Zamarin
2025-05-17 10:25 Arthur Zamarin
2025-05-12 10:29 Michał Górny
2025-05-08  5:32 Michał Górny
2025-04-13 15:22 Michał Górny
2025-04-11 18:18 Michał Górny
2025-04-11  5:26 Michał Górny
2025-03-29 17:51 Arthur Zamarin
2025-03-29 14:00 Sam James
2024-06-23 11:09 David Seifert
2024-06-19 11:37 Michał Górny
2024-06-19  5:24 Arthur Zamarin
2024-06-19  5:24 Arthur Zamarin
2024-06-19  5:24 Arthur Zamarin
2024-06-19  5:24 Arthur Zamarin
2024-06-19  5:24 Arthur Zamarin
2024-06-18  0:12 Sam James
2024-01-04 17:08 Michał Górny
2023-12-29 16:49 Michał Górny
2023-12-16 11:02 Sam James
2023-11-29  8:26 Arthur Zamarin
2023-11-29  8:26 Arthur Zamarin
2023-11-23 16:08 Michał Górny
2023-10-22 10:33 Michał Górny
2023-09-10 19:41 Sam James
2023-05-20  8:43 Michał Górny
2023-05-02 18:52 Arthur Zamarin
2023-05-01  8:46 Arthur Zamarin
2023-05-01  8:46 Arthur Zamarin
2023-05-01  7:34 Arthur Zamarin
2023-05-01  5:24 Sam James
2023-05-01  5:22 Sam James
2023-04-25  0:35 Sam James
2023-04-20 10:36 WANG Xuerui
2023-03-25 17:19 Michał Górny
2022-12-04 17:28 WANG Xuerui
2022-08-04  0:13 Sam James
2022-08-03  7:49 Agostino Sarubbo
2022-08-03  4:38 Arthur Zamarin
2022-08-02 20:27 Sam James
2022-08-02 19:23 Arthur Zamarin
2022-08-02 18:57 Arthur Zamarin
2022-04-18 17:39 Alexey Shvetsov
2021-08-03 11:37 Michał Górny
2021-07-30 15:17 Agostino Sarubbo
2021-07-28 11:28 Marek Szuba
2021-07-26 11:17 Sam James
2021-07-25 20:09 Sam James
2021-07-24 22:17 Sam James
2021-07-24 15:12 Sam James
2021-07-06  9:02 Michał Górny
2021-02-03  7:44 Sven Wegener
2020-12-13  7:23 Sam James
2020-12-13  7:23 Sam James
2020-12-13  4:34 Sam James
2020-12-13  4:32 Sam James
2020-12-13  4:32 Sam James
2020-10-14 10:43 Alexey Shvetsov
2020-09-25 20:22 Michał Górny
2020-09-01  3:10 Sam James
2020-06-02 22:21 Mart Raudsepp
2020-05-11 17:48 Michał Górny
2020-05-10 17:42 Mart Raudsepp
2020-05-04 13:58 Michał Górny
2020-05-04 12:34 Michał Górny
2020-04-15 21:49 Sergei Trofimovich
2020-04-14 17:19 Sergei Trofimovich
2020-03-01  3:41 Andrey Grozin
2020-02-09 12:24 Mart Raudsepp
2020-01-26 13:33 David Seifert
2019-05-27 23:41 Aaron Bauman
2018-02-03 15:39 Mart Raudsepp
2017-06-27  9:16 Alexis Ballier
2017-05-03  9:26 Michał Górny
2015-11-23  9:25 Agostino Sarubbo
2015-11-08 19:28 Mikle Kolyada
2015-11-05 11:20 Agostino Sarubbo
2015-11-03 19:15 Markus Meier
2015-11-01 13:25 Mikle Kolyada
2015-10-19  9:27 Agostino Sarubbo
2015-10-10  6:39 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1659594553.7bba412a7c8c87ec0ac176dc213dcd79d4d82c1e.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox