diff options
author | 2023-02-15 18:25:04 +0100 | |
---|---|---|
committer | 2023-02-15 18:25:04 +0100 | |
commit | aed0514be0e595c1526bd42f9ec9469030a89447 (patch) | |
tree | 4d65bf2f59ec74015cc4bdc8cbe3cbd2a157ac7b /dev-python/mecab-python | |
parent | dev-python/nagiosplugin: Use pypi.eclass (diff) | |
download | gentoo-aed0514be0e595c1526bd42f9ec9469030a89447.tar.gz gentoo-aed0514be0e595c1526bd42f9ec9469030a89447.tar.bz2 gentoo-aed0514be0e595c1526bd42f9ec9469030a89447.zip |
dev-python/mecab-python: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/mecab-python')
-rw-r--r-- | dev-python/mecab-python/mecab-python-0.996-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 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 index 985f3ef8a09e..50393940550a 100644 --- a/dev-python/mecab-python/mecab-python-0.996-r1.ebuild +++ b/dev-python/mecab-python/mecab-python-0.996-r1.ebuild @@ -4,12 +4,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="Python binding for MeCab" -HOMEPAGE="https://taku910.github.io/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 )" |