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 7207A158090 for ; Sat, 28 May 2022 21:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D31DE0848; Sat, 28 May 2022 21:48: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 2077EE0848 for ; Sat, 28 May 2022 21:48: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AF32341512 for ; Sat, 28 May 2022 21:48:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5619C4ED for ; Sat, 28 May 2022 21:48:44 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653774151.9744085a6ded6d2fddddcd415571070c9b37c328.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uharfbuzz/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/uharfbuzz/Manifest dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild X-VCS-Directories: dev-python/uharfbuzz/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 9744085a6ded6d2fddddcd415571070c9b37c328 X-VCS-Branch: dev Date: Sat, 28 May 2022 21:48:44 +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: 96d01fcb-7d4a-4a71-b52f-cf456f0c7c8f X-Archives-Hash: ca08a60f3987ea6e26825ec63208b06a commit: 9744085a6ded6d2fddddcd415571070c9b37c328 Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 21:42:31 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 21:42:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9744085a dev-python/uharfbuzz: drop 0.25.0 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/uharfbuzz/Manifest | 1 - dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild | 35 ---------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/uharfbuzz/Manifest b/dev-python/uharfbuzz/Manifest index 2b97b5147..b7b76860e 100644 --- a/dev-python/uharfbuzz/Manifest +++ b/dev-python/uharfbuzz/Manifest @@ -1,2 +1 @@ -DIST uharfbuzz-0.25.0.tar.gz 36602 BLAKE2B b359f5921f6fef9440d3640af235924d81f661d7582673cc54457f3da16fe2f7973aabe60375a341ee608a01f831971a87ffa5116680c90aaeaa24c75a008a7f SHA512 d57daff4eee023392fd444d1c2be199863422dd6b1097e974a816ddda47bf9fbf1d15509d314230b8abd61dde0b6b9078430a5572fac5e73aa3103675c100cc2 DIST uharfbuzz-0.26.0.tar.gz 36596 BLAKE2B b57782f5de371e2062d6a764fde9d20ca4a47a388b22ac3d169cead66103d30af12888e9d8f0af0aea7c7dbb4a3b7e0f4411e049417efaf1d2e7562ef5a34875 SHA512 0b356ceaf1cc40c2318e495939d51db454852043ebac60cb7b2a7481c4de6540e66d7ccf47a9fe6c1d819bf8a54e572bdb5a0799c7818f61730b820bb210ac83 diff --git a/dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild b/dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild deleted file mode 100644 index e7a26c3ba..000000000 --- a/dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Streamlined Cython bindings for the HarfBuzz shaping engine" -HOMEPAGE="https://github.com/harfbuzz/uharfbuzz" -SRC_URI="https://github.com/harfbuzz/uharfbuzz/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - -KEYWORDS="~amd64" -LICENSE="Apache-2.0" -SLOT="0" - -RDEPEND=">=media-libs/harfbuzz-4.2.1[experimental(-)]" -DEPEND=" - ${RDEPEND} - >=dev-python/cython-0.28.1[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-2.1[${PYTHON_USEDEP}] - >=dev-python/wheel-0.31[${PYTHON_USEDEP}] -" - -PATCHES=( "${FILESDIR}/${PN}-0.23.0-system-harfbuzz.patch" ) - -distutils_enable_tests pytest - -python_prepare_all() { - distutils-r1_python_prepare_all - export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}" - export USE_SYSTEM_HARFBUZZ=1 -}