aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:42:31 +0200
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2022-05-28 23:42:31 +0200
commit9744085a6ded6d2fddddcd415571070c9b37c328 (patch)
treedc6c4eb914f817d2de99d6c4df82b057d3b2f72a /dev-python/uharfbuzz
parentdev-python/tooz: enable py3.10 (diff)
downloadguru-9744085a6ded6d2fddddcd415571070c9b37c328.tar.gz
guru-9744085a6ded6d2fddddcd415571070c9b37c328.tar.bz2
guru-9744085a6ded6d2fddddcd415571070c9b37c328.zip
dev-python/uharfbuzz: drop 0.25.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/uharfbuzz')
-rw-r--r--dev-python/uharfbuzz/Manifest1
-rw-r--r--dev-python/uharfbuzz/uharfbuzz-0.25.0.ebuild35
2 files changed, 0 insertions, 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
-}