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 4F8D4138334 for ; Tue, 18 Sep 2018 23:23:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 168D9E08AD; Tue, 18 Sep 2018 23:23:15 +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 E180FE08AD for ; Tue, 18 Sep 2018 23:23:14 +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 CB193335D06 for ; Tue, 18 Sep 2018 23:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86B8E3D7 for ; Tue, 18 Sep 2018 23:23:10 +0000 (UTC) From: "Louis Sautier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Louis Sautier" Message-ID: <1537312897.c94a075fc3b693951b335d61c8f283cb6655ee86.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/unidecode/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/unidecode/unidecode-1.0.22.ebuild X-VCS-Directories: dev-python/unidecode/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: c94a075fc3b693951b335d61c8f283cb6655ee86 X-VCS-Branch: master Date: Tue, 18 Sep 2018 23:23:10 +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-Archives-Salt: 91178dee-e00a-40ce-9739-016e839fe79f X-Archives-Hash: 2f85d83f1bf09383b6d8b28a6e35c165 commit: c94a075fc3b693951b335d61c8f283cb6655ee86 Author: Louis Sautier gentoo org> AuthorDate: Tue Sep 18 23:18:28 2018 +0000 Commit: Louis Sautier gentoo org> CommitDate: Tue Sep 18 23:21:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94a075f dev-python/unidecode: add Python 3.7, PyPy3, EAPI=7, fix LICENSE Package-Manager: Portage-2.3.49, Repoman-2.3.10 dev-python/unidecode/unidecode-1.0.22.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/unidecode/unidecode-1.0.22.ebuild b/dev-python/unidecode/unidecode-1.0.22.ebuild index af46dbffb7d..fcf847f5df2 100644 --- a/dev-python/unidecode/unidecode-1.0.22.ebuild +++ b/dev-python/unidecode/unidecode-1.0.22.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=( python2_7 python3_{4,5,6} pypy ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) MY_PN=Unidecode MY_P=${MY_PN}-${PV} @@ -14,13 +14,13 @@ DESCRIPTION="Module providing ASCII transliterations of Unicode text" HOMEPAGE="https://pypi.org/project/Unidecode/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" S=${WORKDIR}/${MY_P} -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" python_test() { esetup.py test