Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
Date: Wed, 06 Apr 2022 21:25:36
Message-Id: 1649278316.5ad32bbdd15fc260bef2ba37fd53f34eaefcd6f8.tastytea@gentoo
1 commit: 5ad32bbdd15fc260bef2ba37fd53f34eaefcd6f8
2 Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no>
3 AuthorDate: Wed Apr 6 20:51:56 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Wed Apr 6 20:51:56 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ad32bbd
7
8 dev-python/simplemma: bump version, rm old ebuild
9
10 Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>
11
12 dev-python/simplemma/Manifest | 3 +--
13 dev-python/simplemma/simplemma-0.3.0.ebuild | 18 ------------------
14 .../{simplemma-0.5.0.ebuild => simplemma-0.6.0.ebuild} | 0
15 3 files changed, 1 insertion(+), 20 deletions(-)
16
17 diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
18 index 03156db84..5f2159f9b 100644
19 --- a/dev-python/simplemma/Manifest
20 +++ b/dev-python/simplemma/Manifest
21 @@ -1,2 +1 @@
22 -DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
23 -DIST simplemma-0.5.0.tar.gz 63727628 BLAKE2B f7f3ace8fa2923a89268a37452b698d3c0ec33cc4239476625b443ea3b6a6d343e187de8c033c908b552f805cf2c0912ed9035af46247ef59f94b24b510f5081 SHA512 93f609c2c4b94dfbf812c0933b25e069ab916d7a45c61d0c16c7ed7b5146f555957da736e4d1e6cd8d23386e8673161c5d77ffb538d040113f330dbe8536b1cc
24 +DIST simplemma-0.6.0.tar.gz 73437400 BLAKE2B 6f7e17d00801f17706cf55b5ec06f87e92745555883f3b21080dda08a4f4ee8e4b4305945b8da0974cc5e4dfd4c4b016993e21a7dd97c65d3caa2dae1006af9b SHA512 2dc0ea3c19d0d312f8ddc378846c1191499a4999aa28652212c91cc3be8a77592af7031bf0468347c1c8ef6da122567ced854a6ca4910a030c16e92adbadeb08
25
26 diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild
27 deleted file mode 100644
28 index ad1c0422f..000000000
29 --- a/dev-python/simplemma/simplemma-0.3.0.ebuild
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 -# Copyright 2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -DISTUTILS_USE_SETUPTOOLS=bdepend
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="A simple multilingual lemmatizer for Python."
42 -HOMEPAGE="https://github.com/adbar/simplemma https://pypi.org/project/simplemma/"
43 -SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
48 -
49 -distutils_enable_tests pytest
50
51 diff --git a/dev-python/simplemma/simplemma-0.5.0.ebuild b/dev-python/simplemma/simplemma-0.6.0.ebuild
52 similarity index 100%
53 rename from dev-python/simplemma/simplemma-0.5.0.ebuild
54 rename to dev-python/simplemma/simplemma-0.6.0.ebuild