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 7BB6013933E for ; Mon, 5 Jul 2021 00:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A812E081E; Mon, 5 Jul 2021 00:43:23 +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 68CBAE081E for ; Mon, 5 Jul 2021 00:43:23 +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 E2EC4342AD7 for ; Mon, 5 Jul 2021 00:43:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 359187BB for ; Mon, 5 Jul 2021 00:43:20 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1625445798.23977e932ec697c08b0ea2f91ac80f1a4c163209.Alessandro-Barbieri@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/Manifest dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild dev-python/pytest-cython/pytest-cython-0.1.1.ebuild X-VCS-Directories: dev-python/pytest-cython/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 23977e932ec697c08b0ea2f91ac80f1a4c163209 X-VCS-Branch: dev Date: Mon, 5 Jul 2021 00:43:20 +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: 0fe52deb-125a-4cf5-ba4f-58d00a49c92c X-Archives-Hash: 15b89c22b2f26f5f8c8c69bee6f7808b commit: 23977e932ec697c08b0ea2f91ac80f1a4c163209 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Jul 4 23:53:47 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Mon Jul 5 00:43:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23977e93 dev-python/pytest-cython: ebuild maintenance Closes: https://bugs.gentoo.org/800374 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> dev-python/pytest-cython/Manifest | 1 - .../pytest-cython/pytest-cython-0.1.0-r2.ebuild | 34 ---------------------- .../pytest-cython/pytest-cython-0.1.1.ebuild | 10 ++----- 3 files changed, 2 insertions(+), 43 deletions(-) diff --git a/dev-python/pytest-cython/Manifest b/dev-python/pytest-cython/Manifest index 38d733099..f5da597e9 100644 --- a/dev-python/pytest-cython/Manifest +++ b/dev-python/pytest-cython/Manifest @@ -1,2 +1 @@ -DIST pytest-cython-0.1.0.tar.gz 19109 BLAKE2B 75895992402f36010385e0851cce4532825d374cc9d5af1b45d4dc938070da1f9e8c9901601ac10e3fa9a76fd4f0affd3f0dac6d8857eea88c73cbc1686ce613 SHA512 65d8d25f95f2419ae76902cad8f0f4c9b810dbbba80621d301f53d2128dfeb11c4d74e2ac4f1e39f63aadfc1404e9000c0668efbab4793d307f0b90345023771 DIST pytest-cython-0.1.1.tar.gz 817776 BLAKE2B d9b812cefc45153a1ce7abb0b1be2e7fc329b88d89ed48529f62a38c402d74bb164ed6b928f291586f0064820dc52156eacdf161da3a0d65d10f5a15681a17e4 SHA512 353a6c3b67df0608b24f24e04ba5d3fa48065d3960834e32bf44f2dfcd6248cb4c86de528c15dbfd20e36811bfb0ae04670f6441afb74bcb7bd1d7af71060463 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 deleted file mode 100644 index e9a14cf5d..000000000 --- a/dev-python/pytest-cython/pytest-cython-0.1.0-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( pypy3 python3_{7,8,9} ) -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" -IUSE="test" - -#IDK how to run this: python tests/example-project/setup.py clean build_ext --inplace --use-cython -RESTRICT="test" -RDEPEND=" - dev-python/cython[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] -" -DEPEND=" - ${RDEPEND} -" - -src_prepare() { - sed -i 's|\[pytest\]|\[tool:pytest\]|' setup.cfg || die - default -} - -distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme diff --git a/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild b/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild index 1d8fc289c..69c69fa72 100644 --- a/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild +++ b/dev-python/pytest-cython/pytest-cython-0.1.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI="8" -PYTHON_COMPAT=( pypy3 python3_{8,9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( pypy3 python3_{8..10} pypy3 ) inherit distutils-r1 @@ -24,11 +23,6 @@ DEPEND="${RDEPEND}" distutils_enable_sphinx docs dev-python/sphinx-py3doc-enhanced-theme distutils_enable_tests pytest -src_prepare() { - sed -i 's|\[pytest\]|\[tool:pytest\]|' setup.cfg || die - default -} - python_test() { epytest -vv \ --deselect tests/test_pytest_cython.py::test_wrap_c_ext_module \