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 D88E1158094 for ; Tue, 9 Aug 2022 08:14:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8154EE0C03; Tue, 9 Aug 2022 08:14:11 +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 5D98FE0AAB for ; Tue, 9 Aug 2022 08:14:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5CBB8340E8D for ; Tue, 9 Aug 2022 08:14:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5856566 for ; Tue, 9 Aug 2022 08:14:08 +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: <1660032842.60fcd0908b0d05761afb364e7fb08711b8f4e3a2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_scm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flit_scm/Manifest dev-python/flit_scm/flit_scm-1.6.2.ebuild X-VCS-Directories: dev-python/flit_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 60fcd0908b0d05761afb364e7fb08711b8f4e3a2 X-VCS-Branch: master Date: Tue, 9 Aug 2022 08:14:08 +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: be015a20-cf79-4841-9e89-b665fc05d9ee X-Archives-Hash: ac36009137c60d851981366a060c0ab6 commit: 60fcd0908b0d05761afb364e7fb08711b8f4e3a2 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 9 08:12:06 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 9 08:14:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60fcd090 dev-python/flit_scm: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/flit_scm/Manifest | 1 - dev-python/flit_scm/flit_scm-1.6.2.ebuild | 37 ------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-python/flit_scm/Manifest b/dev-python/flit_scm/Manifest index 08f296ab228e..0429de237dca 100644 --- a/dev-python/flit_scm/Manifest +++ b/dev-python/flit_scm/Manifest @@ -1,2 +1 @@ -DIST flit_scm-1.6.2.tar.bz2 3230 BLAKE2B 3977f1be820f2f590f4f781f065661adfc4a05427a87882093acad81f87eee2ba20d910ba3662b5b19997735f0356d262a4f150ba940310166b62a019b68ba05 SHA512 32690af4d24eb704338c78fdb0080d9f910a0741066d282e79eb88c473ada8d9a3daeba1a9aecfe830b2a6d0cea8da471bf6ef904b105fd8036994e4a0e12d12 DIST flit_scm-1.7.0.tar.bz2 3259 BLAKE2B 9b785f9f92b16494f6bf0c21e16ee1abf6a130ebb5c41d4e0e73f4ab1c892ec14544a4b86fe9ba22dbb43a2c28cebbe84328c172566b27c195d41e3686184b9e SHA512 a030cd2ab9d100b971ac20ad5f52f206d951fb6c88cd48db0250269a32cf0dfae70738bf3dc4d36396a3da3e09c7283eec365e12608f6f6d7be3e9076bb931d2 diff --git a/dev-python/flit_scm/flit_scm-1.6.2.ebuild b/dev-python/flit_scm/flit_scm-1.6.2.ebuild deleted file mode 100644 index 20e99ab7b703..000000000000 --- a/dev-python/flit_scm/flit_scm-1.6.2.ebuild +++ /dev/null @@ -1,37 +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=( pypy3 python3_{8..11} ) - -inherit distutils-r1 - -DESCRIPTION="A PEP 518 build backend combining flit with setuptools_scm" -HOMEPAGE=" - https://gitlab.com/WillDaSilva/flit_scm/ - https://pypi.org/project/flit-scm/ -" -SRC_URI=" - https://gitlab.com/WillDaSilva/flit_scm/-/archive/${PV}/${P}.tar.bz2 -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND=" - >=dev-python/flit_core-3.5.0[${PYTHON_USEDEP}] - >=dev-python/setuptools_scm-6.4.2[${PYTHON_USEDEP}] - =dev-python/tomli-2[${PYTHON_USEDEP}] -" - -src_prepare() { - # unpin deps - sed -i -e 's:~=[0-9.]*::' pyproject.toml || die - distutils-r1_src_prepare -} - -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}