From: "Arthur Zamarin" <arthurzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pep517/
Date: Sat, 30 Jul 2022 09:32:53 +0000 (UTC) [thread overview]
Message-ID: <1659173564.355b7a82a996a32e43facb8416026019bc48d6ee.arthurzam@gentoo> (raw)
commit: 355b7a82a996a32e43facb8416026019bc48d6ee
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 08:31:12 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 09:32:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=355b7a82
dev-python/pep517: add 0.13.0
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/pep517/Manifest | 1 +
dev-python/pep517/pep517-0.13.0.ebuild | 45 ++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/pep517/Manifest b/dev-python/pep517/Manifest
index a7c369ebdc32..463cb98685b7 100644
--- a/dev-python/pep517/Manifest
+++ b/dev-python/pep517/Manifest
@@ -1 +1,2 @@
DIST pep517-0.12.0.gh.tar.gz 24726 BLAKE2B 7d022ab88c68b7254df5d922db2f571e2bab2ee58b8a2ed0ce1adeadf89f22f11f6a609b558133acfed5342a9cf6a398d805949bdfb485a4abf272e2b9322e05 SHA512 6b224759733c1f5e346909788233b0acf49c60a0b6ef2d99d953b2e7bb570b2913fd0b133d5bc6884ec3de98adf2e41fa9506fed344b8fd76cc58dfcd1778e80
+DIST pep517-0.13.0.gh.tar.gz 23816 BLAKE2B d1bab5fe1a629384dcd264c0ea3d42d6b11de3530441de5de49516543630293b9a8023c8a55b291a7a415f8c90d4077f156cd036ed7fd477339d1210bfe47059 SHA512 dc534e73ea8659994041a39c8bfc92ee0a81b164c2d1ee383e3549d830f513fc89227d1bda3f749352532d0610e450de6b2be956aa4387f4b2f272d9f8aec0a0
diff --git a/dev-python/pep517/pep517-0.13.0.ebuild b/dev-python/pep517/pep517-0.13.0.ebuild
new file mode 100644
index 000000000000..80a7a6488acf
--- /dev/null
+++ b/dev-python/pep517/pep517-0.13.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Wrappers to build Python packages using PEP 517 hooks"
+HOMEPAGE="
+ https://pypi.org/project/pep517/
+ https://github.com/pypa/pep517/
+ https://pep517.readthedocs.io/
+"
+SRC_URI="
+ https://github.com/pypa/pep517/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ dev-python/testpath[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+ # require Internet
+ tests/test_meta.py
+)
+
+src_prepare() {
+ sed -i -e '/--flake8/d' pytest.ini || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2022-07-30 9:33 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-30 9:32 Arthur Zamarin [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-30 17:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/pep517/ Arthur Zamarin
2022-08-30 16:33 Arthur Zamarin
2022-05-10 18:06 Michał Górny
2022-02-27 18:58 Michał Górny
2022-02-27 12:29 Jakov Smolić
2022-02-05 20:32 Arthur Zamarin
2022-02-05 19:19 Arthur Zamarin
2022-02-05 19:19 Arthur Zamarin
2022-02-05 19:19 Arthur Zamarin
2022-02-04 9:29 Jakov Smolić
2022-02-04 7:28 Agostino Sarubbo
2022-02-04 7:27 Agostino Sarubbo
2022-02-04 7:22 Agostino Sarubbo
2022-01-27 9:21 Michał Górny
2022-01-14 23:51 Matt Turner
2022-01-10 5:54 Yixun Lan
2022-01-10 3:35 Joshua Kinard
2022-01-09 15:45 James Le Cuirot
2022-01-09 11:54 Arthur Zamarin
2022-01-09 11:23 Arthur Zamarin
2022-01-09 11:21 Arthur Zamarin
2022-01-09 11:17 Arthur Zamarin
2022-01-09 11:08 Arthur Zamarin
2022-01-09 11:08 Arthur Zamarin
2022-01-09 11:05 Arthur Zamarin
2022-01-09 11:05 Arthur Zamarin
2022-01-09 11:04 Arthur Zamarin
2021-11-09 14:01 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=1659173564.355b7a82a996a32e43facb8416026019bc48d6ee.arthurzam@gentoo \
--to=arthurzam@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