commit:     d616f542281ba18bfc20e62499c5c8a1ab8a23cd
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar  8 07:17:47 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 07:30:40 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d616f542

dev-python/simplemma: add 0.9.1, drop 0.7.0

Closes: https://bugs.gentoo.org/897566
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/simplemma/Manifest               |  2 +-
 dev-python/simplemma/simplemma-0.7.0.ebuild | 19 -------------------
 dev-python/simplemma/simplemma-0.9.1.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 23 insertions(+), 20 deletions(-)

diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
index 4e19b7c03..9a2972080 100644
--- a/dev-python/simplemma/Manifest
+++ b/dev-python/simplemma/Manifest
@@ -1 +1 @@
-DIST simplemma-0.7.0.tar.gz 73439172 BLAKE2B 
98ec7369e427b05ad0a31b77cdd9c1460152d1d60df62f5c72e4e0aff2a26de7f62d4519025bf55eb6bc22abe21c85bac7a80498b4f787b9e2adb51db204e082
 SHA512 
42c516314e95cc1e95d3fb188ea492cd2965c609ab3c8ecce21ac520f6128006419af07740ff7b3ba09162f5eba4125b9ae8501fc4c9788e672263f6732f2e1a
+DIST simplemma-0.9.1.tar.gz 75523297 BLAKE2B 
f8e4e141e180e24cc8d2c80cdfca7fcc111bbe7bd0a65c6bcbcf0708ea6ac559b9eaf8ee736054a4b0427ac56e21bec576d8c7975a60a32adc74713ddedf2748
 SHA512 
9a19088bae188e44fd1451aed7de5f66e579d70adb53782aaa84b15930d27a466d193b2d54c122c981300121ae6b0ecf8c63430cf34151daace8a752ba4b0fa6

diff --git a/dev-python/simplemma/simplemma-0.7.0.ebuild 
b/dev-python/simplemma/simplemma-0.7.0.ebuild
deleted file mode 100644
index 69b44b9f7..000000000
--- a/dev-python/simplemma/simplemma-0.7.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A simple multilingual lemmatizer for Python."
-HOMEPAGE="https://github.com/adbar/simplemma 
https://pypi.org/project/simplemma/";
-SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DOCS=( HISTORY.rst README.rst )
-
-distutils_enable_tests pytest

diff --git a/dev-python/simplemma/simplemma-0.9.1.ebuild 
b/dev-python/simplemma/simplemma-0.9.1.ebuild
new file mode 100644
index 000000000..ef573afa7
--- /dev/null
+++ b/dev-python/simplemma/simplemma-0.9.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1 pypi
+
+DESCRIPTION="A simple multilingual lemmatizer for Python"
+HOMEPAGE="
+       https://pypi.org/project/simplemma/
+       https://github.com/adbar/simplemma
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+DOCS=( {HISTORY,README}.rst )
+
+distutils_enable_tests pytest

Reply via email to