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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5EC0158086 for ; Wed, 1 Dec 2021 19:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A44DD2BC0B8; Wed, 1 Dec 2021 19:39:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AC172BC0B8 for ; Wed, 1 Dec 2021 19:39:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FEB73430AA for ; Wed, 1 Dec 2021 19:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96D5200 for ; Wed, 1 Dec 2021 19:39:19 +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: <1638387501.374c8c03a6ef38d44ccebf9ec987979ab4535e13.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pep517/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pep517/Manifest dev-python/pep517/metadata.xml dev-python/pep517/pep517-0.9.1.ebuild X-VCS-Directories: dev-python/pep517/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 374c8c03a6ef38d44ccebf9ec987979ab4535e13 X-VCS-Branch: master Date: Wed, 1 Dec 2021 19:39:19 +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: 3cb762fc-4ca2-4fb4-baaf-54ea6b6f454e X-Archives-Hash: d627aeef14a527ca78745e2d4d0d9baa Message-ID: <20211201193919.dTTnwzvVmCz7WxU1zqP-AKfn1pl5wF-aSahM1ouNNK8@z> commit: 374c8c03a6ef38d44ccebf9ec987979ab4535e13 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 1 19:38:21 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 1 19:38:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=374c8c03 dev-python/pep517: remove duplicate Signed-off-by: Andrew Ammerlaan gentoo.org> dev-python/pep517/Manifest | 1 - dev-python/pep517/metadata.xml | 18 ------------- dev-python/pep517/pep517-0.9.1.ebuild | 48 ----------------------------------- 3 files changed, 67 deletions(-) diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest deleted file mode 100644 index 18a1a13e0..000000000 --- a/dev-python/pep517/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pep517-0.9.1.tar.gz 23213 BLAKE2B 2108178a35baff87657a5e0cc7684adad28e53d57fb4066826a9f5d5b0d8910096d208a3ca159005fa7ca0dad5b172ec0080131d177d03db1b1bc37692379d5b SHA512 7c7d181d52a6d042ad432c4366021f9b2364c77193d99066668acd4c6967dab299644febf0dc4a6efb9a777a0aaae7df2687191cba3f3b93e6bf06ee0769a7df diff --git a/dev-python/pep517/metadata.xml b/dev-python/pep517/metadata.xml deleted file mode 100644 index ae262366c..000000000 --- a/dev-python/pep517/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - -PEP 517 specifies a standard API for systems which build Python packages. - -This package contains wrappers around the hooks specified by PEP 517. It provides: - - A mechanism to call the hooks in a subprocess, so they are isolated from the current process. - Fallbacks for the optional hooks, so that frontends can call the hooks without checking which are defined. - Higher-level functions which install the build dependencies into a temporary environment and build a wheel/sdist using them. - - - pypa/pep517 - pep517 - - diff --git a/dev-python/pep517/pep517-0.9.1.ebuild b/dev-python/pep517/pep517-0.9.1.ebuild deleted file mode 100644 index 102c4905d..000000000 --- a/dev-python/pep517/pep517-0.9.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -PYTHON_COMPAT=( python3_{8,9} ) -DISTUTILS_USE_SETUPTOOLS=pyproject.toml - -inherit distutils-r1 - -DESCRIPTION="standard API for systems which build Python packages" -HOMEPAGE=" - https://github.com/pypa/pep517 - https://pypi.org/project/pep517 -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/toml[${PYTHON_USEDEP}] - - $(python_gen_cond_dep 'dev-python/importlib_metadata[${PYTHON_USEDEP}]' python3_7) - $(python_gen_cond_dep 'dev-python/zipp[${PYTHON_USEDEP}]' python3_7) -" -DEPEND=" - ${RDEPEND} - test? ( - dev-python/mock[${PYTHON_USEDEP}] - dev-python/testpath[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -src_prepare() { - sed -i 's|addopts=--flake8||' pytest.ini - default -} - -python_test() { - pytest -vv \ - --deselect tests/test_meta.py::test_classic_package \ - --deselect tests/test_meta.py::test_meta_output \ - --deselect tests/test_meta.py::test_meta_for_this_package || die -}