From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mss/
Date: Sun, 17 Aug 2025 03:17:27 +0000 (UTC) [thread overview]
Message-ID: <1755400639.ac6f13b4082e7d5a44f48ce1313bd3bda999e0ef.mgorny@gentoo> (raw)
commit: ac6f13b4082e7d5a44f48ce1313bd3bda999e0ef
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 03:05:06 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 03:17:19 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac6f13b4
dev-python/mss: Bump to 10.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mss/Manifest | 1 +
dev-python/mss/mss-10.1.0.ebuild | 48 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/dev-python/mss/Manifest b/dev-python/mss/Manifest
index f27921a7fed1..c57baff86334 100644
--- a/dev-python/mss/Manifest
+++ b/dev-python/mss/Manifest
@@ -1 +1,2 @@
DIST mss-10.0.0.tar.gz 83127 BLAKE2B fb015e02fb80320ba6ad8b612fd675d6ca3b15560fc3413426e1a9a569eca57794fb69289dd6a97ff681e3674448176e022a900b8c565299cb6133b92510d47f SHA512 f2ed2fcd927e51a90facd3f7eefa56e745ed5ccb04fcf46f66f3ad969dc2d5f28d87887950cdd1f552e36250376e4cd77d6c65607848f7768e952319c6197bdc
+DIST mss-10.1.0.tar.gz 84200 BLAKE2B f19a09e2429fc3bed358587680d589578536809055247b81a4bb2b0e9fd86ec531c849b3ad360e6612a08c3c70e29812febbd9650fc2b7ab98315d462077ce1f SHA512 4653881086d32906b88a83674feedfd995b8ad7637fcaf3eecd0a868537c9b2e94aa550ea4bcbfa813f599621cc697a32625ba145f061e994e166ff1501ee204
diff --git a/dev-python/mss/mss-10.1.0.ebuild b/dev-python/mss/mss-10.1.0.ebuild
new file mode 100644
index 000000000000..2b4fe45254a2
--- /dev/null
+++ b/dev-python/mss/mss-10.1.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi virtualx
+
+DESCRIPTION="An ultra fast cross-platform multiple screenshots module in python using ctypes"
+HOMEPAGE="
+ https://github.com/BoboTiG/python-mss/
+ https://pypi.org/project/mss/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+BDEPEND="
+ test? (
+ dev-python/pyvirtualdisplay[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=( pytest-rerunfailures )
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # upstream tests for self-build, apparently broken by setuptools
+ # issuing deprecation warnings
+ src/tests/test_setup.py
+)
+
+EPYTEST_DESELECT=(
+ # unreliable `lsof -U | grep ...` tests
+ src/tests/test_leaks.py
+)
+
+src_prepare() {
+ distutils-r1_src_prepare
+ sed -i -e '/--cov/d' pyproject.toml || die
+}
+
+src_test() {
+ virtx distutils-r1_src_test
+}
next reply other threads:[~2025-08-17 3:17 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-17 3:17 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-16 14:20 [gentoo-commits] repo/gentoo:master commit in: dev-python/mss/ Arthur Zamarin
2024-11-15 4:59 Michał Górny
2024-09-21 12:02 Michał Górny
2024-09-21 11:56 Arthur Zamarin
2024-09-03 5:23 Michał Górny
2024-07-07 15:36 Michał Górny
2023-11-24 16:43 Arthur Zamarin
2023-07-24 12:49 Michał Górny
2023-07-23 8:03 Michał Górny
2023-07-18 16:32 Sam James
2023-04-21 4:34 Michał Górny
2023-04-19 5:56 Michał Górny
2023-04-15 8:23 Michał Górny
2023-04-10 16:11 Michał Górny
2023-04-10 5:30 Michał Górny
2023-04-09 20:40 Andrew Ammerlaan
2023-02-17 11:06 Sam James
2022-11-30 2:55 Michał Górny
2022-11-29 22:22 Jakov Smolić
2022-10-29 19:43 Sam James
2022-10-28 7:09 Michał Górny
2022-10-27 4:49 Michał Górny
2022-10-27 4:49 Michał Górny
2022-09-09 22:38 Jakov Smolić
2021-12-13 15:42 Andrew Ammerlaan
2021-10-19 0:12 Sam James
2021-06-05 11:56 Andrew Ammerlaan
2021-01-19 8:02 Michał Górny
2021-01-19 2:45 Sam James
2021-01-18 12:09 Michał Górny
2020-12-17 0:18 Matt Turner
2020-10-19 12:16 Joonas Niilola
2020-10-18 18:51 Thomas Deutschmann
2020-09-15 18:27 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=1755400639.ac6f13b4082e7d5a44f48ce1313bd3bda999e0ef.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