summaryrefslogtreecommitdiff
path: root/dev-python/pyuca/pyuca-1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyuca/pyuca-1.2.ebuild')
-rw-r--r--dev-python/pyuca/pyuca-1.2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/pyuca/pyuca-1.2.ebuild b/dev-python/pyuca/pyuca-1.2.ebuild
deleted file mode 100644
index 105cdde77577..000000000000
--- a/dev-python/pyuca/pyuca-1.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{13..14} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Python implementation of the Unicode Collation Algorithm"
-HOMEPAGE="
- https://github.com/jtauber/pyuca
- https://pypi.org/project/pyuca/
-"
-SRC_URI="
- https://github.com/jtauber/pyuca/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-distutils_enable_tests unittest