commit:     2ce278dc133c0dfb2f63fdc716f37c7f84b60d00
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 07:18:06 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 07:18:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ce278dc

dev-python/pywlroots: drop 0.15.24-r2

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-python/pywlroots/Manifest                    |  1 -
 dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild | 48 ------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-python/pywlroots/Manifest b/dev-python/pywlroots/Manifest
index 15963280fe77..3d84f9bb70e7 100644
--- a/dev-python/pywlroots/Manifest
+++ b/dev-python/pywlroots/Manifest
@@ -1,2 +1 @@
-DIST pywlroots-0.15.24.gh.tar.gz 85570 BLAKE2B 
0c7ba0be6159152488785298028bb1feec20e2380357060a850dab417b3fb1fccb4a9e6cc6564d2b7f124bf4fc454789549267e9036b0b4559e5fcd4c6f06196
 SHA512 
b29b76cf18a65b2ef19d15ecf018a9ba44119d60ee61435967d17f06d5f7544d2117f2e9a81574734c71591a237b00c8584a5cc6d6adb928f39f11170f21ee94
 DIST pywlroots-0.17.0.tar.gz 99439 BLAKE2B 
0f4153e5d4e7786d52d2a66614c4c92d29d0ef57be74ce8e7b23ed244c361a551b84606493296b99b4b1f48f5c862911f48aa32f3e7d5bd1c0fcedcfb1240474
 SHA512 
20b93845f26f1942bc111d12de24acc17af24cd70abd644a66a4b43e3622fa2cb9323c7dc846a5708c5cb63631e77020350231a67d3b6702ac5882fcd31411df

diff --git a/dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild 
b/dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild
deleted file mode 100644
index 6c3c93aba474..000000000000
--- a/dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python binding to the wlroots library using cffi"
-HOMEPAGE="
-       https://github.com/flacjacket/pywlroots
-       https://pypi.org/project/pywlroots/
-"
-SRC_URI="
-       https://github.com/flacjacket/pywlroots/archive/refs/tags/v${PV}.tar.gz
-               -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86"
-
-# See README for wlroots dep
-RDEPEND="
-       $(python_gen_cond_dep '
-               dev-python/cffi[${PYTHON_USEDEP}]
-       ' 'python*')
-       >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}]
-       >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}]
-       =gui-libs/wlroots-$(ver_cut 1-2)*:=
-       x11-base/xwayland
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-0.15.24-no-import-version-check.patch
-)
-
-distutils_enable_tests pytest
-
-python_test() {
-       # No die deliberately as sometimes it doesn't exist
-       rm -r wlroots
-
-       epytest
-}

Reply via email to