diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-16 14:22:13 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-08-16 14:22:13 +0000 |
| commit | f2b759d4b33dfc994e487ecd50f3f5f4f20d7ed0 (patch) | |
| tree | 392e43c6e5378cb0799b30002bcb8c0a1706660b /dev-python/pywlroots | |
| parent | 221c8210e155dfa28ce9021973f6ebbc62f5f97b (diff) | |
| download | baldeagleos-repo-f2b759d4b33dfc994e487ecd50f3f5f4f20d7ed0.tar.gz baldeagleos-repo-f2b759d4b33dfc994e487ecd50f3f5f4f20d7ed0.tar.xz baldeagleos-repo-f2b759d4b33dfc994e487ecd50f3f5f4f20d7ed0.zip | |
Adding metadata
Diffstat (limited to 'dev-python/pywlroots')
| -rw-r--r-- | dev-python/pywlroots/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pywlroots/pywlroots-0.15.24-r2.ebuild | 48 |
2 files changed, 0 insertions, 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 176d25311aa5..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_{8,9,10,11,12} ) - -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 -} |
