[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2024-05-25 Thread Michał Górny
commit: c206fd915af1b32f96a608589c28131e02fade79
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 25 09:11:00 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 25 09:28:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c206fd91

dev-python/snowballstemmer: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
index 3b6dcc6db839..865d0d4336ac 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2023-05-29 Thread Sam James
commit: bbc9a6a44aeddd7ed2b144330db68f53aff7f37b
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon May 29 16:02:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 21:54:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc9a6a4

dev-python/snowballstemmer: enable py3.12

and update HOMEPAGE quotes

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
index 270504db6684..3b6dcc6db839 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
@@ -4,13 +4,15 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 inherit distutils-r1 pypi
 
 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://snowballstem.org/
+HOMEPAGE="
+   https://snowballstem.org/
https://github.com/snowballstem/snowball
-   https://pypi.org/project/snowballstemmer/";
+   https://pypi.org/project/snowballstemmer/
+"
 
 LICENSE="BSD"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2022-06-16 Thread Michał Górny
commit: 78ae8e5755ae937af8c4b35645af049b0132b064
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 11:14:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 11:24:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78ae8e57

dev-python/snowballstemmer: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild | 17 -
 1 file changed, 17 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
deleted file mode 100644
index 536b3e65aca9..
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://snowballstem.org/
-   https://github.com/snowballstem/snowball
-   https://pypi.org/project/snowballstemmer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2022-06-16 Thread Jakov Smolić
commit: ee55ebac474af63959d15ae8081d968a651e390d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 09:33:33 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 09:33:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee55ebac

dev-python/snowballstemmer: Stabilize 2.2.0-r1 ALLARCHES, #852467

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
index 6ba7f654c759..ae0c6fae73db 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
@@ -15,4 +15,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2022-05-14 Thread Arthur Zamarin
commit: 87d471674c9884d887788ada90d292ed2fb2713c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 14 10:12:25 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 14 12:05:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87d47167

dev-python/snowballstemmer: EAPI=8, PEP517

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../snowballstemmer/snowballstemmer-2.2.0-r1.ebuild| 18 ++
 1 file changed, 18 insertions(+)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
new file mode 100644
index ..6221be90d83e
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://snowballstem.org/
+   https://github.com/snowballstem/snowball
+   https://pypi.org/project/snowballstemmer/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2022-05-14 Thread Arthur Zamarin
commit: 5dcf3de5d37b92bd7333eb462d6f23467225cec9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 14 10:13:19 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 14 12:05:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dcf3de5

dev-python/snowballstemmer: enable py3.11

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
index 6221be90d83e..6ba7f654c759 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-12-17 Thread Michał Górny
commit: 8f67a41d1874e123cb516680e07d8c5b3d1c16f1
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 17 14:51:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 17 16:41:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f67a41d

dev-python/snowballstemmer: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest |  1 -
 dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index 61518961f659..b77a4f87cd77 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1,2 +1 @@
-DIST snowballstemmer-2.1.0.tar.gz 85674 BLAKE2B 
3301e3f799fa61a679b88efc87b3d019231ae7172172f136eb7e1bdfb40d054489aaa29ca1b8b2a04d8260a82ef7f4a8da75a9784f69942aac57ccfcc4983e5b
 SHA512 
e0550d3389074d7686d26397ff2289519cd8b26cf7090fe781d6407d1c2b95f912347d70cd25e02d6016c454ad6c5cf6d648e54ef87161328ac57bc1ceaf7826
 DIST snowballstemmer-2.2.0.tar.gz 86699 BLAKE2B 
b106fac1587143c9e88f54cc982c573b227f9e2d0125d36391a95050b41e9c97e47c7c8dff890ebfcf4bdf7c97559908d3bd380c6659b0d1fef4bed111fbae4b
 SHA512 
f1dee83e06fc79ffb250892fe62c75e3393b9af07fbf7cde413e6391870aa74934302771239dea5c9bc89806684f95059b00c9ffbcf7340375c9dd8f1216cd37

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
deleted file mode 100644
index 3321ff5d20eb..
--- a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://snowballstem.org/
-   https://github.com/snowballstem/snowball
-   https://pypi.org/project/snowballstemmer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-12-17 Thread Arthur Zamarin
commit: fd8f66c3fefe05d2ff230c6034f1592ea2810f50
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 14:45:05 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 14:45:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8f66c3

dev-python/snowballstemmer: Stabilize 2.2.0 ALLARCHES, #829481

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
index dbd557ca96f8..3321ff5d20eb 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-11-17 Thread Michał Górny
commit: dab546b2a80e4113d1b7eac726264bf2b11e45c4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 17 09:03:49 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 17 09:55:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab546b2

dev-python/snowballstemmer: Bump to 2.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest |  1 +
 dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index 30729daa62f8..61518961f659 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1 +1,2 @@
 DIST snowballstemmer-2.1.0.tar.gz 85674 BLAKE2B 
3301e3f799fa61a679b88efc87b3d019231ae7172172f136eb7e1bdfb40d054489aaa29ca1b8b2a04d8260a82ef7f4a8da75a9784f69942aac57ccfcc4983e5b
 SHA512 
e0550d3389074d7686d26397ff2289519cd8b26cf7090fe781d6407d1c2b95f912347d70cd25e02d6016c454ad6c5cf6d648e54ef87161328ac57bc1ceaf7826
+DIST snowballstemmer-2.2.0.tar.gz 86699 BLAKE2B 
b106fac1587143c9e88f54cc982c573b227f9e2d0125d36391a95050b41e9c97e47c7c8dff890ebfcf4bdf7c97559908d3bd380c6659b0d1fef4bed111fbae4b
 SHA512 
f1dee83e06fc79ffb250892fe62c75e3393b9af07fbf7cde413e6391870aa74934302771239dea5c9bc89806684f95059b00c9ffbcf7340375c9dd8f1216cd37

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
new file mode 100644
index ..dbd557ca96f8
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-2.2.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://snowballstem.org/
+   https://github.com/snowballstem/snowball
+   https://pypi.org/project/snowballstemmer/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-05-18 Thread Michał Górny
commit: 81cb3243f57a1efb5a591607ba1e8ca2a90cfe81
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 18 07:43:55 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 18 08:48:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81cb3243

dev-python/snowballstemmer: Enable python3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
index f937b51bf3a..3321ff5d20e 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-02-24 Thread Michał Górny
commit: 404eab51d0f44d79aea4538ce4cf5bb04d0087ca
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 24 22:15:39 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 24 22:15:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=404eab51

dev-python/snowballstemmer: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest |  1 -
 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index dc789cacfa2..30729daa62f 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1,2 +1 @@
-DIST snowballstemmer-2.0.0.tar.gz 79284 BLAKE2B 
2d9b5de8493ca8833b3b52b143e1f56b40a87cbde3f182793edc3ecfa8b3577c9ab506c19aa93870b3e03b5d86a62fb515b2df0bc616d4d88b4b9894ecde174e
 SHA512 
d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8
 DIST snowballstemmer-2.1.0.tar.gz 85674 BLAKE2B 
3301e3f799fa61a679b88efc87b3d019231ae7172172f136eb7e1bdfb40d054489aaa29ca1b8b2a04d8260a82ef7f4a8da75a9784f69942aac57ccfcc4983e5b
 SHA512 
e0550d3389074d7686d26397ff2289519cd8b26cf7090fe781d6407d1c2b95f912347d70cd25e02d6016c454ad6c5cf6d648e54ef87161328ac57bc1ceaf7826

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
deleted file mode 100644
index c04bc14ab32..000
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://snowballstem.org/
-   https://github.com/snowballstem/snowball
-   https://pypi.org/project/snowballstemmer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-02-24 Thread Sam James
commit: 6a5d224c6852f92886008558674c6556645cdd8d
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb 24 22:05:19 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb 24 22:05:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a5d224c

dev-python/snowballstemmer: Stabilize 2.1.0 ALLARCHES, #772542

Signed-off-by: Sam James  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
index 75c0271af09..2da4295832f 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2021-01-21 Thread Michał Górny
commit: 4fd40c7f1a901d24f34337637e37e44e06c976c3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 21 17:59:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 21 17:59:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd40c7f

dev-python/snowballstemmer: Bump to 2.1.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest |  1 +
 dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index eb9002a3076..dc789cacfa2 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1 +1,2 @@
 DIST snowballstemmer-2.0.0.tar.gz 79284 BLAKE2B 
2d9b5de8493ca8833b3b52b143e1f56b40a87cbde3f182793edc3ecfa8b3577c9ab506c19aa93870b3e03b5d86a62fb515b2df0bc616d4d88b4b9894ecde174e
 SHA512 
d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8
+DIST snowballstemmer-2.1.0.tar.gz 85674 BLAKE2B 
3301e3f799fa61a679b88efc87b3d019231ae7172172f136eb7e1bdfb40d054489aaa29ca1b8b2a04d8260a82ef7f4a8da75a9784f69942aac57ccfcc4983e5b
 SHA512 
e0550d3389074d7686d26397ff2289519cd8b26cf7090fe781d6407d1c2b95f912347d70cd25e02d6016c454ad6c5cf6d648e54ef87161328ac57bc1ceaf7826

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
new file mode 100644
index 000..75c0271af09
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-2.1.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://snowballstem.org/
+   https://github.com/snowballstem/snowball
+   https://pypi.org/project/snowballstemmer/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-11-28 Thread Sam James
commit: eb6f823417cb9a8d4599c8b024b3a0cd41c1dc21
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 13:23:42 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 13:26:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6f8234

dev-python/snowballstemmer: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index b327eb6e56c..9e32a4982b7 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~x64-macos ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-08-02 Thread Michał Górny
commit: f7686c4f01c98d217978abc8386dd2ea82c967a8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  2 09:23:22 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  2 09:23:22 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7686c4f

dev-python/snowballstemmer: Remove py2.7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index 00ccfbaeb11..a6f633ad3dd 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-31 Thread Michał Górny
commit: f82900b76acc3851b616e2445db22bb710e554c6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 31 16:10:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 31 16:33:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f82900b7

dev-python/snowballstemmer: Port to py39

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index 880f5b491b4..00ccfbaeb11 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-11 Thread Michał Górny
commit: c71d7fa5143e74cd901b262765fd0cef8deeefac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 11 17:42:47 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 11 17:42:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71d7fa5

dev-python/snowballstemmer: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest|  1 -
 .../snowballstemmer/snowballstemmer-1.2.1.ebuild   | 18 --
 2 files changed, 19 deletions(-)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index 4b79cac2d9f..eb9002a3076 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1,2 +1 @@
-DIST snowballstemmer-1.2.1.tar.gz 49626 BLAKE2B 
c9967c45b008808bf9f5a12a4dbfcfc970c5878d9b10b37b4e5f1a4bca56ed6efd72ae4395b6a4d1a19d642786b6ccd1d01ec6e99b104a8237935ec8e64c1ee3
 SHA512 
09f860f383d84d12a83c87ef6654fba4ac10bca07e8d2ce88dd428c72754110d56a4b698e125a18818699a289455bf61cf67ea68e349ee8a12d6dfff0a3fbed9
 DIST snowballstemmer-2.0.0.tar.gz 79284 BLAKE2B 
2d9b5de8493ca8833b3b52b143e1f56b40a87cbde3f182793edc3ecfa8b3577c9ab506c19aa93870b3e03b5d86a62fb515b2df0bc616d4d88b4b9894ecde174e
 SHA512 
d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
deleted file mode 100644
index fc3113b84ea..000
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://github.com/shibukawa/snowball_py 
https://pypi.org/project/snowballstemmer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-solaris"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-10 Thread Mart Raudsepp
commit: 15166b6509aff908fd05ea2ce9ed77b5641bcc13
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Sun May 10 23:20:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May 11 06:18:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15166b65

dev-python/snowballstemmer: arm64 stable (bug #720628)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index 90e70ce5582..880f5b491b4 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-08 Thread Sergei Trofimovich
commit: 782fdce29905f34b0b3772b1cc909308d8f0b550
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri May  8 09:27:56 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri May  8 09:31:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782fdce2

dev-python/snowballstemmer: stable 2.0.0 for hppa, bug #720628

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index bc28662efe6..90e70ce5582 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-04 Thread Agostino Sarubbo
commit: 8651bffbe9a60416bcf4ca5324ec6d1bc39005a2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May  4 14:11:56 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May  4 14:11:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8651bffb

dev-python/snowballstemmer: ppc stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index 765ccb39425..bc28662efe6 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 
sparc x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc 
x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-03 Thread Agostino Sarubbo
commit: 50a1b7426a65fa82e91323feb35490f1bd1ca018
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 15:12:31 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 15:12:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50a1b742

dev-python/snowballstemmer: ppc64 stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index df0ffb775d1..765ccb39425 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
sparc x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 s390 
sparc x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-03 Thread Agostino Sarubbo
commit: be925089ceda9075a2a297745baecc21f0d0c40f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:30:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:30:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be925089

dev-python/snowballstemmer: x86 stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index a37816ebc78..df0ffb775d1 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
sparc x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-03 Thread Agostino Sarubbo
commit: 72fc6e2020f5c2732e1e8434418841d4a299ee5a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:24:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:25:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72fc6e20

dev-python/snowballstemmer: sparc stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index 8cc663cd475..a37816ebc78 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
sparc ~x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-03 Thread Agostino Sarubbo
commit: 72797d9f56270cabea54fa94e5a2a49570659096
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 10:12:18 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 10:12:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72797d9f

dev-python/snowballstemmer: arm stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index 6fa86e1cb85..8cc663cd475 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-03 Thread Agostino Sarubbo
commit: 5ebd2f45e23f8a1e374c1b45fb7255b2119370e6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun May  3 09:58:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun May  3 09:58:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ebd2f45

dev-python/snowballstemmer: amd64 stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index d71618cdacf..6fa86e1cb85 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-05-02 Thread Agostino Sarubbo
commit: feacfe642027b9b295c0d3ec11dd45b4c889c6ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat May  2 18:51:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat May  2 18:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feacfe64

dev-python/snowballstemmer: s390 stable wrt bug #720628

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
index d7c56efc95b..d71618cdacf 100644
--- a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -14,4 +14,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sparc ~x86 ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 s390 
~sparc ~x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-03-02 Thread Michał Górny
commit: 76b7340aa4f239cba15b9c51c3eb4bf6f547fc9b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  2 15:15:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  2 15:16:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b7340a

dev-python/snowballstemmer: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest |  1 -
 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index aa3d3fc6029..4b79cac2d9f 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1,3 +1,2 @@
-DIST snowballstemmer-1.2.0.tar.gz 49639 BLAKE2B 
d53682e63ee1ab2776ca6869e109f364e4651be182908968c72db143a739fa43bfe387147cb9381b68057d9870ed46720954458938ae83d15d544e820d84
 SHA512 
3359657867b9478bb58e6cc67a08212a490d5af07fed7098871b1e6a59def0031bd0c2a846cc9a0d70c94c64ba4d2ccb2f41afedde61d4a7235d26f68374bd02
 DIST snowballstemmer-1.2.1.tar.gz 49626 BLAKE2B 
c9967c45b008808bf9f5a12a4dbfcfc970c5878d9b10b37b4e5f1a4bca56ed6efd72ae4395b6a4d1a19d642786b6ccd1d01ec6e99b104a8237935ec8e64c1ee3
 SHA512 
09f860f383d84d12a83c87ef6654fba4ac10bca07e8d2ce88dd428c72754110d56a4b698e125a18818699a289455bf61cf67ea68e349ee8a12d6dfff0a3fbed9
 DIST snowballstemmer-2.0.0.tar.gz 79284 BLAKE2B 
2d9b5de8493ca8833b3b52b143e1f56b40a87cbde3f182793edc3ecfa8b3577c9ab506c19aa93870b3e03b5d86a62fb515b2df0bc616d4d88b4b9894ecde174e
 SHA512 
d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
deleted file mode 100644
index e4b5d2362d1..000
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_6 pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
-HOMEPAGE="https://github.com/shibukawa/snowball_py 
https://pypi.org/project/snowballstemmer/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh 
sparc x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2020-03-02 Thread Michał Górny
commit: 6ba30bc3bc6acaf560e3643571c61428862a56c6
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  2 14:19:10 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  2 15:16:31 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba30bc3

dev-python/snowballstemmer: Bump to 2.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/Manifest |  1 +
 dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index a1e327d1a16..aa3d3fc6029 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1,2 +1,3 @@
 DIST snowballstemmer-1.2.0.tar.gz 49639 BLAKE2B 
d53682e63ee1ab2776ca6869e109f364e4651be182908968c72db143a739fa43bfe387147cb9381b68057d9870ed46720954458938ae83d15d544e820d84
 SHA512 
3359657867b9478bb58e6cc67a08212a490d5af07fed7098871b1e6a59def0031bd0c2a846cc9a0d70c94c64ba4d2ccb2f41afedde61d4a7235d26f68374bd02
 DIST snowballstemmer-1.2.1.tar.gz 49626 BLAKE2B 
c9967c45b008808bf9f5a12a4dbfcfc970c5878d9b10b37b4e5f1a4bca56ed6efd72ae4395b6a4d1a19d642786b6ccd1d01ec6e99b104a8237935ec8e64c1ee3
 SHA512 
09f860f383d84d12a83c87ef6654fba4ac10bca07e8d2ce88dd428c72754110d56a4b698e125a18818699a289455bf61cf67ea68e349ee8a12d6dfff0a3fbed9
+DIST snowballstemmer-2.0.0.tar.gz 79284 BLAKE2B 
2d9b5de8493ca8833b3b52b143e1f56b40a87cbde3f182793edc3ecfa8b3577c9ab506c19aa93870b3e03b5d86a62fb515b2df0bc616d4d88b4b9894ecde174e
 SHA512 
d673205cacc7f6e81eaee23e6c50064af77c3c4464dbdf5dc1c3f5682dec2688fe6e7069b7ed2e59259312ba926d3be84bd846a132b6138e30b4ff2b9a9353e8

diff --git a/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
new file mode 100644
index 000..f88e03a8c0a
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-2.0.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://snowballstem.org/
+   https://github.com/snowballstem/snowball
+   https://pypi.org/project/snowballstemmer/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~x64-solaris"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2019-12-19 Thread Piotr Karbowski
commit: 66fafc246e9dae981c72956dcae64891fa5e
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Thu Dec 19 20:34:36 2019 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Thu Dec 19 21:39:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fafc24

dev-python/snowballstemmer-1.2.1: python 3.8 support added.

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index c1cb67664e4..72ff58ff71e 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2019-12-16 Thread Michał Górny
commit: 5595bdf36e5ba9a604462564f483bba607bb5252
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 16 09:58:42 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 16 10:14:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5595bdf3

dev-python/snowballstemmer: Set DISTUTILS_USE_SETUPTOOLS, EAPI 7

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index 4515f196493..c1cb67664e4 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -1,8 +1,9 @@
 # Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
+DISTUTILS_USE_SETUPTOOLS=no
 PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy pypy3 )
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2019-01-29 Thread Mikle Kolyada
commit: 870684a529cde1ab8c285d459c545b65e90c36fd
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Jan 29 13:29:37 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Jan 29 13:31:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870684a5

dev-python/snowballstemmer: mark s390 stable

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 4 ++--
 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index cb20dc1189d..fa9c9194790 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86"
 IUSE=""

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index cb4f6dbe217..e9db925805a 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd ~x64-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2018-05-07 Thread Michał Górny
commit: ae73aad720a0fba70b8d8e45c2c436351697af8c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  7 07:01:47 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  7 07:12:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae73aad7

dev-python/snowballstemmer: ALLARCHES propagate stable on 1.2.1

Closes: https://bugs.gentoo.org/655126

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index 3cf1949396c..540cfb09085 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~amd64-fbsd ~x64-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2018-05-07 Thread Michał Górny
commit: 06a2864b378f742b998d1210481c89fef32be8ba
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  7 07:00:01 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  7 07:10:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06a2864b

dev-python/snowballstemmer: Mark for ALLARCHES stabilization

 dev-python/snowballstemmer/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/snowballstemmer/metadata.xml 
b/dev-python/snowballstemmer/metadata.xml
index c13062f17f2..707c683d63f 100644
--- a/dev-python/snowballstemmer/metadata.xml
+++ b/dev-python/snowballstemmer/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 snowballstemmer
 shibukawa/snowball_py



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2018-05-06 Thread Mart Raudsepp
commit: fc09638e3a2cc891722cb1e500b935fa27c64c7a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon May  7 00:08:53 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon May  7 00:12:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc09638e

dev-python/snowballstemmer-1.2.1: arm64 stable

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index 35a5e288166..3cf1949396c 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-solaris ~amd64-fbsd"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~amd64-fbsd ~x64-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2018-02-19 Thread Michał Górny
commit: 87f5da44f40bc25657b407403ed066320663200a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 19 21:04:10 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 19 21:07:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f5da44

dev-python/snowballstemmer: 1.2.0 arm64 stable (via ALLARCHES)

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 3c652e49704..66514e49f79 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2018-02-17 Thread Patrice Clement
commit: e7932ba2655dc93b04569edb2bc0bb4e975950b1
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 17 15:39:12 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 17 21:50:31 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7932ba2

dev-python/snowballstemmer: add ~amd64-fbsd keyword.

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index b89366bc8a6..dcd462e0944 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-solaris ~amd64-fbsd"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2017-09-12 Thread Fabian Groffen
commit: a273fd8ac9a9bc7476fac4effe5f9591d0d705eb
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Sep 12 09:06:54 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Sep 12 09:12:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a273fd8a

dev-python/snowballstemmer: marked ~x64-solaris

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index 804c22d82f9..b89366bc8a6 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86 ~x64-solaris"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2017-07-29 Thread Matt Thode
commit: df82d60e8ae702c5236a989eb14097cd9e804530
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jul 29 19:54:31 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Jul 29 20:37:21 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df82d60e

dev-python/snowballstemmer: 1.2.1 stable on x86 and amd64

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index cb01c653d38..804c22d82f9 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -13,5 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2017-02-10 Thread Zac Medico
commit: f2f2c779f14f483940f43c355fbd29fbf5753b8e
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Feb 11 01:13:06 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Feb 11 01:13:40 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2f2c779

dev-python/snowballstemmer: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 4 ++--
 dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 44ab2b8c29..9f6f032259 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
index b509056699..0347411282 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2015-12-25 Thread Justin Lecher
commit: 134c7c3a65059a8570db56a5dd7a7c442181dc9c
Author: Justin Lecher  gentoo  org>
AuthorDate: Fri Dec 25 11:34:05 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Fri Dec 25 11:44:51 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=134c7c3a

dev-python/snowballstemmer: Version Bump

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher  gentoo.org>

 dev-python/snowballstemmer/Manifest|  1 +
 .../snowballstemmer/snowballstemmer-1.2.1.ebuild   | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-python/snowballstemmer/Manifest 
b/dev-python/snowballstemmer/Manifest
index 07f34b9..df14bed 100644
--- a/dev-python/snowballstemmer/Manifest
+++ b/dev-python/snowballstemmer/Manifest
@@ -1 +1,2 @@
 DIST snowballstemmer-1.2.0.tar.gz 49639 SHA256 
6d54f350e7a0e48903a4e3b6b2cabd1b43e23765fbc975065402893692954191 SHA512 
3359657867b9478bb58e6cc67a08212a490d5af07fed7098871b1e6a59def0031bd0c2a846cc9a0d70c94c64ba4d2ccb2f41afedde61d4a7235d26f68374bd02
 WHIRLPOOL 
bf84c482c35ef9e121f13865e43bfc4bcc6ed13959069d5da4f047309986795bcaf09a5cecaf16361d8ea8365f9bf26ca6987574b7ad2cc25572d0992946a44b
+DIST snowballstemmer-1.2.1.tar.gz 49626 SHA256 
919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128 SHA512 
09f860f383d84d12a83c87ef6654fba4ac10bca07e8d2ce88dd428c72754110d56a4b698e125a18818699a289455bf61cf67ea68e349ee8a12d6dfff0a3fbed9
 WHIRLPOOL 
4e622a80688a70d29554b313ba0d15cb9e4c93c07832279c4b1c2510aeaaf051c532a53f0aea4a3e64d12ad59608b9ae6c6d881d3878f55c44c09f03e3443347

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
new file mode 100644
index 000..052d121
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://github.com/shibukawa/snowball_py 
https://pypi.python.org/pypi/snowballstemmer/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2015-10-27 Thread Agostino Sarubbo
commit: 8d47de4a2d01c23b495ec408ab67a221d0405604
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Oct 27 15:19:23 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Oct 27 15:19:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d47de4a

dev-python/snowballstemmer: amd64 stable wrt bug #543914

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 052d121..b552eed 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -14,5 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86"
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2015-10-11 Thread Justin Lecher
commit: 62fd5475536d90b194cc851396b216d78934577b
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Oct 11 10:49:11 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Oct 11 11:24:29 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62fd5475

dev-python/snowballstemmer: Add python3.5 support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 .../snowballstemmer/snowballstemmer-1.2.0-r1.ebuild| 18 ++
 1 file changed, 18 insertions(+)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0-r1.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0-r1.ebuild
new file mode 100644
index 000..268fdd3
--- /dev/null
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Stemmer algorithms generated from Snowball algorithms"
+HOMEPAGE="https://github.com/shibukawa/snowball_py 
https://pypi.python.org/pypi/snowballstemmer/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2015-09-10 Thread Mike Frysinger
commit: 1b9e34983d84124dc2fdfb10011c973a2ca9f7e6
Author: Mike Frysinger  gentoo  org>
AuthorDate: Fri Sep 11 03:00:18 2015 +
Commit: Mike Frysinger  gentoo  org>
CommitDate: Fri Sep 11 03:00:18 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b9e3498

dev-python/snowballstemmer: add mips love

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index 8ae263b..04ebc23 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -13,8 +13,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc64 ~x86"
 IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-python/snowballstemmer/

2015-08-12 Thread Tobias Klausmann
commit: 46e96556a2a8a0a316d28ce56ebda2bbb4b4782d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Wed Aug 12 13:43:51 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Wed Aug 12 13:44:23 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e96556

dev-python/snowballstemmer: add ~alpha keyword

Gentoo-Bug: 543742

Package-Manager: portage-2.2.20.1

 dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild 
b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
index b4dc132..8ae263b 100644
--- a/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
+++ b/dev-python/snowballstemmer/snowballstemmer-1.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=""