From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 996B2138350 for ; Mon, 16 Mar 2020 22:00:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6EA7E0AC5; Mon, 16 Mar 2020 22:00:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BAFFBE0AC5 for ; Mon, 16 Mar 2020 22:00:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A1A834F210 for ; Mon, 16 Mar 2020 22:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD9BAF for ; Mon, 16 Mar 2020 22:00:38 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1584396029.0d7301673607a2d2b13ba962846428b4e0d7f167.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/num2words/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/num2words/num2words-0.5.6.ebuild dev-python/num2words/num2words-0.5.9.ebuild X-VCS-Directories: dev-python/num2words/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 0d7301673607a2d2b13ba962846428b4e0d7f167 X-VCS-Branch: master Date: Mon, 16 Mar 2020 22:00:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb6066d6-a83c-4b56-adfe-5953dd1a54c1 X-Archives-Hash: 4bf38daf5fa8eede7230c92faf3048d2 commit: 0d7301673607a2d2b13ba962846428b4e0d7f167 Author: Horea Christian chymera eu> AuthorDate: Mon Mar 16 22:00:29 2020 +0000 Commit: Horea Christian gmail 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 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=""