public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentence-splitter/
@ 2022-02-04 11:44 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2022-02-04 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4c41e88e153b03a4956a40e99c70305c41af534a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Feb  2 07:28:16 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Feb  2 08:11:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c41e88e

dev-python/sentence-splitter: fix tests

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

 dev-python/sentence-splitter/Manifest                               | 2 +-
 ...sentence-splitter-1.4.ebuild => sentence-splitter-1.4-r1.ebuild} | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/sentence-splitter/Manifest b/dev-python/sentence-splitter/Manifest
index 42e8226fe..e43d10438 100644
--- a/dev-python/sentence-splitter/Manifest
+++ b/dev-python/sentence-splitter/Manifest
@@ -1 +1 @@
-DIST sentence_splitter-1.4.tar.gz 30607 BLAKE2B 6f1ebf416e9cb0ae837d54dbae0ae275a091086bbaf266b8e991014a7aab8e9c63af16ba3904d34691df10f4d237817a9049383b70ba4de14c8d32748e759320 SHA512 b173f1dd0b94191f03eab4ac4679608ec2cb2f2964c644144020df4ea740915ad7f96737e2384eb6fb2d4cd8a1cf353e472b8e059714e914a8973f99f3ad8e94
+DIST sentence-splitter-1.4.tar.gz 33888 BLAKE2B 490da5f1dde77a164306a0ac5cd9b073eda5e25e8016f7dbd4e5add1341c276ea7dd646442e88697e9fb1f3ebe58ad04da7d0fda36793e66c34f83a728f6a121 SHA512 d1c8cc2c830f5b005265c5a0633bde9237f0d4f52526fc16197fa1b6bb413c25394e41eea03bdcedc824066c4d16d4c77b293ecb3ba37f8ec8eee2037842869f

diff --git a/dev-python/sentence-splitter/sentence-splitter-1.4.ebuild b/dev-python/sentence-splitter/sentence-splitter-1.4-r1.ebuild
similarity index 70%
rename from dev-python/sentence-splitter/sentence-splitter-1.4.ebuild
rename to dev-python/sentence-splitter/sentence-splitter-1.4-r1.ebuild
index 3cdb4f6e4..5a451aa52 100644
--- a/dev-python/sentence-splitter/sentence-splitter-1.4.ebuild
+++ b/dev-python/sentence-splitter/sentence-splitter-1.4-r1.ebuild
@@ -3,15 +3,17 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder"
 HOMEPAGE="https://github.com/mediacloud/sentence-splitter https://pypi.org/project/sentence-splitter/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz"
+SRC_URI="https://github.com/mediacloud/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
+RDEPEND="dev-python/regex[${PYTHON_USEDEP}]"
+
 distutils_enable_tests pytest


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentence-splitter/
@ 2023-03-08  9:08 Florian Schmaus
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-03-08  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b07397e6b46e6bc55f5ad1a39294e521e5191619
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar  8 07:29:51 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Mar  8 07:31:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b07397e6

dev-python/sentence-splitter: enable py3.11

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

 dev-python/sentence-splitter/Manifest                        |  2 +-
 ...plitter-1.4-r1.ebuild => sentence-splitter-1.4-r2.ebuild} | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-python/sentence-splitter/Manifest b/dev-python/sentence-splitter/Manifest
index e43d10438..691ed4c48 100644
--- a/dev-python/sentence-splitter/Manifest
+++ b/dev-python/sentence-splitter/Manifest
@@ -1 +1 @@
-DIST sentence-splitter-1.4.tar.gz 33888 BLAKE2B 490da5f1dde77a164306a0ac5cd9b073eda5e25e8016f7dbd4e5add1341c276ea7dd646442e88697e9fb1f3ebe58ad04da7d0fda36793e66c34f83a728f6a121 SHA512 d1c8cc2c830f5b005265c5a0633bde9237f0d4f52526fc16197fa1b6bb413c25394e41eea03bdcedc824066c4d16d4c77b293ecb3ba37f8ec8eee2037842869f
+DIST sentence-splitter-1.4.gh.tar.gz 33888 BLAKE2B 490da5f1dde77a164306a0ac5cd9b073eda5e25e8016f7dbd4e5add1341c276ea7dd646442e88697e9fb1f3ebe58ad04da7d0fda36793e66c34f83a728f6a121 SHA512 d1c8cc2c830f5b005265c5a0633bde9237f0d4f52526fc16197fa1b6bb413c25394e41eea03bdcedc824066c4d16d4c77b293ecb3ba37f8ec8eee2037842869f

diff --git a/dev-python/sentence-splitter/sentence-splitter-1.4-r1.ebuild b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
similarity index 61%
rename from dev-python/sentence-splitter/sentence-splitter-1.4-r1.ebuild
rename to dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
index 5a451aa52..4aec05fa8 100644
--- a/dev-python/sentence-splitter/sentence-splitter-1.4-r1.ebuild
+++ b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
@@ -1,14 +1,18 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Sentence splitter using heuristic algorithm by Philipp Koehn and Josh Schroeder"
-HOMEPAGE="https://github.com/mediacloud/sentence-splitter https://pypi.org/project/sentence-splitter/"
-SRC_URI="https://github.com/mediacloud/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+HOMEPAGE="
+	https://pypi.org/project/sentence-splitter/
+	https://github.com/mediacloud/sentence-splitter
+"
+SRC_URI="https://github.com/mediacloud/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentence-splitter/
@ 2023-12-31 15:40 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2023-12-31 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     6478469f10b81e4d78ba1712558cd1319914426f
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Dec 31 00:54:19 2023 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sun Dec 31 00:54:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6478469f

dev-python/sentence-splitter: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
index 63a44b9f35..9697d63158 100644
--- a/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
+++ b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentence-splitter/
@ 2024-02-11 17:50 David Roman
  0 siblings, 0 replies; 4+ messages in thread
From: David Roman @ 2024-02-11 17:50 UTC (permalink / raw
  To: gentoo-commits

commit:     179548d2ae037cb00fdd3baa3c5d14c2dbd68df6
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 10 12:13:14 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Sat Feb 10 12:13:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=179548d2

dev-python/sentence-splitter: disable pypy3

dev-python/regex disabled pypy3

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
index 9697d63158..dec09481cc 100644
--- a/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
+++ b/dev-python/sentence-splitter/sentence-splitter-1.4-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-11 17:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-31 15:40 [gentoo-commits] repo/proj/guru:master commit in: dev-python/sentence-splitter/ David Roman
  -- strict thread matches above, loose matches on Subject: below --
2024-02-11 17:50 David Roman
2023-03-08  9:08 Florian Schmaus
2022-02-04 11:44 Florian Schmaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox