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 A078A1382C5 for ; Thu, 31 Dec 2020 08:50:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6FF6E0824; Thu, 31 Dec 2020 08:50:38 +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 CB65DE0824 for ; Thu, 31 Dec 2020 08:50:38 +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 77554340DF1 for ; Thu, 31 Dec 2020 08:50:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2FF309 for ; Thu, 31 Dec 2020 08:50:35 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1609403879.3ed19bf3f0ea67c70c254bbfab0b96b1c14f6d9c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject2setuppy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproject2setuppy/Manifest dev-python/pyproject2setuppy/pyproject2setuppy-8.ebuild X-VCS-Directories: dev-python/pyproject2setuppy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ed19bf3f0ea67c70c254bbfab0b96b1c14f6d9c X-VCS-Branch: master Date: Thu, 31 Dec 2020 08:50:35 +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: a0973788-f253-4928-9c44-cc6fee968963 X-Archives-Hash: 92e8b3a2b1e4a68169d36d21f5337ceb commit: 3ed19bf3f0ea67c70c254bbfab0b96b1c14f6d9c Author: Michał Górny gentoo org> AuthorDate: Thu Dec 31 08:37:59 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 31 08:37:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed19bf3 dev-python/pyproject2setuppy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyproject2setuppy/Manifest | 1 - .../pyproject2setuppy/pyproject2setuppy-8.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-python/pyproject2setuppy/Manifest b/dev-python/pyproject2setuppy/Manifest index 995ccc31f86..216aeff98ca 100644 --- a/dev-python/pyproject2setuppy/Manifest +++ b/dev-python/pyproject2setuppy/Manifest @@ -1,2 +1 @@ -DIST pyproject2setuppy-8.tar.gz 9501 BLAKE2B d0c168efa2742732710a7d967ce0783a942d4718ae2be75e6263bb560500527ee11260c9b7362d10cb059171475dc647c0bc97e284554f2e159f470e3eb7f569 SHA512 527e2de790fb02373150db834d1a007a63b71f87ae01fef1dd9fc86a51ac6cafeac28fa3f39a2d484e7a9f84549d0ba285894cf9201f3b2b2a47965be29913cc DIST pyproject2setuppy-9.tar.gz 9611 BLAKE2B 448e6ca468c2a5c1097e63316bf1a2da41dfc4a8dfa756553b56ebcbb66c43cce7dd57aeacce45491087b956a01b8ff2707fc5f60ada10a4f496c9c8f7c722c4 SHA512 bd337f392e3dfd686039714687bd8a57b7b946b486f5513bf603e322843a4d8f4c2fdca747e61090f00f3ed4a5284a2b182f064412a3c8e70f278a2be7551d93 diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-8.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-8.ebuild deleted file mode 100644 index c406e09e27a..00000000000 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-8.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2019-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=manual -PYTHON_COMPAT=( python3_{6,7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Cheap setup.py hack to install flit & poetry-based projects" -HOMEPAGE="https://github.com/mgorny/pyproject2setuppy" -SRC_URI=" - https://github.com/mgorny/pyproject2setuppy/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" - -distutils_enable_tests pytest