From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/simplemma/
Date: Wed, 8 Mar 2023 07:38:19 +0000 (UTC) [thread overview]
Message-ID: <1678260640.d616f542281ba18bfc20e62499c5c8a1ab8a23cd.cybertailor@gentoo> (raw)
commit: d616f542281ba18bfc20e62499c5c8a1ab8a23cd
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar 8 07:17:47 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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
next reply other threads:[~2023-03-08 7:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-08 7:38 Anna Vyalkova [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-31 1:00 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/simplemma/ Julien Roy
2022-06-19 6:34 Shaoyu Tseng
2022-04-06 20:52 Shaoyu Tseng
2021-12-14 7:14 Anna Vyalkova
2021-08-16 19:47 Anna Vyalkova
2021-08-08 3:51 Shaoyu Tseng
2021-07-30 8:51 Andrew Ammerlaan
2021-07-29 6:13 Shaoyu Tseng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1678260640.d616f542281ba18bfc20e62499c5c8a1ab8a23cd.cybertailor@gentoo \
--to=cyber+gentoo@sysrq.in \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox