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 5FA8A15808D for ; Thu, 21 Apr 2022 15:19:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3FED5E091F; Thu, 21 Apr 2022 15:19:48 +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 201E3E091F for ; Thu, 21 Apr 2022 15:19:48 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F16E341CE6 for ; Thu, 21 Apr 2022 15:19:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C1963BB for ; Thu, 21 Apr 2022 15:19:45 +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: <1650554376.ac8c44f2dbfc48b852bd4e79040b6da0782080b5.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.5.0.ebuild dev-python/flit_scm/metadata.xml X-VCS-Directories: dev-python/flit_scm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ac8c44f2dbfc48b852bd4e79040b6da0782080b5 X-VCS-Branch: master Date: Thu, 21 Apr 2022 15:19:45 +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: 1b3ef461-f7cc-4a00-b74d-221a82178728 X-Archives-Hash: 82303198bfeeadfc25f66da75936f078 commit: ac8c44f2dbfc48b852bd4e79040b6da0782080b5 Author: Michał Górny gentoo org> AuthorDate: Thu Apr 21 14:41:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 21 15:19:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac8c44f2 dev-python/flit_scm: New package, v1.5.0 New NIH build system, needed for exceptiongroup that is needed for dev-python/cattrs. Signed-off-by: Michał Górny gentoo.org> dev-python/flit_scm/Manifest | 1 + dev-python/flit_scm/flit_scm-1.5.0.ebuild | 37 +++++++++++++++++++++++++++++++ dev-python/flit_scm/metadata.xml | 10 +++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/flit_scm/Manifest b/dev-python/flit_scm/Manifest new file mode 100644 index 000000000000..b0394997d589 --- /dev/null +++ b/dev-python/flit_scm/Manifest @@ -0,0 +1 @@ +DIST flit_scm-1.5.0.tar.bz2 3230 BLAKE2B f29f7c0cc341fe12d621d0a8f91b5d983f8f7e4259155a7119b07d8e159a12755ae60e007d1ace9054385104aa2a572454653ef9f92a3043777b1e631dfd5f20 SHA512 1b8d4a653dffb4685ad91843147ba6dc693b6d1d4f21e8766782d04edc1ec992e3ad4a3ce82d25e01a089816648f86228db75024e39a7a277b6fae9f8fc4567a diff --git a/dev-python/flit_scm/flit_scm-1.5.0.ebuild b/dev-python/flit_scm/flit_scm-1.5.0.ebuild new file mode 100644 index 000000000000..3a77f0846d78 --- /dev/null +++ b/dev-python/flit_scm/flit_scm-1.5.0.ebuild @@ -0,0 +1,37 @@ +# 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..10} ) + +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" + +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} diff --git a/dev-python/flit_scm/metadata.xml b/dev-python/flit_scm/metadata.xml new file mode 100644 index 000000000000..8b225bb29829 --- /dev/null +++ b/dev-python/flit_scm/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + + + flit-scm + +