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 97DA615810F for ; Sun, 11 Jun 2023 09:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 883C4E08EC; Sun, 11 Jun 2023 09:21:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6C6C6E08EC for ; Sun, 11 Jun 2023 09:21:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78022341216 for ; Sun, 11 Jun 2023 09:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDB9AA91 for ; Sun, 11 Jun 2023 09:21:45 +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: <1686475302.03bc76241ceb031baec3c09df142bb73ffd464e2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xkbcommon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xkbcommon/Manifest dev-python/xkbcommon/xkbcommon-0.8.ebuild X-VCS-Directories: dev-python/xkbcommon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 03bc76241ceb031baec3c09df142bb73ffd464e2 X-VCS-Branch: master Date: Sun, 11 Jun 2023 09:21:45 +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: 4f39cbc0-de4d-4226-9ac9-eebbd64c0d80 X-Archives-Hash: 0e6f4b6e61d9d1ecd62a473982f1e965 commit: 03bc76241ceb031baec3c09df142bb73ffd464e2 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 11 09:18:09 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 11 09:21:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03bc7624 dev-python/xkbcommon: Replace virtual/python-cffi dep + QA Signed-off-by: Michał Górny gentoo.org> dev-python/xkbcommon/Manifest | 2 +- dev-python/xkbcommon/xkbcommon-0.8.ebuild | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/dev-python/xkbcommon/Manifest b/dev-python/xkbcommon/Manifest index 95f920325d37..e2afa5bebb5b 100644 --- a/dev-python/xkbcommon/Manifest +++ b/dev-python/xkbcommon/Manifest @@ -1 +1 @@ -DIST xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026 SHA512 ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5bbbbaaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a +DIST python-xkbcommon-0.8.gh.tar.gz 26951 BLAKE2B 0d2a649e3fee8baa9345ddca97dc7c77b5d9e10d7ca90cbb29bcc3531f4bba3deee39e610e147054e956310506fb79ebb43c85955b787e55046d67c12b851026 SHA512 ae2640ef89e7ace0468e970762c7be4d3f608701f1abea10174f274c622db28a6e6323cdc5bbbbaaa1065d4c4ddf9f67b75d4c34bb2e9a0bb6260778b15a330a diff --git a/dev-python/xkbcommon/xkbcommon-0.8.ebuild b/dev-python/xkbcommon/xkbcommon-0.8.ebuild index 4161cc0dc454..7055c24334cc 100644 --- a/dev-python/xkbcommon/xkbcommon-0.8.ebuild +++ b/dev-python/xkbcommon/xkbcommon-0.8.ebuild @@ -5,20 +5,21 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} pypy3 ) +PYTHON_COMPAT=( python3_{10..11} pypy3 ) inherit distutils-r1 +MY_P=python-xkbcommon-${PV} DESCRIPTION="Python bindings for libxkbcommon using cffi" HOMEPAGE=" - https://github.com/sde1000/python-xkbcommon + https://github.com/sde1000/python-xkbcommon/ https://pypi.org/project/xkbcommon/ " SRC_URI=" https://github.com/sde1000/python-xkbcommon/archive/refs/tags/v${PV}.tar.gz - -> ${P}.gh.tar.gz + -> ${MY_P}.gh.tar.gz " -S="${WORKDIR}"/python-${P} +S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" @@ -27,15 +28,16 @@ KEYWORDS="amd64 ~riscv ~x86" # x11-libs/libxkbcommon dep per README RDEPEND=" >=x11-libs/libxkbcommon-${PV} - virtual/python-cffi[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/cffi[${PYTHON_USEDEP}] + ' 'python*') " DEPEND="${RDEPEND}" distutils_enable_tests pytest python_test() { - # No die deliberately as sometimes it doesn't exist - rm -r xkbcommon + rm -rf xkbcommon || die epytest }