From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/xkbcommon/Manifest | 1 - dev-python/xkbcommon/metadata.xml | 11 --------- dev-python/xkbcommon/xkbcommon-1.5.1.ebuild | 38 ----------------------------- 3 files changed, 50 deletions(-) delete mode 100644 dev-python/xkbcommon/Manifest delete mode 100644 dev-python/xkbcommon/metadata.xml delete mode 100644 dev-python/xkbcommon/xkbcommon-1.5.1.ebuild (limited to 'dev-python/xkbcommon') diff --git a/dev-python/xkbcommon/Manifest b/dev-python/xkbcommon/Manifest deleted file mode 100644 index 3cd31dbf06b0..000000000000 --- a/dev-python/xkbcommon/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST xkbcommon-1.5.1.tar.gz 80170 BLAKE2B 8dec8c632d1d3c5d4f47992feea7431e21a9bb6477cbb35039003606ad6c52136255e89373bfe663cfaeb5d7b575ca0504af05568d56dcf99c53f509cf636408 SHA512 0fe7fa5760a77f9652e1985d16bf9ef0f6a95f96a196a032f4d7639bca5da644e0439f81ff76b02a06a2e2448277d86ed798de72cbfadeb2369ffaf2d322cb65 diff --git a/dev-python/xkbcommon/metadata.xml b/dev-python/xkbcommon/metadata.xml deleted file mode 100644 index 0dfaf46622c1..000000000000 --- a/dev-python/xkbcommon/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - - - sde1000/python-xkbcommon - xkbcommon - - diff --git a/dev-python/xkbcommon/xkbcommon-1.5.1.ebuild b/dev-python/xkbcommon/xkbcommon-1.5.1.ebuild deleted file mode 100644 index bd4aa77cb4dc..000000000000 --- a/dev-python/xkbcommon/xkbcommon-1.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Python bindings for libxkbcommon using cffi" -HOMEPAGE=" - https://github.com/sde1000/python-xkbcommon/ - https://pypi.org/project/xkbcommon/ -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" - -# x11-libs/libxkbcommon dep per README -RDEPEND=" - >=x11-libs/libxkbcommon-${PV} - $(python_gen_cond_dep ' - dev-python/cffi[${PYTHON_USEDEP}] - ' 'python*') -" -DEPEND="${RDEPEND}" - -distutils_enable_tests pytest - -python_test() { - rm -rf xkbcommon || die - - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 - epytest -} -- cgit v1.3