* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/simplemma/
@ 2021-07-30 8:51 Andrew Ammerlaan
2021-07-30 9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
0 siblings, 1 reply; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 78e0404b4ac63e093c5d38f766eb6640c7ef9b09
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 08:51:26 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 08:51:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e0404b
dev-python/simplemma: fix BadFilename
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/simplemma/Manifest | 2 +-
dev-python/simplemma/simplemma-0.3.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
index f1b288811..bfad9b33a 100644
--- a/dev-python/simplemma/Manifest
+++ b/dev-python/simplemma/Manifest
@@ -1 +1 @@
-DIST v0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
+DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild
index 0b93ea384..2f33988df 100644
--- a/dev-python/simplemma/simplemma-0.3.0.ebuild
+++ b/dev-python/simplemma/simplemma-0.3.0.ebuild
@@ -9,7 +9,7 @@ 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"
+SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
DEPEND=""
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
@ 2021-07-30 9:11 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30 9:11 UTC (permalink / raw
To: gentoo-commits
commit: cb64f4c41c78082b6227e46c5062b8edf797a691
Author: Shaoyu Tseng <shaoyu0209 <AT> tuta <DOT> io>
AuthorDate: Thu Jul 29 05:41:52 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 05:41:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb64f4c4
dev-python/simplemma: new package
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Shaoyu Tseng <shaoyu0209 <AT> tuta.io>
dev-python/simplemma/Manifest | 1 +
dev-python/simplemma/metadata.xml | 12 ++++++++++++
dev-python/simplemma/simplemma-0.3.0.ebuild | 17 +++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
new file mode 100644
index 000000000..f1b288811
--- /dev/null
+++ b/dev-python/simplemma/Manifest
@@ -0,0 +1 @@
+DIST v0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
diff --git a/dev-python/simplemma/metadata.xml b/dev-python/simplemma/metadata.xml
new file mode 100644
index 000000000..9ee6cb897
--- /dev/null
+++ b/dev-python/simplemma/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+ <maintainer type="person">
+ <email>shaoyu0209@tuta.io</email>
+ <name>Shaoyu Tseng</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">simplemma</remote-id>
+ <remote-id type="github">adbar/simplemma</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild
new file mode 100644
index 000000000..0b93ea384
--- /dev/null
+++ b/dev-python/simplemma/simplemma-0.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8,9} pypy3 )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+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"
+DEPEND=""
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
2021-07-30 8:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/simplemma/ Andrew Ammerlaan
@ 2021-07-30 9:11 ` Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-07-30 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 78e0404b4ac63e093c5d38f766eb6640c7ef9b09
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 30 08:51:26 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 30 08:51:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e0404b
dev-python/simplemma: fix BadFilename
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/simplemma/Manifest | 2 +-
dev-python/simplemma/simplemma-0.3.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
index f1b288811..bfad9b33a 100644
--- a/dev-python/simplemma/Manifest
+++ b/dev-python/simplemma/Manifest
@@ -1 +1 @@
-DIST v0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
+DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild
index 0b93ea384..2f33988df 100644
--- a/dev-python/simplemma/simplemma-0.3.0.ebuild
+++ b/dev-python/simplemma/simplemma-0.3.0.ebuild
@@ -9,7 +9,7 @@ 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"
+SRC_URI="https://github.com/adbar/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
DEPEND=""
LICENSE="MIT"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
@ 2021-08-17 16:46 Jian Lin
0 siblings, 0 replies; 8+ messages in thread
From: Jian Lin @ 2021-08-17 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 5abbbd9129c9be935fb6c4903a04022d9a218dc3
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Aug 16 19:28:13 2021 +0000
Commit: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
CommitDate: Mon Aug 16 19:29:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5abbbd91
dev-python/simplemma: update EAPI, enable py3.10
Drop pypy3 because of failing tests.
Closes: https://bugs.gentoo.org/807919
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/simplemma/simplemma-0.3.0.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild
index edd13887e..ad1c0422f 100644
--- a/dev-python/simplemma/simplemma-0.3.0.ebuild
+++ b/dev-python/simplemma/simplemma-0.3.0.ebuild
@@ -1,16 +1,15 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} )
DISTUTILS_USE_SETUPTOOLS=bdepend
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"
-DEPEND=""
LICENSE="MIT"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
@ 2021-12-15 10:35 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2021-12-15 10:35 UTC (permalink / raw
To: gentoo-commits
commit: 4c1062a4f1501b6e9b000f357d1da81b214e9225
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Dec 12 10:24:40 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Tue Dec 14 07:12:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c1062a4
dev-python/simplemma: add 0.5.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/simplemma/Manifest | 1 +
dev-python/simplemma/simplemma-0.5.0.ebuild | 19 +++++++++++++++++++
2 files changed, 20 insertions(+)
diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
index bfad9b33a..03156db84 100644
--- a/dev-python/simplemma/Manifest
+++ b/dev-python/simplemma/Manifest
@@ -1 +1,2 @@
DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
+DIST simplemma-0.5.0.tar.gz 63727628 BLAKE2B f7f3ace8fa2923a89268a37452b698d3c0ec33cc4239476625b443ea3b6a6d343e187de8c033c908b552f805cf2c0912ed9035af46247ef59f94b24b510f5081 SHA512 93f609c2c4b94dfbf812c0933b25e069ab916d7a45c61d0c16c7ed7b5146f555957da736e4d1e6cd8d23386e8673161c5d77ffb538d040113f330dbe8536b1cc
diff --git a/dev-python/simplemma/simplemma-0.5.0.ebuild b/dev-python/simplemma/simplemma-0.5.0.ebuild
new file mode 100644
index 000000000..69b44b9f7
--- /dev/null
+++ b/dev-python/simplemma/simplemma-0.5.0.ebuild
@@ -0,0 +1,19 @@
+# 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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
@ 2022-04-06 21:25 Ronny Gutbrod
0 siblings, 0 replies; 8+ messages in thread
From: Ronny Gutbrod @ 2022-04-06 21:25 UTC (permalink / raw
To: gentoo-commits
commit: 5ad32bbdd15fc260bef2ba37fd53f34eaefcd6f8
Author: Shaoyu Tseng <1over137 <AT> anche <DOT> no>
AuthorDate: Wed Apr 6 20:51:56 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Apr 6 20:51:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5ad32bbd
dev-python/simplemma: bump version, rm old ebuild
Signed-off-by: Shaoyu Tseng <1over137 <AT> anche.no>
dev-python/simplemma/Manifest | 3 +--
dev-python/simplemma/simplemma-0.3.0.ebuild | 18 ------------------
.../{simplemma-0.5.0.ebuild => simplemma-0.6.0.ebuild} | 0
3 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/dev-python/simplemma/Manifest b/dev-python/simplemma/Manifest
index 03156db84..5f2159f9b 100644
--- a/dev-python/simplemma/Manifest
+++ b/dev-python/simplemma/Manifest
@@ -1,2 +1 @@
-DIST simplemma-0.3.0.tar.gz 44610556 BLAKE2B e82434ebfa15f2a4ec0cbb7a9ce281c198053a41b707561dfb1a59c217c03242dede9f3239a725893c22797f8781a68e030a0f769c3c2ec0a10efbd8dfe749a9 SHA512 c1a6f5d94098dd87eb992c301e8afbd2257b466571bca636c6815c9b5150f8e606ae7791652d34719383b356c0a1d5aa5311d266a4df6ebcb7f23402bbe65e2c
-DIST simplemma-0.5.0.tar.gz 63727628 BLAKE2B f7f3ace8fa2923a89268a37452b698d3c0ec33cc4239476625b443ea3b6a6d343e187de8c033c908b552f805cf2c0912ed9035af46247ef59f94b24b510f5081 SHA512 93f609c2c4b94dfbf812c0933b25e069ab916d7a45c61d0c16c7ed7b5146f555957da736e4d1e6cd8d23386e8673161c5d77ffb538d040113f330dbe8536b1cc
+DIST simplemma-0.6.0.tar.gz 73437400 BLAKE2B 6f7e17d00801f17706cf55b5ec06f87e92745555883f3b21080dda08a4f4ee8e4b4305945b8da0974cc5e4dfd4c4b016993e21a7dd97c65d3caa2dae1006af9b SHA512 2dc0ea3c19d0d312f8ddc378846c1191499a4999aa28652212c91cc3be8a77592af7031bf0468347c1c8ef6da122567ced854a6ca4910a030c16e92adbadeb08
diff --git a/dev-python/simplemma/simplemma-0.3.0.ebuild b/dev-python/simplemma/simplemma-0.3.0.ebuild
deleted file mode 100644
index ad1c0422f..000000000
--- a/dev-python/simplemma/simplemma-0.3.0.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
-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"
-
-distutils_enable_tests pytest
diff --git a/dev-python/simplemma/simplemma-0.5.0.ebuild b/dev-python/simplemma/simplemma-0.6.0.ebuild
similarity index 100%
rename from dev-python/simplemma/simplemma-0.5.0.ebuild
rename to dev-python/simplemma/simplemma-0.6.0.ebuild
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
@ 2023-03-08 9:08 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-03-08 9:08 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/simplemma/
@ 2023-12-31 15:40 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-12-31 15:40 UTC (permalink / raw
To: gentoo-commits
commit: b0d464b8adb0e0e305834386cf6d7f206ba3a53b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:54:43 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 31 00:54:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b0d464b8
dev-python/simplemma: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/simplemma/simplemma-0.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/simplemma/simplemma-0.9.1.ebuild b/dev-python/simplemma/simplemma-0.9.1.ebuild
index cf7689fdc8..24e1274a89 100644
--- a/dev-python/simplemma/simplemma-0.9.1.ebuild
+++ b/dev-python/simplemma/simplemma-0.9.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-12-31 15:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-30 8:51 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/simplemma/ Andrew Ammerlaan
2021-07-30 9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2021-07-30 9:11 Andrew Ammerlaan
2021-08-17 16:46 Jian Lin
2021-12-15 10:35 Andrew Ammerlaan
2022-04-06 21:25 Ronny Gutbrod
2023-03-08 9:08 Florian Schmaus
2023-12-31 15:40 David Roman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox