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 D8C2315808B for ; Sat, 14 Sep 2024 06:03:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2376EE29AB; Sat, 14 Sep 2024 06:03:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E352E29AB for ; Sat, 14 Sep 2024 06:03:21 +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 51C3333DF47 for ; Sat, 14 Sep 2024 06:03:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 563F427EF for ; Sat, 14 Sep 2024 06:03: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: <1726293792.b196f4ce0dca5e9ad46279f82a60771ecfa079b6.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyproject-metadata/Manifest dev-python/pyproject-metadata/pyproject-metadata-0.9.0_beta3.ebuild X-VCS-Directories: dev-python/pyproject-metadata/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b196f4ce0dca5e9ad46279f82a60771ecfa079b6 X-VCS-Branch: master Date: Sat, 14 Sep 2024 06:03: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: 29f9d1b2-0465-49bd-9007-5fad347c1bf6 X-Archives-Hash: ea6548903b704e4b427aa0defa7bc43e commit: b196f4ce0dca5e9ad46279f82a60771ecfa079b6 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 14 05:10:10 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 14 06:03:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b196f4ce dev-python/pyproject-metadata: Bump to 0.9.0_beta3 Signed-off-by: Michał Górny gentoo.org> dev-python/pyproject-metadata/Manifest | 1 + .../pyproject-metadata-0.9.0_beta3.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-python/pyproject-metadata/Manifest b/dev-python/pyproject-metadata/Manifest index f0493d7c6619..cb698253d746 100644 --- a/dev-python/pyproject-metadata/Manifest +++ b/dev-python/pyproject-metadata/Manifest @@ -1,2 +1,3 @@ DIST pyproject_metadata-0.8.0.tar.gz 14862 BLAKE2B 03c9a7fc9c53c56b27ea5c72789db10aa045d239c81bf30e926c0ed44d6b61028a27c4dbe02a40eb4ae7ce4a93efb24c63dd4b66f2e98f185fc68d96e96c350a SHA512 e3ec79bcb066fd952a7e88b62534775746b20a52b9952a303e80466c465e394264b8984ca30a1461cd8437334ae7b1a299be7d8036e99e3dcf59828d70650442 DIST pyproject_metadata-0.9.0b1.tar.gz 19356 BLAKE2B eb692b54769e229fe1f8136af998953116c29157e1096f1dc4a0b57194625535551d0c65651dcaae82c27b9453948fa67e78b4e54f4898ae4640044bfb728421 SHA512 ab5c4cfa999088f28a9cf396d136dcd1af82d578816c6bac6e6fabb7b242a47611749bcb38c964974ebcc95f44befd3a4827fa16b2e8e48555e0ddabae7ecff2 +DIST pyproject_metadata-0.9.0b3.tar.gz 19819 BLAKE2B 2ede092287bc369404eef0ae7a361ffa39eb39862953309ce74ca6d4ee6f588200a2772565dd180c3c978641a387574490d6342db39a32d117a720b6b73a534a SHA512 6bb4abbbdcc90adeaa96026f1a17d23a7a41a93b25e4762c880b78dc7913058af053101d6c5a3271527e9ef441b8e24ca93df8e57ce1f442e99e3042665eef34 diff --git a/dev-python/pyproject-metadata/pyproject-metadata-0.9.0_beta3.ebuild b/dev-python/pyproject-metadata/pyproject-metadata-0.9.0_beta3.ebuild new file mode 100644 index 000000000000..d6ad0b0f270f --- /dev/null +++ b/dev-python/pyproject-metadata/pyproject-metadata-0.9.0_beta3.ebuild @@ -0,0 +1,32 @@ +# Copyright 2022-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{10..13} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="PEP 621 metadata parsing" +HOMEPAGE=" + https://github.com/pypa/pyproject-metadata/ + https://pypi.org/project/pyproject-metadata/ +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos" + +RDEPEND=" + >=dev-python/packaging-19[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + $(python_gen_cond_dep ' + >=dev-python/tomli-1.0.0[${PYTHON_USEDEP}] + ' 3.10) + ) +" + +distutils_enable_tests pytest