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 B7305138359 for ; Fri, 25 Sep 2020 08:40:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7262E0849; Fri, 25 Sep 2020 08:40:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CA01FE0849 for ; Fri, 25 Sep 2020 08:40:46 +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 60A65340D8A for ; Fri, 25 Sep 2020 08:40:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB467357 for ; Fri, 25 Sep 2020 08:40:43 +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: <1601023236.10063c5b92c43446fb4766d2ac4cd754aa828633.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/grabbit/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/grabbit/grabbit-0.1.1.ebuild dev-python/grabbit/grabbit-0.2.6.ebuild X-VCS-Directories: dev-python/grabbit/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 10063c5b92c43446fb4766d2ac4cd754aa828633 X-VCS-Branch: master Date: Fri, 25 Sep 2020 08:40:43 +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: f801ee74-6c69-4b87-8302-b6268d954827 X-Archives-Hash: 3f2ceb3cf5a3f072c69bffa0264db7aa commit: 10063c5b92c43446fb4766d2ac4cd754aa828633 Author: Horea Christian chymera eu> AuthorDate: Fri Sep 25 08:40:36 2020 +0000 Commit: Horea Christian gmail com> CommitDate: Fri Sep 25 08:40:36 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=10063c5b dev-python/grabbit: removed old version, and PYTHON_COMPAT update Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Horea Christian chymera.eu> dev-python/grabbit/grabbit-0.1.1.ebuild | 27 --------------------------- dev-python/grabbit/grabbit-0.2.6.ebuild | 9 +++------ 2 files changed, 3 insertions(+), 33 deletions(-) diff --git a/dev-python/grabbit/grabbit-0.1.1.ebuild b/dev-python/grabbit/grabbit-0.1.1.ebuild deleted file mode 100644 index dd6a7e6a9..000000000 --- a/dev-python/grabbit/grabbit-0.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) - -inherit distutils-r1 - -DESCRIPTION="Get grabby with file trees" -HOMEPAGE="https://github.com/grabbles/grabbit" -SRC_URI="https://github.com/grabbles/grabbit/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test" - -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] ) - " -RDEPEND="" - -python_test() { - py.test -v || die -} diff --git a/dev-python/grabbit/grabbit-0.2.6.ebuild b/dev-python/grabbit/grabbit-0.2.6.ebuild index 466dc6512..b6f6b19c1 100644 --- a/dev-python/grabbit/grabbit-0.2.6.ebuild +++ b/dev-python/grabbit/grabbit-0.2.6.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python3_{4,6,7,8} ) inherit distutils-r1 @@ -17,11 +17,8 @@ KEYWORDS="~amd64" IUSE="test" DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( >=dev-python/pytest-3.4.1[${PYTHON_USEDEP}] ) + test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " RDEPEND="" -python_test() { - py.test -v || die -} +distutils_enable_tests pytest