summaryrefslogtreecommitdiff
path: root/dev-python/mecab-python/mecab-python-0.996-r1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-20 19:26:24 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-12-20 19:26:24 +0000
commit68f28569389793d0fc49ca47cb064dc4320905b2 (patch)
treecc8ae967b61ed87506d12c1231745788194e1979 /dev-python/mecab-python/mecab-python-0.996-r1.ebuild
parentbeb35ef75b8057c696ea15169fded178d0202402 (diff)
downloadbaldeagleos-repo-68f28569389793d0fc49ca47cb064dc4320905b2.tar.gz
baldeagleos-repo-68f28569389793d0fc49ca47cb064dc4320905b2.tar.xz
baldeagleos-repo-68f28569389793d0fc49ca47cb064dc4320905b2.zip
Adding metadata
Diffstat (limited to 'dev-python/mecab-python/mecab-python-0.996-r1.ebuild')
-rw-r--r--dev-python/mecab-python/mecab-python-0.996-r1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/mecab-python/mecab-python-0.996-r1.ebuild b/dev-python/mecab-python/mecab-python-0.996-r1.ebuild
deleted file mode 100644
index 2671957ce0b8..000000000000
--- a/dev-python/mecab-python/mecab-python-0.996-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2023 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_{10..14} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python binding for MeCab"
-HOMEPAGE="
- https://taku910.github.io/mecab/
- https://github.com/taku910/mecab/
- https://pypi.org/project/mecab-python/
-"
-SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PN%-*}/${P}.tar.gz"
-
-LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-
-DEPEND="~app-text/mecab-${PV}"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-python3.patch )
-DOCS=( AUTHORS README test.py )
-HTML_DOCS=( bindings.html )
-
-python_test() {
- "${EPYTHON}" test.py || die "Tests failed with ${EPYTHON}"
-}