diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-python/mecab-python | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-python/mecab-python')
| -rw-r--r-- | dev-python/mecab-python/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/mecab-python/mecab-python-1.0.7.ebuild | 31 | ||||
| -rw-r--r-- | dev-python/mecab-python/metadata.xml | 14 |
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-python/mecab-python/Manifest b/dev-python/mecab-python/Manifest new file mode 100644 index 000000000000..a748f79e603e --- /dev/null +++ b/dev-python/mecab-python/Manifest @@ -0,0 +1 @@ +DIST mecab-python-1.0.7.gh.tar.gz 74249 BLAKE2B aa97fbd59791ecbcda5e8dd1a1beeec8fd7755f21873a27a816c57d5320bc9013ef029bea62d2f3fbc76645dece38e88dcadd291b109d3cc645e39f82eabe4b9 SHA512 2aba54c7e3c306e7eabe24b6321731b621767a82e8af34ad879a86d1db67a2c94c9793073c758838e83a705cd2423b2e235f0db1b1b61312d1e6790e408d35f4 diff --git a/dev-python/mecab-python/mecab-python-1.0.7.ebuild b/dev-python/mecab-python/mecab-python-1.0.7.ebuild new file mode 100644 index 000000000000..da290ef50931 --- /dev/null +++ b/dev-python/mecab-python/mecab-python-1.0.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 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 + +DESCRIPTION="Python binding for MeCab" +HOMEPAGE=" + https://taku910.github.io/mecab/ + https://github.com/taku910/mecab/ + https://pypi.org/project/mecab-python3/ +" +SRC_URI="https://github.com/SamuraiT/mecab-python3/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}"/${PN}3-${PV} + +LICENSE="|| ( BSD LGPL-2.1 GPL-2 )" +SLOT="0" +KEYWORDS="amd64 ppc64 x86" + +DEPEND=">=app-text/mecab-0.996" +RDEPEND="${DEPEND}" +BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} + +distutils_enable_tests pytest diff --git a/dev-python/mecab-python/metadata.xml b/dev-python/mecab-python/metadata.xml new file mode 100644 index 000000000000..4774a1c1506b --- /dev/null +++ b/dev-python/mecab-python/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>cjk@gentoo.org</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="github">taku910/mecab</remote-id> + <remote-id type="google-code">mecab</remote-id> + <remote-id type="sourceforge">mecab</remote-id> + <remote-id type="pypi">mecab-python</remote-id> + </upstream> +</pkgmetadata> |
