diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-07-03 13:12:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-07-03 13:12:53 +0200 |
commit | d782ace815c640a5d189e3e0e5d99c47cd23311e (patch) | |
tree | 3779372454d10767ef4bbcabb05ad361a2c5ed79 /dev-python/pyscreenshot | |
parent | app-misc/pax-utils: x86 stable wrt bug #856022 (diff) | |
download | gentoo-d782ace815c640a5d189e3e0e5d99c47cd23311e.tar.gz gentoo-d782ace815c640a5d189e3e0e5d99c47cd23311e.tar.bz2 gentoo-d782ace815c640a5d189e3e0e5d99c47cd23311e.zip |
dev-python/pyscreenshot: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyscreenshot')
-rw-r--r-- | dev-python/pyscreenshot/pyscreenshot-3.0.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild deleted file mode 100644 index 4c4a98f0a439..000000000000 --- a/dev-python/pyscreenshot/pyscreenshot-3.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -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 ~arm64 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 -} |