summaryrefslogtreecommitdiff
path: root/dev-python/mecab-python
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /dev-python/mecab-python
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'dev-python/mecab-python')
-rw-r--r--dev-python/mecab-python/Manifest3
-rw-r--r--dev-python/mecab-python/mecab-python-0.996-r1.ebuild2
-rw-r--r--dev-python/mecab-python/mecab-python-0.996.ebuild27
3 files changed, 2 insertions, 30 deletions
diff --git a/dev-python/mecab-python/Manifest b/dev-python/mecab-python/Manifest
index 160948f1a0a2..51e0bc417691 100644
--- a/dev-python/mecab-python/Manifest
+++ b/dev-python/mecab-python/Manifest
@@ -1,5 +1,4 @@
AUX mecab-python-python3.patch 1935 BLAKE2B 5cae0260ef9bfcebd1ff059c5224b60899d27d00ef2da60ba4cc57b6771738c9ed1f0454a36ce89cdd0c16a1fd3010808ca16a8d6a8eb9189b65da913fc7a478 SHA512 b4612c88d3755fdfd18254efbccff313b1b750aea0cf6a31393ccc4479580628fec66da871d5cc630379e13ef74e1fe0c49e73bccd6db377c2ea722ee086d143
DIST mecab-python-0.996.tar.gz 62338 BLAKE2B d2f8749bf4ea0b30b9f7ee68a4210a3af600803296197f48091d1c9fe90f5baaff3eb94ecb3aa04d994771512c1ef5b68a62e0a045da95992bffd1710725e832 SHA512 08954ed801419fd7f65d055244227364bc37b063f8d21babb6ceeb02ca40e0146fa4401d1426255f3656ac1a5e51439bde981414613153dca5972f624289447e
-EBUILD mecab-python-0.996-r1.ebuild 716 BLAKE2B 29a8cdf5c766e2e5c0f46254728df144353a44e6be9ad0c73e7e4c3ba5f10e11a1e45ee0df6b8a229b2461b2a2d7dfe3bb5b63ebd7c1bd69777583be12bacbc1 SHA512 ce8e3e6ea85a7897c25a915d1c5df36d0907b246a7d44efb4a11f288a88e8d9b19ee80a65c51c553d7a95ec81fe7648a9028fc0bbb27c73f8ed94ea126454f23
-EBUILD mecab-python-0.996.ebuild 708 BLAKE2B 9fe608ed7d4050a63de9e1f16cc10a79aa03143eb77c3ba32e7e003a69e6af754673b08d2afb7521574423f6b3798636740b313d3b343abf79dd1a88e5ca680c SHA512 7d077de11bf4307b64a644757293dc2ba064728226104890b5f2b5b3ab76bd4aa806dc5a8821d51729ed47106905eb028a16912665b9ef0197107037b5c97c61
+EBUILD mecab-python-0.996-r1.ebuild 713 BLAKE2B 44f9ed7d997bf406fb18f03a5a63e3de4cf23c45915fb322ae676606a0e9e6746ec02194cb0da73041b22c4057a5bededc3cb52786e866f0aa317f61ce40d129 SHA512 75ceff0dabf5f31b3d2c7ca57f7403937afc2c10e34de14448407cdb26ac2fefbefc07c7c45db7d0ad675ba5c8855137901406e826e71e96e3235785ed1373c1
MISC metadata.xml 463 BLAKE2B 8ca58f73d76674f74b0ac942279515c58b6da3ca6bd2b876916d03660e04358d65ad2e31f7ab0e812b66de2f379c977482c89bd2acc3c0ee63ef693e894a3430 SHA512 3397bc6c050faf0633b320f39ed8bd9c4f242117e72436851f2f301cb1e042672c49c9ea17c27d88b282c233ce69ac671e7671a61e993ae3817199ba6b048c68
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 1a7d1ba9e4b1..a01afec72077 100644
--- a/dev-python/mecab-python/mecab-python-0.996-r1.ebuild
+++ b/dev-python/mecab-python/mecab-python-0.996-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://storage.googleapis.com/google-code-archive-downloads/v2/code.go
LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ia64 ppc64 x86"
DEPEND="~app-text/mecab-${PV}"
RDEPEND="${DEPEND}"
diff --git a/dev-python/mecab-python/mecab-python-0.996.ebuild b/dev-python/mecab-python/mecab-python-0.996.ebuild
deleted file mode 100644
index 7dc9d9c84bf3..000000000000
--- a/dev-python/mecab-python/mecab-python-0.996.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=no
-inherit distutils-r1
-
-DESCRIPTION="Python binding for MeCab"
-HOMEPAGE="https://taku910.github.io/mecab/"
-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 ~ia64 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}"
-}