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 1B430138359 for ; Sun, 2 Aug 2020 19:05:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17263E0998; Sun, 2 Aug 2020 19:05:36 +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 F0AA0E0998 for ; Sun, 2 Aug 2020 19:05:35 +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 076C834EFA4 for ; Sun, 2 Aug 2020 19:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EFD30C for ; Sun, 2 Aug 2020 19:05:31 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1596394737.cfbde63a68d4ba89cfaa23d3a8cf4d6edb69f0eb.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysrt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysrt/pysrt-1.1.2.ebuild dev-python/pysrt/pysrt-9999.ebuild X-VCS-Directories: dev-python/pysrt/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cfbde63a68d4ba89cfaa23d3a8cf4d6edb69f0eb X-VCS-Branch: master Date: Sun, 2 Aug 2020 19:05:31 +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: a426ac4f-6581-46d8-a4b2-49da391abf3a X-Archives-Hash: bf88327e01c6c911a6f9b8cf9a4f5ad2 commit: cfbde63a68d4ba89cfaa23d3a8cf4d6edb69f0eb Author: Sam James gentoo org> AuthorDate: Sun Aug 2 18:58:57 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 2 18:58:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbde63a dev-python/pysrt: add Python 3.9 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James gentoo.org> dev-python/pysrt/pysrt-1.1.2.ebuild | 14 ++------------ dev-python/pysrt/pysrt-9999.ebuild | 14 ++------------ 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/dev-python/pysrt/pysrt-1.1.2.ebuild b/dev-python/pysrt/pysrt-1.1.2.ebuild index e72f359339d..4dc902e8279 100644 --- a/dev-python/pysrt/pysrt-1.1.2.ebuild +++ b/dev-python/pysrt/pysrt-1.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -20,17 +20,7 @@ fi LICENSE="GPL-3+" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" -DEPEND=" - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - ) -" -python_test() { - nosetests -v || die "Tests failed under ${EPYTHON}" -} +distutils_enable_tests nose diff --git a/dev-python/pysrt/pysrt-9999.ebuild b/dev-python/pysrt/pysrt-9999.ebuild index 98e0450016c..c6b6da91f0d 100644 --- a/dev-python/pysrt/pysrt-9999.ebuild +++ b/dev-python/pysrt/pysrt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 @@ -20,17 +20,7 @@ fi LICENSE="GPL-3+" SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" -DEPEND=" - test? ( - ${RDEPEND} - dev-python/nose[${PYTHON_USEDEP}] - ) -" -python_test() { - nosetests -v || die "Tests failed under ${EPYTHON}" -} +distutils_enable_tests nose