commit:     2d684689a0626ec2f898e8e6a7e81ef62539b4d3
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Fri Jan 13 00:21:36 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Fri Jan 13 03:11:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d684689

dev-python/uharfbuzz: drop 0.26.0

Closes: https://bugs.gentoo.org/884637
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/uharfbuzz/Manifest                |  1 -
 dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild | 35 ----------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-python/uharfbuzz/Manifest b/dev-python/uharfbuzz/Manifest
index 46c1dd70c..cec68ddd5 100644
--- a/dev-python/uharfbuzz/Manifest
+++ b/dev-python/uharfbuzz/Manifest
@@ -1,2 +1 @@
-DIST uharfbuzz-0.26.0.gh.tar.gz 36596 BLAKE2B 
b57782f5de371e2062d6a764fde9d20ca4a47a388b22ac3d169cead66103d30af12888e9d8f0af0aea7c7dbb4a3b7e0f4411e049417efaf1d2e7562ef5a34875
 SHA512 
0b356ceaf1cc40c2318e495939d51db454852043ebac60cb7b2a7481c4de6540e66d7ccf47a9fe6c1d819bf8a54e572bdb5a0799c7818f61730b820bb210ac83
 DIST uharfbuzz-0.33.0.gh.tar.gz 38023 BLAKE2B 
5cf2d8afc8174d5fb679a38fb4147ea15d753a4b2f745c194d6f75868f878a6ae22a0a3bb77b823eeafcdcda325f89ac69539767e2bc1217b88d594c561ea385
 SHA512 
dc1afdfd39750284544aa8bc244c36a4b60a99423d11d568759ac908fcc34eeb39e97089eba00524bc9dbe1604aab8c35bd40b98f7913016ad022832266e7145

diff --git a/dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild 
b/dev-python/uharfbuzz/uharfbuzz-0.26.0.ebuild
deleted file mode 100644
index 15c886108..000000000
--- a/dev-python/uharfbuzz/uharfbuzz-0.26.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..11} 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}.gh.tar.gz"
-
-KEYWORDS="~amd64"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-RDEPEND=">=media-libs/harfbuzz-4.3.0[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
-}

Reply via email to