public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2018-05-23  0:25 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2018-05-23  0:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f9d49732e3e1dbe62a9ba835e166f3b70040eb86
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Wed May 23 00:23:22 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed May 23 00:23:22 2018 +0000
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 000000000..c98623ef2
--- /dev/null
+++ b/dev-python/num2words/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>horea.christ@gmail.com</email>
+		<name>Horea Christian</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
+		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).
+	</longdescription>
+	<upstream>
+		<remote-id type="github">savoirefairelinux/num2words</remote-id>
+	</upstream>
+</pkgmetadata>

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 000000000..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
+}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2018-08-02 15:24 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2018-08-02 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     633407fabd2cf8c6144e87c0c1ef42e1ba6691ad
Author:     Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Thu Aug  2 15:24:36 2018 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Thu Aug  2 15:24:36 2018 +0000
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
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2020-03-16 22:00 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2020-03-16 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     0d7301673607a2d2b13ba962846428b4e0d7f167
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Mar 16 22:00:29 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Mar 16 22:00:29 2020 +0000
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 <chr <AT> 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=""
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2020-12-23  8:16 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2020-12-23  8:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4267cdc82faba7ede7328b8c8b6e4d73e300fb8d
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Wed Dec 23 08:11:41 2020 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Wed Dec 23 08:16:23 2020 +0000
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 <chr <AT> 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
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2021-01-03  4:32 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2021-01-03  4:32 UTC (permalink / raw
  To: gentoo-commits

commit:     70f8a2925272cb3e252372debe35b6ef791535da
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Jan  2 13:01:13 2021 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Sun Jan  3 04:30:51 2021 +0000
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 <andrewammerlaan <AT> riseup.net>
Signed-off-by: Horea Christian <chr <AT> 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..000000000
--- 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
-}


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2022-07-11 12:11 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2022-07-11 12:11 UTC (permalink / raw
  To: gentoo-commits

commit:     37a222a5c89462089a0835dc295e07eadbf61b71
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Mon Jul 11 12:11:51 2022 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Mon Jul 11 12:11:51 2022 +0000
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 <chr <AT> 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
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2023-02-17  3:45 Horea Christian
  0 siblings, 0 replies; 8+ messages in thread
From: Horea Christian @ 2023-02-17  3:45 UTC (permalink / raw
  To: gentoo-commits

commit:     535ca61d7021f7b868bfb9996cab4feadbe25be6
Author:     Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Fri Feb 17 03:44:45 2023 +0000
Commit:     Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Fri Feb 17 03:44:56 2023 +0000
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 <chr <AT> 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).
 	</longdescription>
 	<upstream>
-		<remote-id type="github">savoirefairelinux/num2words</remote-id>
+		<remote-id type="github">savoirfairelinux/num2words</remote-id>
+		<remote-id type="pypi">num2words</remote-id>
 	</upstream>
 </pkgmetadata>

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
 


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

* [gentoo-commits] proj/sci:master commit in: dev-python/num2words/
@ 2023-05-22 13:17 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2023-05-22 13:17 UTC (permalink / raw
  To: gentoo-commits

commit:     bf38bfa5c2cbf59bbb85fba533b4a77c077aad82
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 13:13:17 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon May 22 13:13:17 2023 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=bf38bfa5

dev-python/num2words: update SRC_URI

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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"


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

end of thread, other threads:[~2023-05-22 13:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-23  8:16 [gentoo-commits] proj/sci:master commit in: dev-python/num2words/ Horea Christian
  -- strict thread matches above, loose matches on Subject: below --
2023-05-22 13:17 Andrew Ammerlaan
2023-02-17  3:45 Horea Christian
2022-07-11 12:11 Horea Christian
2021-01-03  4:32 Horea Christian
2020-03-16 22:00 Horea Christian
2018-08-02 15:24 Horea Christian
2018-05-23  0:25 Horea Christian

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