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=""
 

Reply via email to