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 29CC2158091 for ; Sun, 12 Jun 2022 08:47:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 556C1E089A; Sun, 12 Jun 2022 08:47:58 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38A0EE089A for ; Sun, 12 Jun 2022 08:47:58 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DA8C341792 for ; Sun, 12 Jun 2022 08:47:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 628974FA for ; Sun, 12 Jun 2022 08:47:55 +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: <1655023667.bd9e47fc11a1689f3ff927a2194060d3fdadb0aa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/meson-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/meson-python/meson-python-0.5.0.ebuild X-VCS-Directories: dev-python/meson-python/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: bd9e47fc11a1689f3ff927a2194060d3fdadb0aa X-VCS-Branch: master Date: Sun, 12 Jun 2022 08:47:55 +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: 36f680ba-849b-4f99-a31e-04c5bc6bfed3 X-Archives-Hash: feb154d0a7cf25dd13259174eef5e756 commit: bd9e47fc11a1689f3ff927a2194060d3fdadb0aa Author: Sam James gentoo org> AuthorDate: Sun Jun 12 08:47:47 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 12 08:47:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9e47fc dev-python/meson-python: drop 0.5.0 Signed-off-by: Sam James gentoo.org> dev-python/meson-python/meson-python-0.5.0.ebuild | 41 ----------------------- 1 file changed, 41 deletions(-) diff --git a/dev-python/meson-python/meson-python-0.5.0.ebuild b/dev-python/meson-python/meson-python-0.5.0.ebuild deleted file mode 100644 index 5cf89db144b7..000000000000 --- a/dev-python/meson-python/meson-python-0.5.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 - -DESCRIPTION="Meson PEP 517 Python build backend" -HOMEPAGE=" - https://pypi.org/project/meson-python/ - https://github.com/FFY00/meson-python/ -" -SRC_URI=" - https://github.com/FFY00/meson-python/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="EUPL-1.2" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - >=dev-python/pyproject-metadata-0.3.0[${PYTHON_USEDEP}] - >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}] - >=dev-util/meson-0.60.0[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/GitPython[${PYTHON_USEDEP}] - dev-python/pytest-mock[${PYTHON_USEDEP}] - dev-util/patchelf - ) -" - -distutils_enable_sphinx docs \ - dev-python/furo \ - dev-python/sphinx-autodoc-typehints -distutils_enable_tests pytest