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/flit_core/
Date: Tue, 22 Feb 2022 18:55:12 +0000 (UTC)	[thread overview]
Message-ID: <1645556107.386be4c0ab75ebdec2e3eb422bc823ae8f62d203.mgorny@gentoo> (raw)

commit:     386be4c0ab75ebdec2e3eb422bc823ae8f62d203
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 18:38:35 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 18:55:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=386be4c0

dev-python/flit_core: Bump to 3.7.0

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

 dev-python/flit_core/Manifest               |  1 +
 dev-python/flit_core/flit_core-3.7.0.ebuild | 34 +++++++++++++++++++++++++++++
 dev-python/flit_core/metadata.xml           |  2 +-
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-python/flit_core/Manifest b/dev-python/flit_core/Manifest
index 9ffb2d22f507..06578e6bafa7 100644
--- a/dev-python/flit_core/Manifest
+++ b/dev-python/flit_core/Manifest
@@ -1,2 +1,3 @@
 DIST flit_core-3.5.1.tar.gz 27497 BLAKE2B 0e47576a05afa306a17e0fe64bd48e4a141fa51df225365495692aeae1c693635f1ea13ba23fdd93543c9b152dcfc2424bd8101a544ad25be2c4561964a8a8bb SHA512 c83b5bd54ffdf2d7dbea340939cb5f0210ffd36aa0f61b02519837843ebbab206a2456a007f76cbae45c2133ef3d21949d1834083c8dddb505ed5bb127a5fdba
 DIST flit_core-3.6.0.tar.gz 37534 BLAKE2B 7450dcddc0719e17b79b82a07fbfee3116ea9eface5cba8f7d6fa27011f6b20822f8f5c02633ac75456b30327328ef60e05e15ca78a26935dfac5a66e2538a1e SHA512 6a217a6e7d8c4f81491314987ff1510f1cede233213982d9f7b2705ab5b1a7fb4b337ad9daa5ff824ed00034ba1d53215d56def86909240d49265e628ffb83b2
+DIST flit_core-3.7.0.tar.gz 39892 BLAKE2B 19521ea85d72986dc532618bc13bd646178c10caf012bdae7a5a1d6a45d233228aaa16ac1096170bf88074272078202fa340e1d4aa88dd998868c730209e3060 SHA512 13059aeda4694a110a8777ddf13458723cec6ab9f8eeeff6ed237e7a1c2c1873128553d33e605704ef7b5ffc9438087f0f5cf52d9c3208fedafcecbe5ebfa67c

diff --git a/dev-python/flit_core/flit_core-3.7.0.ebuild b/dev-python/flit_core/flit_core-3.7.0.ebuild
new file mode 100644
index 000000000000..5a8e37d303be
--- /dev/null
+++ b/dev-python/flit_core/flit_core-3.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+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
+}

diff --git a/dev-python/flit_core/metadata.xml b/dev-python/flit_core/metadata.xml
index 3f418d3bf441..450099f02c47 100644
--- a/dev-python/flit_core/metadata.xml
+++ b/dev-python/flit_core/metadata.xml
@@ -11,7 +11,7 @@
   </maintainer>
   <stabilize-allarches/>
   <upstream>
-    <remote-id type="pypi">flit-core</remote-id>
+    <remote-id type="pypi">flit_core</remote-id>
     <remote-id type="github">pypa/flit</remote-id>
   </upstream>
 </pkgmetadata>


             reply	other threads:[~2022-02-22 18:55 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-22 18:55 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-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-16 17:53 Michał Górny
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=1645556107.386be4c0ab75ebdec2e3eb422bc823ae8f62d203.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