[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2023-05-22 Thread Andrew Ammerlaan
commit: bf38bfa5c2cbf59bbb85fba533b4a77c077aad82
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 22 13:13:17 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 22 13:13:17 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf38bfa5

dev-python/num2words: update SRC_URI

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

 dev-python/num2words/num2words-0.5.10.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/num2words/num2words-0.5.10.ebuild 
b/dev-python/num2words/num2words-0.5.10.ebuild
index 78a73cb5e..f57281b6e 100644
--- a/dev-python/num2words/num2words-0.5.10.ebuild
+++ b/dev-python/num2words/num2words-0.5.10.ebuild
@@ -4,12 +4,10 @@
 EAPI=8
 
 PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Modules to convert numbers to words."
 HOMEPAGE="https://github.com/savoirfairelinux/num2words;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2023-02-16 Thread Horea Christian
commit: 535ca61d7021f7b868bfb9996cab4feadbe25be6
Author: Horea Christian  chymera  eu>
AuthorDate: Fri Feb 17 03:44:45 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Fri Feb 17 03:44:56 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=535ca61d

dev-python/num2words: enable py3.11, HOMEPAGE and upstream fixed

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/num2words/metadata.xml| 3 ++-
 dev-python/num2words/num2words-0.5.10.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/num2words/metadata.xml 
b/dev-python/num2words/metadata.xml
index aaa27d18e..f3e4e8fcd 100644
--- a/dev-python/num2words/metadata.xml
+++ b/dev-python/num2words/metadata.xml
@@ -16,6 +16,7 @@
(although this last feature is a bit buggy for some languages 
at the moment).


-   savoirefairelinux/num2words
+   savoirfairelinux/num2words
+   num2words

 

diff --git a/dev-python/num2words/num2words-0.5.10.ebuild 
b/dev-python/num2words/num2words-0.5.10.ebuild
index 858258d04..78a73cb5e 100644
--- a/dev-python/num2words/num2words-0.5.10.ebuild
+++ b/dev-python/num2words/num2words-0.5.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2022-07-11 Thread Horea Christian
commit: 37a222a5c89462089a0835dc295e07eadbf61b71
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Jul 11 12:11:51 2022 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Jul 11 12:11:51 2022 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=37a222a5

dev-python/num2words: EAPI and PYTHON_COMPAT bump

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Horea Christian  chymera.eu>

 dev-python/num2words/num2words-0.5.10.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/num2words/num2words-0.5.10.ebuild 
b/dev-python/num2words/num2words-0.5.10.ebuild
index 7e62a328d..e846480bd 100644
--- a/dev-python/num2words/num2words-0.5.10.ebuild
+++ b/dev-python/num2words/num2words-0.5.10.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2021-01-02 Thread Horea Christian
commit: 70f8a2925272cb3e252372debe35b6ef791535da
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Jan  2 13:01:13 2021 +
Commit: Horea Christian  gmail  com>
CommitDate: Sun Jan  3 04:30:51 2021 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=70f8a292

dev-python/num2words: version bump, fix tests

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Horea Christian  chymera.eu>

 ...2words-0.5.9.ebuild => num2words-0.5.10.ebuild} | 20 -
 dev-python/num2words/num2words-0.5.6.ebuild| 26 --
 2 files changed, 9 insertions(+), 37 deletions(-)

diff --git a/dev-python/num2words/num2words-0.5.9.ebuild 
b/dev-python/num2words/num2words-0.5.10.ebuild
similarity index 51%
rename from dev-python/num2words/num2words-0.5.9.ebuild
rename to dev-python/num2words/num2words-0.5.10.ebuild
index 4ce161c21..7e62a328d 100644
--- a/dev-python/num2words/num2words-0.5.9.ebuild
+++ b/dev-python/num2words/num2words-0.5.10.ebuild
@@ -1,26 +1,24 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6..9} )
+PYTHON_COMPAT=( python3_{7..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="Modules to convert numbers to words."
 HOMEPAGE="https://github.com/savoirfairelinux/num2words;
-SRC_URI="https://github.com/savoirfairelinux/num2words/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
+KEYWORDS="~amd64 ~x86"
 
-DEPEND="
+RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]"
+
+BDEPEND="
test? ( dev-python/delegator[${PYTHON_USEDEP}] )
-   "
-RDEPEND=""
+"
 
-python_test() {
-   ${EPYTHON} setup.py test || die
-}
+distutils_enable_tests pytest

diff --git a/dev-python/num2words/num2words-0.5.6.ebuild 
b/dev-python/num2words/num2words-0.5.6.ebuild
deleted file mode 100644
index 1e541df7d..0
--- a/dev-python/num2words/num2words-0.5.6.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit distutils-r1
-
-DESCRIPTION="Modules to convert numbers to words."
-HOMEPAGE="https://github.com/savoirfairelinux/num2words;
-SRC_URI="https://github.com/savoirfairelinux/num2words/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   "
-RDEPEND=""
-
-python_test() {
-   ${EPYTHON} setup.py test || die
-}



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2020-12-23 Thread Horea Christian
commit: 4267cdc82faba7ede7328b8c8b6e4d73e300fb8d
Author: Horea Christian  chymera  eu>
AuthorDate: Wed Dec 23 08:11:41 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed Dec 23 08:16:23 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=4267cdc8

dev-python/num2words: updated PYTHON_COMPAT

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Horea Christian  chymera.eu>

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

diff --git a/dev-python/num2words/num2words-0.5.9.ebuild 
b/dev-python/num2words/num2words-0.5.9.ebuild
index 456bbb9c3..4ce161c21 100644
--- a/dev-python/num2words/num2words-0.5.9.ebuild
+++ b/dev-python/num2words/num2words-0.5.9.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2020-03-16 Thread Horea Christian
commit: 0d7301673607a2d2b13ba962846428b4e0d7f167
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Mar 16 22:00:29 2020 +
Commit: Horea Christian  gmail  com>
CommitDate: Mon Mar 16 22:00:29 2020 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=0d730167

dev-python/num2words: version bump 0.5.9

and PYTHON_COMPAT upgrade

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Horea Christian  chymera.eu>

 dev-python/num2words/num2words-0.5.6.ebuild   | 2 +-
 .../num2words/{num2words-0.5.6.ebuild => num2words-0.5.9.ebuild}  | 8 
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/num2words/num2words-0.5.6.ebuild 
b/dev-python/num2words/num2words-0.5.6.ebuild
index 214bd8907..1e541df7d 100644
--- a/dev-python/num2words/num2words-0.5.6.ebuild
+++ b/dev-python/num2words/num2words-0.5.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7

diff --git a/dev-python/num2words/num2words-0.5.6.ebuild 
b/dev-python/num2words/num2words-0.5.9.ebuild
similarity index 75%
copy from dev-python/num2words/num2words-0.5.6.ebuild
copy to dev-python/num2words/num2words-0.5.9.ebuild
index 214bd8907..456bbb9c3 100644
--- a/dev-python/num2words/num2words-0.5.6.ebuild
+++ b/dev-python/num2words/num2words-0.5.9.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1
 
@@ -14,10 +14,10 @@ 
SRC_URI="https://github.com/savoirfairelinux/num2words/archive/${PV}.tar.gz -> $
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE=""
+IUSE="test"
 
 DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/delegator[${PYTHON_USEDEP}] )
"
 RDEPEND=""
 



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2018-08-02 Thread Horea Christian
commit: 633407fabd2cf8c6144e87c0c1ef42e1ba6691ad
Author: Horea Christian  yandex  com>
AuthorDate: Thu Aug  2 15:24:36 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu Aug  2 15:24:36 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=633407fa

dev-python/num2words: EAPI and PYTHON_COMPAT bump

Package-Manager: Portage-2.3.44, Repoman-2.3.10

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

diff --git a/dev-python/num2words/num2words-0.5.6.ebuild 
b/dev-python/num2words/num2words-0.5.6.ebuild
index 57069dc58..214bd8907 100644
--- a/dev-python/num2words/num2words-0.5.6.ebuild
+++ b/dev-python/num2words/num2words-0.5.6.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1
 



[gentoo-commits] proj/sci:master commit in: dev-python/num2words/

2018-05-22 Thread Horea Christian
commit: f9d49732e3e1dbe62a9ba835e166f3b70040eb86
Author: Horea Christian  yandex  com>
AuthorDate: Wed May 23 00:23:22 2018 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed May 23 00:23:22 2018 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=f9d49732

dev-python/num2words: new package (pybids dep)

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 dev-python/num2words/metadata.xml   | 21 +
 dev-python/num2words/num2words-0.5.6.ebuild | 26 ++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/num2words/metadata.xml 
b/dev-python/num2words/metadata.xml
new file mode 100644
index 0..c98623ef2
--- /dev/null
+++ b/dev-python/num2words/metadata.xml
@@ -0,0 +1,21 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   horea.chr...@gmail.com
+   Horea Christian
+   
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   The num2words library converts numbers like 42 to words like 
forty-two.
+   It supports multiple languages (see the list below for full 
list of
+   languages) and can even generate ordinal numbers like 
forty-second
+   (although this last feature is a bit buggy for some languages 
at the moment).
+   
+   
+   savoirefairelinux/num2words
+   
+

diff --git a/dev-python/num2words/num2words-0.5.6.ebuild 
b/dev-python/num2words/num2words-0.5.6.ebuild
new file mode 100644
index 0..57069dc58
--- /dev/null
+++ b/dev-python/num2words/num2words-0.5.6.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Modules to convert numbers to words."
+HOMEPAGE="https://github.com/savoirfairelinux/num2words;
+SRC_URI="https://github.com/savoirfairelinux/num2words/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   "
+RDEPEND=""
+
+python_test() {
+   ${EPYTHON} setup.py test || die
+}