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 6EA1E1382C5 for ; Fri, 18 Dec 2020 19:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30E92E0A91; Fri, 18 Dec 2020 19:05:12 +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 19152E0A91 for ; Fri, 18 Dec 2020 19:05:12 +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 22459341150 for ; Fri, 18 Dec 2020 19:05:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19E5F57 for ; Fri, 18 Dec 2020 19:05:07 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608315311.e216140ff085678dd7778d0618f3e2d849d6506e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pytest-cython/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild X-VCS-Directories: dev-python/pytest-cython/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e216140ff085678dd7778d0618f3e2d849d6506e X-VCS-Branch: dev Date: Fri, 18 Dec 2020 19:05:07 +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: 5f42f810-8dcf-4e79-ab72-5de2ae883ae1 X-Archives-Hash: 30a9d32433dc728599b5911cef735e67 commit: e216140ff085678dd7778d0618f3e2d849d6506e Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 18:15:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 18:15:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e216140f dev-python/pytest-cython: add py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../pytest-cython/pytest-cython-0.1.0-r1.ebuild | 35 ---------------------- .../pytest-cython/pytest-cython-0.1.0-r2.ebuild | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild deleted file mode 100644 index aa6a4f56..00000000 --- a/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Plugin for testing Cython extension modules" -HOMEPAGE="https://github.com/lgpage/pytest-cython" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} -" -#those deps aren't really required I think -# test? ( -# dev-python/check-manifest[${PYTHON_USEDEP}] -# dev-python/docutils[${PYTHON_USEDEP}] -# dev-python/pygments[${PYTHON_USEDEP}] -# dev-python/readme_renderer[${PYTHON_USEDEP}] -# ) - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild index 8d45a0ec..e9a14cf5 100644 --- a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild +++ b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( pypy3 python3_{7,8} ) +PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 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 AE7C81382C5 for ; Fri, 18 Dec 2020 19:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28E36E0AA1; Fri, 18 Dec 2020 19:05:22 +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 12725E0AA1 for ; Fri, 18 Dec 2020 19:05:22 +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 EFA1A340FA6 for ; Fri, 18 Dec 2020 19:05:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B0BB738A for ; Fri, 18 Dec 2020 19:05:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608315311.e216140ff085678dd7778d0618f3e2d849d6506e.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-cython/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild X-VCS-Directories: dev-python/pytest-cython/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e216140ff085678dd7778d0618f3e2d849d6506e X-VCS-Branch: master Date: Fri, 18 Dec 2020 19:05:13 +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: 8c79c18c-c827-437a-9a91-a3b8dffd3766 X-Archives-Hash: 88499b75a2d8c162a20b6e6af3e4e054 Message-ID: <20201218190513.s5Qi5QR-041kQxIc16EyT8BqSJfQTshmIoCCZVF7dp8@z> commit: e216140ff085678dd7778d0618f3e2d849d6506e Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 18:15:11 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 18:15:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e216140f dev-python/pytest-cython: add py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../pytest-cython/pytest-cython-0.1.0-r1.ebuild | 35 ---------------------- .../pytest-cython/pytest-cython-0.1.0-r2.ebuild | 2 +- 2 files changed, 1 insertion(+), 36 deletions(-) diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild deleted file mode 100644 index aa6a4f56..00000000 --- a/dev-python/pytest-cython/pytest-cython-0.1.0-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_7 ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 - -DESCRIPTION="Plugin for testing Cython extension modules" -HOMEPAGE="https://github.com/lgpage/pytest-cython" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -SLOT="0" -LICENSE="MIT" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} -" -#those deps aren't really required I think -# test? ( -# dev-python/check-manifest[${PYTHON_USEDEP}] -# dev-python/docutils[${PYTHON_USEDEP}] -# dev-python/pygments[${PYTHON_USEDEP}] -# dev-python/readme_renderer[${PYTHON_USEDEP}] -# ) - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme diff --git a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild index 8d45a0ec..e9a14cf5 100644 --- a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild +++ b/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( pypy3 python3_{7,8} ) +PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1