From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C55EE15ACFB for ; Sat, 22 Apr 2023 16:24:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 151ABE0919; Sat, 22 Apr 2023 16:24:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0C81E0919 for ; Sat, 22 Apr 2023 16:24:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4372A340D23 for ; Sat, 22 Apr 2023 16:24:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D29218AC for ; Sat, 22 Apr 2023 16:24:31 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1682180667.95fcb1db2a63d59cfc992473e7bd759bf69dd11d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscreenshot/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyscreenshot/Manifest dev-python/pyscreenshot/pyscreenshot-3.0-r1.ebuild X-VCS-Directories: dev-python/pyscreenshot/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 95fcb1db2a63d59cfc992473e7bd759bf69dd11d X-VCS-Branch: master Date: Sat, 22 Apr 2023 16:24:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 347737ed-b544-4d08-8b62-0b5c5b3fe8d4 X-Archives-Hash: 42c5d5821861ba23e6294da94de733ff commit: 95fcb1db2a63d59cfc992473e7bd759bf69dd11d Author: Michał Górny gentoo org> AuthorDate: Sat Apr 22 16:19:42 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 22 16:24:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fcb1db dev-python/pyscreenshot: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyscreenshot/Manifest | 1 - dev-python/pyscreenshot/pyscreenshot-3.0-r1.ebuild | 42 ---------------------- 2 files changed, 43 deletions(-) diff --git a/dev-python/pyscreenshot/Manifest b/dev-python/pyscreenshot/Manifest index 4d03f8566f03..674f5040813a 100644 --- a/dev-python/pyscreenshot/Manifest +++ b/dev-python/pyscreenshot/Manifest @@ -1,2 +1 @@ -DIST pyscreenshot-3.0.tar.gz 32865 BLAKE2B b39d338be4f1dc23fc30fe84a6f8ee6b6346761b023222438e8ff33e01beafc347d34118332efb053057c54383f5468e73049041889a6140a70c0f928c655661 SHA512 f8070941ade2bc710157238f47c9575df1504ef63152980b2bc0edd1f69c9ca4aeec3f738929de1c81a51fed79838053674626981ec61d95dafa7b9998004606 DIST pyscreenshot-3.1.gh.tar.gz 36860 BLAKE2B fff930ad784da3e800d7c85bba2ea03db8f91011083b437f31c0d62037df9fa8921f9572d2271c258bdafa5d4c0b9d3ff93a7b8ab53db2cc24373f971fb6dc54 SHA512 9cbb58ddf2248548fb8b3519b41646e6f00d635ddaac69cc20a41b57e8693466c2b93947d72cf3a0caa0ee20f9d42f70587079a919b1c1d156212d6f942285ee diff --git a/dev-python/pyscreenshot/pyscreenshot-3.0-r1.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.0-r1.ebuild deleted file mode 100644 index 30b86e670ba0..000000000000 --- a/dev-python/pyscreenshot/pyscreenshot-3.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 virtualx - -DESCRIPTION="Python screenshot library" -HOMEPAGE="https://github.com/ponty/pyscreenshot" -SRC_URI="https://github.com/ponty/pyscreenshot/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" - -RDEPEND=" - dev-python/easyprocess[${PYTHON_USEDEP}] - dev-python/entrypoint2[${PYTHON_USEDEP}] - dev-python/jeepney[${PYTHON_USEDEP}] - dev-python/mss[${PYTHON_USEDEP}] -" - -BDEPEND=" - test? ( - dev-python/pillow[${PYTHON_USEDEP}] - dev-python/python-xlib[${PYTHON_USEDEP}] - dev-python/pyvirtualdisplay[${PYTHON_USEDEP}] - media-gfx/imagemagick - media-gfx/pqiv - x11-apps/xdpyinfo - ) -" - -distutils_enable_tests pytest - -python_test() { - # skip GNOME/KDE tests that require D-BUS - local -x XDG_CURRENT_DESKTOP=none - virtx epytest --deselect tests/test_check.py::test_speedtest -}