From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pep621/, dev-python/pep621/files/
Date: Sun, 12 Jun 2022 06:06:18 +0000 (UTC) [thread overview]
Message-ID: <1655013932.445f4455bcf7e82c0b6213f6beeef7ec8480ff3b.sam@gentoo> (raw)
commit: 445f4455bcf7e82c0b6213f6beeef7ec8480ff3b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 06:02:57 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 06:05:32 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445f4455
dev-python/pep621: add 0.5.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/pep621/Manifest | 1 +
.../files/pep621-0.5.0-no-install-tests.patch | 13 +++++++++++
dev-python/pep621/pep621-0.5.0.ebuild | 26 ++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-python/pep621/Manifest b/dev-python/pep621/Manifest
index 8330c1cf2523..dc67f098edcc 100644
--- a/dev-python/pep621/Manifest
+++ b/dev-python/pep621/Manifest
@@ -1 +1,2 @@
DIST pep621-0.4.0.gh.tar.gz 12772 BLAKE2B d2b725e8d36e4ea29d544b63a8d4ab3a155f9822b3087406460bf24982eeb7b6860c724cbbc885bc27d4a4cb9c0f1208a2dde074988984fe76a5ccce1d71812e SHA512 e48ba90ffd6c6bb548438a6372b614ccc5188e1523a32b876e47b4fd6e9e1eafb94509cb40c4e7dadd03d221c38d67b83fe202a6367b72af1afaa0ac1506bd43
+DIST pep621-0.5.0.gh.tar.gz 13816 BLAKE2B 8f5613c1279539116e99b6f319b687a08160360109e1ed71d5bc6c0434ee316ef7c0b7109d6769a03452a41c1b258765c849fe416b4632b4ba25990b6b3702aa SHA512 66cd447a01d0d01ab37611415bd620517600af667d7179a2696f763ae031c013393c8145ebd33f27b43629659333effa58596a02dfc5c217935c90475250b822
diff --git a/dev-python/pep621/files/pep621-0.5.0-no-install-tests.patch b/dev-python/pep621/files/pep621-0.5.0-no-install-tests.patch
new file mode 100644
index 000000000000..1a1591e4e402
--- /dev/null
+++ b/dev-python/pep621/files/pep621-0.5.0-no-install-tests.patch
@@ -0,0 +1,13 @@
+--- a/setup.cfg
++++ b/setup.cfg
+@@ -26,6 +26,10 @@ install_requires =
+ packaging>=19.0
+ python_requires = >=3.7
+
++[options.packages.find]
++exclude =
++ tests
++
+ [options.extras_require]
+ test =
+ pytest>=6.2.4
diff --git a/dev-python/pep621/pep621-0.5.0.ebuild b/dev-python/pep621/pep621-0.5.0.ebuild
new file mode 100644
index 000000000000..6a5392341f1f
--- /dev/null
+++ b/dev-python/pep621/pep621-0.5.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="PEP 621 metadata parsing"
+HOMEPAGE="https://pypi.org/project/pep621/ https://github.com/FFY00/python-pep621/"
+SRC_URI="https://github.com//FFY00/python-pep621/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
+S="${WORKDIR}"/python-pyproject-metadata-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/packaging[${PYTHON_USEDEP}]"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.5.0-no-install-tests.patch
+)
+
+distutils_enable_tests pytest
next reply other threads:[~2022-06-12 6:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-12 6:06 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-06-12 6:06 [gentoo-commits] repo/gentoo:master commit in: dev-python/pep621/, dev-python/pep621/files/ Sam James
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=1655013932.445f4455bcf7e82c0b6213f6beeef7ec8480ff3b.sam@gentoo \
--to=sam@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