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/pyvirtualdisplay/
Date: Sun, 23 Jul 2023 08:03:42 +0000 (UTC)	[thread overview]
Message-ID: <1690096089.adccb7c2d3ecfc93a64afa4b283fa8486c877975.mgorny@gentoo> (raw)

commit:     adccb7c2d3ecfc93a64afa4b283fa8486c877975
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 23 07:01:51 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 23 07:08:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adccb7c2

dev-python/pyvirtualdisplay: Enable py3.12

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

 dev-python/pyvirtualdisplay/Manifest               |  2 +-
 .../pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild   | 22 +++++++++++++++-------
 2 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/dev-python/pyvirtualdisplay/Manifest b/dev-python/pyvirtualdisplay/Manifest
index 5bf127b59df2..0516d44761ae 100644
--- a/dev-python/pyvirtualdisplay/Manifest
+++ b/dev-python/pyvirtualdisplay/Manifest
@@ -1 +1 @@
-DIST PyVirtualDisplay-3.0.tar.gz 41134 BLAKE2B f80faa66b6b55ac1c48a2e249e48e52f63327a1acac2020d157d0e6b1e8ff3d46ebe027ff59a3356321688a2c815e2e34552aa9de2355e9e427cd82032eb348a SHA512 2ccce9ca6f36dddb15a992f2d4961f203d755ac4df1944f67bfab906061ae30c78db5d1cb050feddb45e28bbe874b250ce7ef1886cc52239fc0a784dc3be1198
+DIST PyVirtualDisplay-3.0.gh.tar.gz 41134 BLAKE2B f80faa66b6b55ac1c48a2e249e48e52f63327a1acac2020d157d0e6b1e8ff3d46ebe027ff59a3356321688a2c815e2e34552aa9de2355e9e427cd82032eb348a SHA512 2ccce9ca6f36dddb15a992f2d4961f203d755ac4df1944f67bfab906061ae30c78db5d1cb050feddb45e28bbe874b250ce7ef1886cc52239fc0a784dc3be1198

diff --git a/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild b/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild
index 9c86d691cf8e..82087316e8df 100644
--- a/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild
+++ b/dev-python/pyvirtualdisplay/pyvirtualdisplay-3.0.ebuild
@@ -4,17 +4,21 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
 MY_P=PyVirtualDisplay-${PV}
 DESCRIPTION="Python wrapper for Xvfb, Xephyr and Xvnc"
-HOMEPAGE="https://github.com/ponty/PyVirtualDisplay"
+HOMEPAGE="
+	https://github.com/ponty/PyVirtualDisplay/
+	https://pypi.org/project/PyVirtualDisplay/
+"
 SRC_URI="
 	https://github.com/ponty/PyVirtualDisplay/archive/${PV}.tar.gz
-		-> ${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD-2"
 SLOT="0"
@@ -28,10 +32,14 @@ BDEPEND="
 		dev-python/pillow[xcb,${PYTHON_USEDEP}]
 		dev-python/psutil[${PYTHON_USEDEP}]
 		dev-python/pyscreenshot[${PYTHON_USEDEP}]
-		~dev-python/vncdotool-0.13.0[${PYTHON_USEDEP}]
 		x11-apps/xmessage
 		x11-base/xorg-server[xvfb,xephyr]
-		x11-misc/x11vnc
-	)"
+	)
+"
 
 distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+	# require old vncdotool
+	tests/test_xvnc.py
+)


             reply	other threads:[~2023-07-23  8:03 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-23  8:03 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-07 15:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyvirtualdisplay/ Michał Górny
2023-11-24 16:43 Arthur Zamarin
2023-06-18 17:07 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2022-10-29 19:43 Sam James
2022-09-09 22:38 Jakov Smolić
2022-06-01 10:55 Andrew Ammerlaan
2022-03-19  9:36 Michał Górny
2022-02-13 13:00 Michał Górny
2022-02-13  9:29 Michał Górny
2021-10-19  0:12 Sam James
2021-09-14 13:58 Arthur Zamarin
2021-09-14 13:58 Arthur Zamarin
2021-07-12 22:43 Michał Górny
2021-06-11 14:32 Andrew Ammerlaan
2021-05-17  7:01 Michał Górny
2021-05-16 23:40 Sam James
2021-04-09 11:49 Joonas Niilola
2021-04-05  8:08 Michał Górny
2021-03-11  7:18 Joonas Niilola
2021-03-03 11:40 Michał Górny
2021-03-03  8:07 Michał Górny
2020-11-13  8:08 Joonas Niilola
2020-11-12 22:54 Thomas Deutschmann
2020-09-15  8:09 Joonas Niilola

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=1690096089.adccb7c2d3ecfc93a64afa4b283fa8486c877975.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