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/pyicu/Manifest | 1 - dev-python/pyicu/metadata.xml | 11 --------- dev-python/pyicu/pyicu-2.16.2.ebuild | 46 ------------------------------------ 3 files changed, 58 deletions(-) delete mode 100644 dev-python/pyicu/Manifest delete mode 100644 dev-python/pyicu/metadata.xml delete mode 100644 dev-python/pyicu/pyicu-2.16.2.ebuild (limited to 'dev-python/pyicu') diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest deleted file mode 100644 index 36c4c831afb2..000000000000 --- a/dev-python/pyicu/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyicu-v2.16.2.tar.bz2 200222 BLAKE2B 7f8124ce6d5192f0d37ba0c34a55dccef840456bd3302f4ba73262b6c1e236d7288fe8860c319182836d3b85f83220946b9c826874cd97acf6662e5bfaa12d6e SHA512 ff0c2ae5a5720ec3e728337713f6b96c76953ed978e4424fec8cae31494e39245d7b3219a3fa93003c262f7cd532a9942cb2d4a89775ebaaa26dbfd164dbf2d6 diff --git a/dev-python/pyicu/metadata.xml b/dev-python/pyicu/metadata.xml deleted file mode 100644 index ea7b23b2a9b3..000000000000 --- a/dev-python/pyicu/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - python@gentoo.org - Python - - - pyicu - - diff --git a/dev-python/pyicu/pyicu-2.16.2.ebuild b/dev-python/pyicu/pyicu-2.16.2.ebuild deleted file mode 100644 index 358cadd238f5..000000000000 --- a/dev-python/pyicu/pyicu-2.16.2.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2026 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 - -MY_P=${P/-/-v} -DESCRIPTION="Python bindings for dev-libs/icu" -HOMEPAGE=" - https://gitlab.pyicu.org/main/pyicu/ - https://pypi.org/project/pyicu/ -" -SRC_URI=" - https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2 -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86 ~arm64-macos ~x64-macos" - -DEPEND=" - dev-libs/icu:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - test? ( - dev-python/six[${PYTHON_USEDEP}] - ) -" - -DOCS=( CHANGES CREDITS README.md ) - -EPYTEST_PLUGINS=() -distutils_enable_tests pytest - -python_test() { - epytest test -} -- cgit v1.3