public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-metadata/
Date: Wed, 17 Apr 2024 13:23:53 +0000 (UTC)	[thread overview]
Message-ID: <1713360224.5c201d13b3490c36cc54063173a4102538da8f30.mgorny@gentoo> (raw)

commit:     5c201d13b3490c36cc54063173a4102538da8f30
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 17 13:07:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 13:23:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c201d13

dev-python/pyproject-metadata: Bump to 0.8.0_rc2

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pyproject-metadata/Manifest             |  1 +
 .../pyproject-metadata-0.8.0_rc2.ebuild            | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pyproject-metadata/Manifest b/dev-python/pyproject-metadata/Manifest
index 15eebe5b4dc9..e25aa03172a9 100644
--- a/dev-python/pyproject-metadata/Manifest
+++ b/dev-python/pyproject-metadata/Manifest
@@ -1,2 +1,3 @@
 DIST pyproject-metadata-0.7.1.gh.tar.gz 14138 BLAKE2B 901e0b0b07d035ee220cfdba840a2b05ec1b1dfa3184ab614621c462b049bdbe484aa2d9abc42a54964c163d360028a00ff1db2c502504d11fb6d2837bd60552 SHA512 a4cb97b6646b765016f047f8d3da388ab758dbf8acf5a8ee6ccb017c764a90c069e04effbef21f878be7f4b01a5090f24252372300ce7e3a0410a6eea5d98b66
 DIST pyproject_metadata-0.8.0rc1.tar.gz 14781 BLAKE2B 38489f2b927ac3e65221be56b76dc8742c366776e26edddb29b7dd3e916d6ff342a6e48ac32a1718aecd81b1661cde8dac2c3f474d0de7780b77808c4927ef23 SHA512 d7280eb3537a6a497f09b75edd1c1fe2be8f1d8e0f7289c880e6b73020e73f1b7a8999e9787d88373dbe553d3b5fca054f06a1fac3651c25100bf83b367ec390
+DIST pyproject_metadata-0.8.0rc2.tar.gz 14865 BLAKE2B cba92b62020ac139f71cb5cec60f50153ce10ff4d3c3d1609a41881dc26036c2b0df51bbd77ed732e820ef42ea03d1a9f0d3d8f299b06cdbdf13ebfbc935eb0f SHA512 7c11f089e6061d7f75dde27ba04695d363f1ed2063e8b11ac508c3b587e76a5b4c50aa4ebbfdf9ab524b75986edb1562ed27526c352eba54c5981e70c165fa0d

diff --git a/dev-python/pyproject-metadata/pyproject-metadata-0.8.0_rc2.ebuild b/dev-python/pyproject-metadata/pyproject-metadata-0.8.0_rc2.ebuild
new file mode 100644
index 000000000000..2115e63ad7e0
--- /dev/null
+++ b/dev-python/pyproject-metadata/pyproject-metadata-0.8.0_rc2.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..12} 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 ~ia64 ~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


             reply	other threads:[~2024-04-17 13:23 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-17 13:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-09  9:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/pyproject-metadata/ Sam James
2024-10-26 11:52 Michał Górny
2024-10-23  6:16 Michał Górny
2024-10-22  3:10 Michał Górny
2024-10-12  7:28 Michał Górny
2024-10-08  3:00 Michał Górny
2024-10-05  4:58 Michał Górny
2024-10-01  4:24 Michał Górny
2024-09-28  7:42 Michał Górny
2024-09-28  7:42 Michał Górny
2024-09-21  7:41 Michał Górny
2024-09-14  6:03 Michał Górny
2024-09-13 13:47 Michał Górny
2024-06-13 10:31 Michał Górny
2024-06-13  5:18 Sam James
2024-06-13  5:18 Sam James
2024-05-13 18:45 Michał Górny
2024-05-04  9:48 Arthur Zamarin
2024-05-04  7:59 Arthur Zamarin
2024-05-04  7:55 Arthur Zamarin
2024-05-04  7:47 Arthur Zamarin
2024-05-04  7:30 Sam James
2024-05-04  7:28 Arthur Zamarin
2024-05-04  7:28 Arthur Zamarin
2024-04-18  5:34 Michał Górny
2024-04-15 12:19 Michał Górny
2024-03-26 20:17 Ionen Wolkens
2023-08-24 21:42 James Le Cuirot
2023-08-24 18:09 Arthur Zamarin
2023-08-02  4:27 Sam James
2023-06-02 11:54 Arthur Zamarin
2023-03-04 14:44 Michał Górny
2023-03-04  7:24 Arthur Zamarin
2023-03-04  5:29 Arthur Zamarin
2023-03-03 19:38 Arthur Zamarin
2023-03-03 17:41 Arthur Zamarin
2023-03-03 17:27 Arthur Zamarin
2023-01-31  7:09 Michał Górny
2022-11-14  9:24 Arthur Zamarin
2022-11-14  3:46 Michał Górny
2022-11-12 16:31 Arthur Zamarin
2022-10-25  8:07 Sam James
2022-10-25  8:07 Sam James
2022-10-24  6:37 Agostino Sarubbo
2022-10-23  7:52 Agostino Sarubbo
2022-10-23  7:52 Agostino Sarubbo
2022-10-23  7:51 Agostino Sarubbo
2022-10-09 16:10 Sam James
2022-10-09 16:10 Sam James
2022-10-09  0:09 Sam James
2022-10-09  0:04 Sam James
2022-08-01 18:08 Arthur Zamarin
2022-07-31 17:12 Arthur Zamarin
2022-07-31 16:05 Jakov Smolić
2022-07-07  8:26 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1713360224.5c201d13b3490c36cc54063173a4102538da8f30.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox