From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/
Date: Sun, 16 Jan 2022 17:53:16 +0000 (UTC) [thread overview]
Message-ID: <1642354915.6cb599698d9e2629c47f5553231e75506564548a.mgorny@gentoo> (raw)
commit: 6cb599698d9e2629c47f5553231e75506564548a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 12 22:59:20 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jan 16 17:41:55 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cb59969
dev-python/flit_core: Convert to PEP517 build
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/flit_core/flit_core-3.6.0-r2.ebuild | 33 ++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-python/flit_core/flit_core-3.6.0-r2.ebuild b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
new file mode 100644
index 000000000000..9c37301f443b
--- /dev/null
+++ b/dev-python/flit_core/flit_core-3.6.0-r2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Simplified packaging of Python modules (core module)"
+HOMEPAGE="
+ https://pypi.org/project/flit-core/
+ https://github.com/pypa/flit/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+ dev-python/tomli[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? ( dev-python/testpath[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ rm -r flit_core/vendor || die
+ sed -i -e 's:from \.vendor ::' flit_core/*.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2022-01-16 17:53 UTC|newest]
Thread overview: 59+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-16 17:53 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-16 3:50 [gentoo-commits] repo/gentoo:master commit in: dev-python/flit_core/ Michał Górny
2022-11-25 14:04 Michał Górny
2022-11-25 14:04 Michał Górny
2022-11-25 13:54 Arthur Zamarin
2022-11-05 20:35 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:31 Arthur Zamarin
2022-02-23 21:30 Michał Górny
2022-02-22 18:55 Michał Górny
2022-02-11 20:52 Arthur Zamarin
2022-02-11 20:51 Arthur Zamarin
2022-02-11 12:25 Sam James
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-10 11:43 Sam James
2022-02-10 10:45 Jakov Smolić
2022-02-10 10:45 Jakov Smolić
2022-01-31 0:57 Sam James
2022-01-26 11:32 Michał Górny
2022-01-26 10:51 Michał Górny
2022-01-17 5:33 Joshua Kinard
2022-01-16 23:16 James Le Cuirot
2022-01-16 18:39 Arthur Zamarin
2022-01-16 18:39 Arthur Zamarin
2022-01-16 18:39 Arthur Zamarin
2022-01-13 20:16 Michał Górny
2021-12-28 9:03 Michał Górny
2021-12-28 9:03 Michał Górny
2021-12-19 21:18 Michał Górny
2021-12-19 21:15 Michał Górny
2021-12-19 21:15 Michał Górny
2021-12-19 21:10 Arthur Zamarin
2021-12-19 21:07 Arthur Zamarin
2021-12-19 21:07 Arthur Zamarin
2021-12-19 21:07 Arthur Zamarin
2021-12-19 21:03 Arthur Zamarin
2021-11-23 22:05 Michał Górny
2021-11-19 11:39 Arthur Zamarin
2021-11-19 9:03 Michał Górny
2021-11-19 7:59 Arthur Zamarin
2021-11-18 10:50 Sam James
2021-11-15 16:29 Agostino Sarubbo
2021-10-24 4:51 Sam James
2021-10-24 2:27 Sam James
2021-10-24 0:19 Sam James
2021-10-17 8:23 Michał Górny
2021-10-11 7:56 Michał Górny
2021-10-10 20:43 Sam James
2021-10-10 2:20 Sam James
2021-10-10 0:09 Sam James
2021-10-09 20:19 Sam James
2021-09-24 22:48 Sam James
2021-08-01 9:39 Michał Górny
2021-05-24 19:42 Patrick McLean
2021-03-22 10:03 Michał Górny
2021-03-22 10:03 Michał Górny
2020-01-30 21:26 Michał Górny
2019-12-07 21:55 Patrick McLean
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=1642354915.6cb599698d9e2629c47f5553231e75506564548a.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