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 05878158020 for ; Wed, 30 Nov 2022 18:58:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19019E0864; Wed, 30 Nov 2022 18:58:24 +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 EA1F7E0864 for ; Wed, 30 Nov 2022 18:58:23 +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 B0107340CE1 for ; Wed, 30 Nov 2022 18:58:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B9954C for ; Wed, 30 Nov 2022 18:58:21 +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: <1669834662.550378096105626593bb4ee8b5f565068972873a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-api/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproject-api/Manifest dev-python/pyproject-api/metadata.xml dev-python/pyproject-api/pyproject-api-1.1.2.ebuild X-VCS-Directories: dev-python/pyproject-api/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 550378096105626593bb4ee8b5f565068972873a X-VCS-Branch: master Date: Wed, 30 Nov 2022 18:58:21 +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: 6bc315f4-ef80-41c8-964a-881c0939d0b1 X-Archives-Hash: 7bba2a2d2f91ad09bb4cdb8c585f2e6c commit: 550378096105626593bb4ee8b5f565068972873a Author: Michał Górny gentoo org> AuthorDate: Wed Nov 30 18:23:16 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Nov 30 18:57:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55037809 dev-python/pyproject-api: New dep of dev-python/tox, v1.1.2 Signed-off-by: Michał Górny gentoo.org> dev-python/pyproject-api/Manifest | 1 + dev-python/pyproject-api/metadata.xml | 12 +++++++ .../pyproject-api/pyproject-api-1.1.2.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/dev-python/pyproject-api/Manifest b/dev-python/pyproject-api/Manifest new file mode 100644 index 000000000000..74462b39863a --- /dev/null +++ b/dev-python/pyproject-api/Manifest @@ -0,0 +1 @@ +DIST pyproject-api-1.1.2.gh.tar.gz 19058 BLAKE2B 3c8672821baad2ed440474c42818bd37fb7ed7f20f29d9c765190cc8ac6352ff18a17b35d97a73cf4f76001bdff92d2e0e8fd0f29f45d69a5bf7377b2ddc9626 SHA512 e4f2c97d49789fcf231af83758697e5b505c4a9afb6268349da215c3f5f94e3bf78b70beeea4ca51706b71313101dffc15942db394a7994b85e7c5f763e090d7 diff --git a/dev-python/pyproject-api/metadata.xml b/dev-python/pyproject-api/metadata.xml new file mode 100644 index 000000000000..0441a08b409f --- /dev/null +++ b/dev-python/pyproject-api/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + tox-dev/pyproject-api + pyproject-api + + diff --git a/dev-python/pyproject-api/pyproject-api-1.1.2.ebuild b/dev-python/pyproject-api/pyproject-api-1.1.2.ebuild new file mode 100644 index 000000000000..bceb25a0b8c1 --- /dev/null +++ b/dev-python/pyproject-api/pyproject-api-1.1.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=hatchling +PYTHON_COMPAT=( pypy3 python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="API to interact with the python pyproject.toml based projects" +HOMEPAGE=" + https://github.com/tox-dev/pyproject-api/ + https://pypi.org/project/pyproject-api/ +" +SRC_URI=" + https://github.com/tox-dev/pyproject-api/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/packaging-21.3[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}] + ' 3.8 3.9 3.10) +" +BDEPEND=" + >=dev-python/hatch-vcs-0.2[${PYTHON_USEDEP}] + test? ( + >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}] + >=dev-python/wheel-0.37.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest + +export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}