From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1151626-garchives=archives.gentoo.org@lists.gentoo.org> 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 68112138351 for <garchives@archives.gentoo.org>; Wed, 11 Mar 2020 17:12:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77452E09BB; Wed, 11 Mar 2020 17:12:56 +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 5943FE0956 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Mar 2020 17:12:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5827734F236 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Mar 2020 17:12:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9A20173 for <gentoo-commits@lists.gentoo.org>; Wed, 11 Mar 2020 17:12:52 +0000 (UTC) From: "Louis Sautier" <sbraz@gentoo.org> 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" <sbraz@gentoo.org> Message-ID: <1583946765.d528b173be9c58de31eb78d9d8e379904e9d723b.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-ctags/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-ctags/python-ctags-1.3.0-r1.ebuild dev-python/python-ctags/python-ctags-1.3.0.ebuild X-VCS-Directories: dev-python/python-ctags/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: d528b173be9c58de31eb78d9d8e379904e9d723b X-VCS-Branch: master Date: Wed, 11 Mar 2020 17:12:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 07177a2a-ca23-49a7-9bd3-f8f80b94f4d3 X-Archives-Hash: ccbf184a39811af941bdbee781fc0701 commit: d528b173be9c58de31eb78d9d8e379904e9d723b Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Wed Mar 11 13:28:10 2020 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Wed Mar 11 17:12:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d528b173 dev-python/python-ctags: add Python 3.8 support, add slot operator Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> ...ython-ctags-1.3.0.ebuild => python-ctags-1.3.0-r1.ebuild} | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/dev-python/python-ctags/python-ctags-1.3.0.ebuild b/dev-python/python-ctags/python-ctags-1.3.0-r1.ebuild similarity index 73% rename from dev-python/python-ctags/python-ctags-1.3.0.ebuild rename to dev-python/python-ctags/python-ctags-1.3.0-r1.ebuild index b7aa5a9ff13..9a1bda48341 100644 --- a/dev-python/python-ctags/python-ctags-1.3.0.ebuild +++ b/dev-python/python-ctags/python-ctags-1.3.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 @@ -11,16 +11,12 @@ MY_PN="${PN}3" DESCRIPTION="Exuberant Ctags indexing python bindings" HOMEPAGE="https://github.com/jonashaag/python-ctags3" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -RDEPEND="dev-util/ctags" -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -S="${WORKDIR}/${MY_PN}-${PV}" +RDEPEND="dev-util/ctags:=" -python_test() { - esetup.py test -} +distutils_enable_tests setup.py