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 2A95D138351 for ; Sun, 3 May 2020 12:47:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD807E0A5E; Sun, 3 May 2020 12:47: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 A5461E0A5E for ; Sun, 3 May 2020 12:47:21 +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 2F00134F419 for ; Sun, 3 May 2020 12:47:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9A9F1F6 for ; Sun, 3 May 2020 12:47:17 +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: <1588510032.beb19ebf3acbbca253a402bbaa37b1f20814b3cf.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-2.ebuild dev-python/pyproject2setuppy/pyproject2setuppy-3.ebuild X-VCS-Directories: dev-python/pyproject2setuppy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: beb19ebf3acbbca253a402bbaa37b1f20814b3cf X-VCS-Branch: master Date: Sun, 3 May 2020 12:47:17 +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: 881eec92-c344-43b7-bd6d-0bf332daca3e X-Archives-Hash: ce76d3258a3323534bd7b353a6241039 commit: beb19ebf3acbbca253a402bbaa37b1f20814b3cf Author: Michał Górny gentoo org> AuthorDate: Sun May 3 11:28:08 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 3 12:47:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=beb19ebf dev-python/pyproject2setuppy: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pyproject2setuppy/Manifest | 2 -- .../pyproject2setuppy/pyproject2setuppy-2.ebuild | 26 ---------------------- .../pyproject2setuppy/pyproject2setuppy-3.ebuild | 26 ---------------------- 3 files changed, 54 deletions(-) diff --git a/dev-python/pyproject2setuppy/Manifest b/dev-python/pyproject2setuppy/Manifest index b46c3ea96ae..a0b696e88c2 100644 --- a/dev-python/pyproject2setuppy/Manifest +++ b/dev-python/pyproject2setuppy/Manifest @@ -1,3 +1 @@ -DIST pyproject2setuppy-2.tar.gz 7589 BLAKE2B 21abc62707b590e5676b53500094887f7768082ea3c6d89b2d447461c219cda726de59aa299ebb960a0767935ece06abdf4729e4dd22d3bb003370d95ce19858 SHA512 684b292a6c2880f756ee7a4ba34a674bdb12f27952673cda9bc488f90101b2d1cd134e240b924148044fb6d02c5b7a5068fb7a857fef3f0c3f65f91e14c0ca4a -DIST pyproject2setuppy-3.tar.gz 7896 BLAKE2B 85c12ec08bc43f30d35b300ea1ca48e98da391ac6c7e8e361ea03d020c5527dcdf0762a339666a6284b66ccf78f94428c31ec1760237c2baf0d63d9a3c6ab188 SHA512 b018ddd95eb4dbdada9a0aa32675762df1113b27b89ecccadda37c0c6cfc5c193cd3992eb34ec687babfd02fe3454ef793c1f2b619a662d380cba1441785d6c4 DIST pyproject2setuppy-4.tar.gz 7947 BLAKE2B 882aaf98c37560c9dff577cd7392830a0fc3a4bb9a1ed774037582c3c9bf2e74d15bc2fcb9fe1eea221dc65b9d0f8f6c9d677fca1a2045214440818712d7802e SHA512 1721ea0ba9bbd579af88543e2487863803eb002ba2eacd7db7b7dfad663a87a1f8248afff92964fedc0d5edffa92929dfb3e613f8ba0ec884ee98e44fb38544d diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-2.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-2.ebuild deleted file mode 100644 index c2c199040aa..00000000000 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-2.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} 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" - -distutils_enable_tests pytest diff --git a/dev-python/pyproject2setuppy/pyproject2setuppy-3.ebuild b/dev-python/pyproject2setuppy/pyproject2setuppy-3.ebuild deleted file mode 100644 index c2c199040aa..00000000000 --- a/dev-python/pyproject2setuppy/pyproject2setuppy-3.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} 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 ~ia64 ~ppc ~ppc64 ~sparc ~x86" - -RDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND}" - -distutils_enable_tests pytest