[gentoo-commits] repo/gentoo:master commit in: dev-python/abydos/files/, profiles/, dev-python/abydos/

2023-10-16 Thread Florian Schmaus
commit: 107769aa6737b77533d55f9f961f6a2727c616a7
Author: Florian Schmaus  gentoo  org>
AuthorDate: Mon Oct 16 12:15:32 2023 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Mon Oct 16 12:15:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107769aa

dev-python/abydos: treeclean

Closes: https://bugs.gentoo.org/887845
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-python/abydos/Manifest |  1 -
 dev-python/abydos/abydos-0.5.0-r3.ebuild   | 51 --
 .../abydos/files/abydos-0.5.0-fix-py3.10.patch | 33 --
 dev-python/abydos/metadata.xml | 13 --
 profiles/package.mask  |  8 
 5 files changed, 106 deletions(-)

diff --git a/dev-python/abydos/Manifest b/dev-python/abydos/Manifest
deleted file mode 100644
index 08bbab06bd8c..
--- a/dev-python/abydos/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST abydos-0.5.0.gh.tar.gz 21321759 BLAKE2B 
1f14675f42e849e5e1563dd858bfb2bf040e25b0f90cb3da9986492378892bedd0f23eea990cd65d804aececb350b0e90fb27921382a8df8b91e55d7f820c27e
 SHA512 
28aeea4ba16ea88b077e8b9902f5d8b3a650eeced489687daf9af0e4aa437eaee6c8eeb0747dd5a8f95291594064a1221cc1da2dfa989978bcc870045fee3531

diff --git a/dev-python/abydos/abydos-0.5.0-r3.ebuild 
b/dev-python/abydos/abydos-0.5.0-r3.ebuild
deleted file mode 100644
index ef1724a1bbb2..
--- a/dev-python/abydos/abydos-0.5.0-r3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abydos NLP/IR library"
-HOMEPAGE="
-   https://github.com/chrislit/abydos/
-   https://pypi.org/project/abydos/
-"
-SRC_URI="
-   https://github.com/chrislit/abydos/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/deprecation[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-py3.10.patch"
-)
-
-distutils_enable_tests pytest
-# Extension error: You must configure the bibtex_bibfiles setting
-#distutils_enable_sphinx docs dev-python/sphinx-rtd-theme 
dev-python/sphinxcontrib-bibtex
-
-EPYTEST_DESELECT=(
-   # Internet
-   
tests/distance/test_distance_meta_levenshtein.py::MetaLevenshteinTestCases::test_meta_levenshtein_corpus
-   
tests/distance/test_distance_softtf_idf.py::SoftTFIDFTestCases::test_softtf_idf_corpus
-   
tests/distance/test_distance_tf_idf.py::TFIDFTestCases::test_tf_idf_corpus
-   tests/util/test_data.py::DataTestCases::test_data
-)
-
-python_prepare_all() {
-   # do not depend on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/abydos/files/abydos-0.5.0-fix-py3.10.patch 
b/dev-python/abydos/files/abydos-0.5.0-fix-py3.10.patch
deleted file mode 100644
index 9cdcf77f4674..
--- a/dev-python/abydos/files/abydos-0.5.0-fix-py3.10.patch
+++ /dev/null
@@ -1,33 +0,0 @@
 a/abydos/distance/_synoname.py
-+++ b/abydos/distance/_synoname.py
-@@ -19,7 +19,7 @@
- Synoname.
- """
-
--from collections import Iterable
-+from collections.abc import Iterable
-
- from deprecation import deprecated
-
 a/abydos/tokenizer/_q_grams.py
-+++ b/abydos/tokenizer/_q_grams.py
-@@ -19,7 +19,7 @@
- QGrams multi-set class
- """
-
--from collections import Iterable
-+from collections.abc import Iterable
-
- from ._tokenizer import _Tokenizer
-
 a/abydos/tokenizer/_q_skipgrams.py
-+++ b/abydos/tokenizer/_q_skipgrams.py
-@@ -19,7 +19,7 @@
- Q-Skipgrams multi-set class
- """
-
--from collections import Iterable
-+from collections.abc import Iterable
- from itertools import combinations
-
- from ._tokenizer import _Tokenizer

diff --git a/dev-python/abydos/metadata.xml b/dev-python/abydos/metadata.xml
deleted file mode 100644
index 6334fd4696fd..
--- a/dev-python/abydos/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   andrewammerl...@gentoo.org
-   Andrew Ammerlaan
-   
-   
-   
-   abydos
-   chrislit/abydos
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index 660fa63727ca..36cb57bbe9e2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,14 +269,6 @@ sys-apps/opentmpfiles
 # 2013. Masked for removal on 2023-10-15.
 dev-ruby/ruby-elf
 
-# Andrew Ammerlaan  (2023-09-14)
-# No longer a test dependency of dev-python/textdistance, now fails tests
-# with the latest numpy. Upstream inactive and we already need patching for
-# python 3.10 compatibility. No other reverse dependencies.
-# Bug: https://bugs.gentoo.org/887845
-# Removal on 2023-10-14

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

2022-12-15 Thread Michał Górny
commit: f91a8cb6ed3811713d737e165d8189421621c64c
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 05:35:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 05:37:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f91a8cb6

dev-python/abydos: Disable the few tests using Internet

Instead of test-restricting the whole package without Internet access,
just skip the 4 tests that actually access the Internet, and let
the remainder run freely.

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

 dev-python/abydos/abydos-0.5.0-r3.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/abydos/abydos-0.5.0-r3.ebuild 
b/dev-python/abydos/abydos-0.5.0-r3.ebuild
index 817d85929f81..52da6583b530 100644
--- a/dev-python/abydos/abydos-0.5.0-r3.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r3.ebuild
@@ -22,10 +22,6 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc64 ~riscv x86"
 
-# Requires access to the internet
-RESTRICT="test"
-PROPERTIES="test_network"
-
 RDEPEND="
dev-python/deprecation[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
@@ -39,6 +35,14 @@ distutils_enable_tests pytest
 # Extension error: You must configure the bibtex_bibfiles setting
 #distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex
 
+EPYTEST_DESELECT=(
+   # Internet
+   
tests/distance/test_distance_meta_levenshtein.py::MetaLevenshteinTestCases::test_meta_levenshtein_corpus
+   
tests/distance/test_distance_softtf_idf.py::SoftTFIDFTestCases::test_softtf_idf_corpus
+   
tests/distance/test_distance_tf_idf.py::TFIDFTestCases::test_tf_idf_corpus
+   tests/util/test_data.py::DataTestCases::test_data
+)
+
 python_prepare_all() {
# do not depend on pytest-cov
sed -i -e '/addopts/d' setup.cfg || die



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

2022-12-15 Thread Michał Górny
commit: e746a20c12b6d2632d59bcc643e0988f28262399
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 05:33:15 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 05:37:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e746a20c

dev-python/abydos: Remove test dep on nltk

Remove the test dependency on dev-python/nltk as it is entirely optional
and nltk is on its way out of Gentoo.

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

 dev-python/abydos/{abydos-0.5.0-r2.ebuild => abydos-0.5.0-r3.ebuild} | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/abydos/abydos-0.5.0-r2.ebuild 
b/dev-python/abydos/abydos-0.5.0-r3.ebuild
similarity index 94%
rename from dev-python/abydos/abydos-0.5.0-r2.ebuild
rename to dev-python/abydos/abydos-0.5.0-r3.ebuild
index 1ed6a80c87e1..a43041787c96 100644
--- a/dev-python/abydos/abydos-0.5.0-r2.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r3.ebuild
@@ -24,10 +24,6 @@ RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
 "
 
-BDEPEND="test? (
-   dev-python/nltk[${PYTHON_USEDEP}]
-)"
-
 PATCHES=(
"${FILESDIR}/${P}-fix-py3.10.patch"
 )



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

2022-12-15 Thread Michał Górny
commit: e5494026c265d8d92b0458f628fe2c652a476f1f
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 05:33:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 05:37:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5494026

dev-python/abydos: Add pypi homepage, adjust style

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

 dev-python/abydos/abydos-0.5.0-r3.ebuild | 13 ++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/dev-python/abydos/abydos-0.5.0-r3.ebuild 
b/dev-python/abydos/abydos-0.5.0-r3.ebuild
index a43041787c96..817d85929f81 100644
--- a/dev-python/abydos/abydos-0.5.0-r3.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r3.ebuild
@@ -3,13 +3,20 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
 inherit distutils-r1
 
 DESCRIPTION="Abydos NLP/IR library"
-HOMEPAGE="https://github.com/chrislit/abydos;
-SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+HOMEPAGE="
+   https://github.com/chrislit/abydos/
+   https://pypi.org/project/abydos/
+"
+SRC_URI="
+   https://github.com/chrislit/abydos/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="GPL-3+"
 SLOT="0"



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

2022-11-19 Thread Arthur Zamarin
commit: 439633fbdd88c90cfe30ccbad2197ebdca3e69e6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 19 16:56:52 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 19 16:56:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439633fb

dev-python/abydos: Keyword 0.5.0-r2 ppc64, #872680

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

 dev-python/abydos/abydos-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/abydos/abydos-0.5.0-r2.ebuild 
b/dev-python/abydos/abydos-0.5.0-r2.ebuild
index 65f0c11a6a3a..1ed6a80c87e1 100644
--- a/dev-python/abydos/abydos-0.5.0-r2.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 
 # Requires access to the internet
 RESTRICT="test"



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

2022-11-07 Thread Michał Górny
commit: 861922bcc45caf273ca1f0f992fbc2aa12914500
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  8 05:06:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  8 05:06:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861922bc

dev-python/abydos: Remove old

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

 dev-python/abydos/Manifest   |  1 -
 dev-python/abydos/abydos-0.5.0-r1.ebuild | 44 
 2 files changed, 45 deletions(-)

diff --git a/dev-python/abydos/Manifest b/dev-python/abydos/Manifest
index d9c244d155a7..08bbab06bd8c 100644
--- a/dev-python/abydos/Manifest
+++ b/dev-python/abydos/Manifest
@@ -1,2 +1 @@
 DIST abydos-0.5.0.gh.tar.gz 21321759 BLAKE2B 
1f14675f42e849e5e1563dd858bfb2bf040e25b0f90cb3da9986492378892bedd0f23eea990cd65d804aececb350b0e90fb27921382a8df8b91e55d7f820c27e
 SHA512 
28aeea4ba16ea88b077e8b9902f5d8b3a650eeced489687daf9af0e4aa437eaee6c8eeb0747dd5a8f95291594064a1221cc1da2dfa989978bcc870045fee3531
-DIST abydos-0.5.0.tar.gz 21321759 BLAKE2B 
1f14675f42e849e5e1563dd858bfb2bf040e25b0f90cb3da9986492378892bedd0f23eea990cd65d804aececb350b0e90fb27921382a8df8b91e55d7f820c27e
 SHA512 
28aeea4ba16ea88b077e8b9902f5d8b3a650eeced489687daf9af0e4aa437eaee6c8eeb0747dd5a8f95291594064a1221cc1da2dfa989978bcc870045fee3531

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
deleted file mode 100644
index dac00c9b4154..
--- a/dev-python/abydos/abydos-0.5.0-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abydos NLP/IR library"
-HOMEPAGE="https://github.com/chrislit/abydos;
-SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-# Requires access to the internet
-RESTRICT="test"
-PROPERTIES="test_network"
-
-RDEPEND="
-   dev-python/deprecation[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? (
-   dev-python/nltk[${PYTHON_USEDEP}]
-)"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-py3.10.patch"
-)
-
-distutils_enable_tests pytest
-# Extension error: You must configure the bibtex_bibfiles setting
-#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex
-
-python_prepare_all() {
-   # do not depend on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



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

2022-11-07 Thread Jakov Smolić
commit: b65207450e5c7c6549309639b113441c30768db6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  8 04:54:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  8 04:54:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6520745

dev-python/abydos: Stabilize 0.5.0-r2 ALLARCHES, #880279

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

 dev-python/abydos/abydos-0.5.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/abydos/abydos-0.5.0-r2.ebuild 
b/dev-python/abydos/abydos-0.5.0-r2.ebuild
index 22bcda516f48..65f0c11a6a3a 100644
--- a/dev-python/abydos/abydos-0.5.0-r2.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 # Requires access to the internet
 RESTRICT="test"



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

2022-10-28 Thread Andrew Ammerlaan
commit: 4b32c2756381b82d1cf54fdcdedf1e207f592284
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri Oct 28 10:37:19 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri Oct 28 10:37:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b32c275

dev-python/abydos: update EAPI 7 -> 8, enable py3.11, pep517

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/abydos/Manifest   |  1 +
 dev-python/abydos/abydos-0.5.0-r2.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-python/abydos/Manifest b/dev-python/abydos/Manifest
index 574f09097b0e..d9c244d155a7 100644
--- a/dev-python/abydos/Manifest
+++ b/dev-python/abydos/Manifest
@@ -1 +1,2 @@
+DIST abydos-0.5.0.gh.tar.gz 21321759 BLAKE2B 
1f14675f42e849e5e1563dd858bfb2bf040e25b0f90cb3da9986492378892bedd0f23eea990cd65d804aececb350b0e90fb27921382a8df8b91e55d7f820c27e
 SHA512 
28aeea4ba16ea88b077e8b9902f5d8b3a650eeced489687daf9af0e4aa437eaee6c8eeb0747dd5a8f95291594064a1221cc1da2dfa989978bcc870045fee3531
 DIST abydos-0.5.0.tar.gz 21321759 BLAKE2B 
1f14675f42e849e5e1563dd858bfb2bf040e25b0f90cb3da9986492378892bedd0f23eea990cd65d804aececb350b0e90fb27921382a8df8b91e55d7f820c27e
 SHA512 
28aeea4ba16ea88b077e8b9902f5d8b3a650eeced489687daf9af0e4aa437eaee6c8eeb0747dd5a8f95291594064a1221cc1da2dfa989978bcc870045fee3531

diff --git a/dev-python/abydos/abydos-0.5.0-r2.ebuild 
b/dev-python/abydos/abydos-0.5.0-r2.ebuild
new file mode 100644
index ..22bcda516f48
--- /dev/null
+++ b/dev-python/abydos/abydos-0.5.0-r2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Abydos NLP/IR library"
+HOMEPAGE="https://github.com/chrislit/abydos;
+SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+# Requires access to the internet
+RESTRICT="test"
+PROPERTIES="test_network"
+
+RDEPEND="
+   dev-python/deprecation[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/nltk[${PYTHON_USEDEP}]
+)"
+
+PATCHES=(
+   "${FILESDIR}/${P}-fix-py3.10.patch"
+)
+
+distutils_enable_tests pytest
+# Extension error: You must configure the bibtex_bibfiles setting
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex
+
+python_prepare_all() {
+   # do not depend on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



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

2022-04-24 Thread Jakov Smolić
commit: 4ddd5c3de916c20986e674e53e45334495b0
Author: Yu Gu  gmail  com>
AuthorDate: Thu Apr 21 11:46:37 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Apr 24 11:05:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ddd5cee

dev-python/abydos: Keyword 0.5.0-r1 riscv, #839027

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
index d7abda55c8f7..dac00c9b4154 100644
--- a/dev-python/abydos/abydos-0.5.0-r1.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~riscv x86"
 
 # Requires access to the internet
 RESTRICT="test"



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

2021-09-16 Thread Arthur Zamarin
commit: 69d0d7564266586585abed416573f00acd521376
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 16 06:33:27 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 16 06:34:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d0d756

dev-python/abydos: update LICENSE GPL-3 -> GPL-3+

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

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

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
index 2e016eb2bee..d7abda55c8f 100644
--- a/dev-python/abydos/abydos-0.5.0-r1.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Abydos NLP/IR library"
 HOMEPAGE="https://github.com/chrislit/abydos;
 SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/abydos/, dev-python/abydos/files/

2021-09-15 Thread Arthur Zamarin
commit: d189e83751dc3b8c219b044d611f22cd6eb75f66
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 16 05:53:40 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 16 05:53:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d189e837

dev-python/abydos: enable py3.10, enable net tests

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

 dev-python/abydos/abydos-0.5.0-r1.ebuild   |  7 -
 .../abydos/files/abydos-0.5.0-fix-py3.10.patch | 33 ++
 2 files changed, 39 insertions(+), 1 deletion(-)

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
index 2af57c2683f..2e016eb2bee 100644
--- a/dev-python/abydos/abydos-0.5.0-r1.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -17,6 +17,7 @@ KEYWORDS="amd64 x86"
 
 # Requires access to the internet
 RESTRICT="test"
+PROPERTIES="test_network"
 
 RDEPEND="
dev-python/deprecation[${PYTHON_USEDEP}]
@@ -27,6 +28,10 @@ BDEPEND="test? (
dev-python/nltk[${PYTHON_USEDEP}]
 )"
 
+PATCHES=(
+   "${FILESDIR}/${P}-fix-py3.10.patch"
+)
+
 distutils_enable_tests pytest
 # Extension error: You must configure the bibtex_bibfiles setting
 #distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex

diff --git a/dev-python/abydos/files/abydos-0.5.0-fix-py3.10.patch 
b/dev-python/abydos/files/abydos-0.5.0-fix-py3.10.patch
new file mode 100644
index 000..9cdcf77f467
--- /dev/null
+++ b/dev-python/abydos/files/abydos-0.5.0-fix-py3.10.patch
@@ -0,0 +1,33 @@
+--- a/abydos/distance/_synoname.py
 b/abydos/distance/_synoname.py
+@@ -19,7 +19,7 @@
+ Synoname.
+ """
+
+-from collections import Iterable
++from collections.abc import Iterable
+
+ from deprecation import deprecated
+
+--- a/abydos/tokenizer/_q_grams.py
 b/abydos/tokenizer/_q_grams.py
+@@ -19,7 +19,7 @@
+ QGrams multi-set class
+ """
+
+-from collections import Iterable
++from collections.abc import Iterable
+
+ from ._tokenizer import _Tokenizer
+
+--- a/abydos/tokenizer/_q_skipgrams.py
 b/abydos/tokenizer/_q_skipgrams.py
+@@ -19,7 +19,7 @@
+ Q-Skipgrams multi-set class
+ """
+
+-from collections import Iterable
++from collections.abc import Iterable
+ from itertools import combinations
+
+ from ._tokenizer import _Tokenizer



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

2021-06-25 Thread Michał Górny
commit: 4b88b8f86399d43200a2d5a7a1d76f8db85d4fdf
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 25 20:03:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 25 20:03:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b88b8f8

dev-python/abydos: Remove old

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

 dev-python/abydos/abydos-0.5.0.ebuild | 39 ---
 1 file changed, 39 deletions(-)

diff --git a/dev-python/abydos/abydos-0.5.0.ebuild 
b/dev-python/abydos/abydos-0.5.0.ebuild
deleted file mode 100644
index d4e625cdbb2..000
--- a/dev-python/abydos/abydos-0.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abydos NLP/IR library"
-HOMEPAGE="https://github.com/chrislit/abydos;
-SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-# Requires access to the internet
-RESTRICT="test"
-
-RDEPEND="
-   dev-python/deprecation[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? (
-   dev-python/nltk[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest
-# Extension error: You must configure the bibtex_bibfiles setting
-#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex
-
-python_prepare_all() {
-   # do not depend on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



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

2021-06-25 Thread Sam James
commit: 6ef7b2c408fcdf6b1b217213cbbf631d0d0f717e
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 25 19:33:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 25 19:33:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ef7b2c4

dev-python/abydos: Stabilize 0.5.0-r1 amd64, #790860

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

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

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
index ff567c05c9f..2af57c2683f 100644
--- a/dev-python/abydos/abydos-0.5.0-r1.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 # Requires access to the internet
 RESTRICT="test"



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

2021-06-25 Thread Sam James
commit: cf48838b60dfffe03d3ba41d9fd43cd33e2803eb
Author: Sam James  gentoo  org>
AuthorDate: Fri Jun 25 19:32:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jun 25 19:32:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf48838b

dev-python/abydos: Stabilize 0.5.0-r1 x86, #790860

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

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

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
index 7bb0fc5c9d4..ff567c05c9f 100644
--- a/dev-python/abydos/abydos-0.5.0-r1.ebuild
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 # Requires access to the internet
 RESTRICT="test"



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

2021-04-09 Thread Joonas Niilola
commit: d6ce6fc0bb31b65716e1c69baa27367c7a7a08f7
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Apr  8 13:10:15 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  9 11:49:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6ce6fc0

dev-python/abydos: add py3.9

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/abydos/abydos-0.5.0-r1.ebuild | 39 
 1 file changed, 39 insertions(+)

diff --git a/dev-python/abydos/abydos-0.5.0-r1.ebuild 
b/dev-python/abydos/abydos-0.5.0-r1.ebuild
new file mode 100644
index 000..7bb0fc5c9d4
--- /dev/null
+++ b/dev-python/abydos/abydos-0.5.0-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abydos NLP/IR library"
+HOMEPAGE="https://github.com/chrislit/abydos;
+SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires access to the internet
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/deprecation[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/nltk[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+# Extension error: You must configure the bibtex_bibfiles setting
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex
+
+python_prepare_all() {
+   # do not depend on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}



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

2021-04-02 Thread Agostino Sarubbo
commit: ea64f43c2e44855d1cfb8584bbff5b3edbec2995
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Apr  2 10:32:55 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Apr  2 10:32:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea64f43c

dev-python/abydos: amd64/x86 stable (ALLARCHES policy) wrt bug #779514

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/abydos/abydos-0.5.0.ebuild 
b/dev-python/abydos/abydos-0.5.0.ebuild
index deed5082ae1..d4e625cdbb2 100644
--- a/dev-python/abydos/abydos-0.5.0.ebuild
+++ b/dev-python/abydos/abydos-0.5.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # Requires access to the internet
 RESTRICT="test"



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

2021-03-11 Thread Sam James
commit: f70ceb30d02e1fccbd5ff48f80a0344cd33c8c44
Author: Sam James  gentoo  org>
AuthorDate: Thu Mar 11 12:54:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Mar 11 12:54:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f70ceb30

dev-python/abydos: mark ALLARCHES

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

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

diff --git a/dev-python/abydos/metadata.xml b/dev-python/abydos/metadata.xml
index 79a10a06f44..d0ada16d552 100644
--- a/dev-python/abydos/metadata.xml
+++ b/dev-python/abydos/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

abydos
chrislit/abydos



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

2021-01-16 Thread Joonas Niilola
commit: 4c20337ac70623b481ea0eb22fffae0cf6aed5aa
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Dec 19 15:07:18 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Jan 16 08:02:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c20337a

dev-python/abydos: new dependency of spyder

NLP/IR library.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/abydos/Manifest|  1 +
 dev-python/abydos/abydos-0.5.0.ebuild | 39 +++
 dev-python/abydos/metadata.xml| 16 ++
 3 files changed, 56 insertions(+)

diff --git a/dev-python/abydos/Manifest b/dev-python/abydos/Manifest
new file mode 100644
index 000..574f09097b0
--- /dev/null
+++ b/dev-python/abydos/Manifest
@@ -0,0 +1 @@
+DIST abydos-0.5.0.tar.gz 21321759 BLAKE2B 
1f14675f42e849e5e1563dd858bfb2bf040e25b0f90cb3da9986492378892bedd0f23eea990cd65d804aececb350b0e90fb27921382a8df8b91e55d7f820c27e
 SHA512 
28aeea4ba16ea88b077e8b9902f5d8b3a650eeced489687daf9af0e4aa437eaee6c8eeb0747dd5a8f95291594064a1221cc1da2dfa989978bcc870045fee3531

diff --git a/dev-python/abydos/abydos-0.5.0.ebuild 
b/dev-python/abydos/abydos-0.5.0.ebuild
new file mode 100644
index 000..deed5082ae1
--- /dev/null
+++ b/dev-python/abydos/abydos-0.5.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Abydos NLP/IR library"
+HOMEPAGE="https://github.com/chrislit/abydos;
+SRC_URI="https://github.com/chrislit/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Requires access to the internet
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/deprecation[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+"
+
+BDEPEND="test? (
+   dev-python/nltk[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest
+# Extension error: You must configure the bibtex_bibfiles setting
+#distutils_enable_sphinx docs dev-python/sphinx_rtd_theme 
dev-python/sphinxcontrib-bibtex
+
+python_prepare_all() {
+   # do not depend on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+
+   distutils-r1_python_prepare_all
+}

diff --git a/dev-python/abydos/metadata.xml b/dev-python/abydos/metadata.xml
new file mode 100644
index 000..79a10a06f44
--- /dev/null
+++ b/dev-python/abydos/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   abydos
+   chrislit/abydos
+   
+