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/typing-extensions/
Date: Mon,  3 Jul 2023 04:15:42 +0000 (UTC)	[thread overview]
Message-ID: <1688357323.f04080234808f74dd866ffed8eed5771481c7f6b.mgorny@gentoo> (raw)

commit:     f04080234808f74dd866ffed8eed5771481c7f6b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 04:08:43 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 04:08:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0408023

dev-python/typing-extensions: Bump to 4.7.1

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

 dev-python/typing-extensions/Manifest              |  1 +
 .../typing-extensions-4.7.1.ebuild                 | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/typing-extensions/Manifest b/dev-python/typing-extensions/Manifest
index f3320bb3913e..cee96b74d80b 100644
--- a/dev-python/typing-extensions/Manifest
+++ b/dev-python/typing-extensions/Manifest
@@ -1,2 +1,3 @@
 DIST typing_extensions-4.6.3.gh.tar.gz 75114 BLAKE2B 2c6761d26de5ce4a09c2957e93225798d282dcbc5689921f72acd2ccc338e458e21b2b73884af4a329c65f1a7eed7898e13e87fdab7fce757b4927adcdb09770 SHA512 4c8dd4e1494ed504466f3188146059203f9ce37b8f2d9f70929c1bffa7e58bee87c3ef01162cedb55ba3fd048cec0da96cc4141b25ba76dc32c7d493a69efeab
 DIST typing_extensions-4.7.0.gh.tar.gz 84473 BLAKE2B 786a305e31a93ca70e964a42209f3e8f5574950054305b4bea077b0ba5452a478c10f2c8e6b2fbe13460d1f5e8fa12d1b6df18b2260ba62eeca7b3b7d7948715 SHA512 02c72581a197af989996f7d887919a6c91966d3c1d15a39dee9670a37b61e796c3aff7e544b01d9d2bd3932024a27054f03ccbe1a4b0370a310454bcebf904f3
+DIST typing_extensions-4.7.1.gh.tar.gz 84841 BLAKE2B 9b49b37c90b90775995d9d77b6b480eeab51b71a9af9474c0f43db021106ff02d0e4e882be04c114477ff2b386037c286e9de2d9cd2394bd4e1459ce7c6e1951 SHA512 948f6c5c9597f6cf7d77987d1a5dad9f15b4303f9d156de3d97abda0c55567b2649eb6df7ac36a07f9d6306103d81fd00a38b04b3b5c521ff2f8f153f9219fb1

diff --git a/dev-python/typing-extensions/typing-extensions-4.7.1.ebuild b/dev-python/typing-extensions/typing-extensions-4.7.1.ebuild
new file mode 100644
index 000000000000..df5b00b2ff74
--- /dev/null
+++ b/dev-python/typing-extensions/typing-extensions-4.7.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 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
+
+MY_P=${P/-/_}
+DESCRIPTION="Backported and Experimental Type Hints for Python 3.7+"
+HOMEPAGE="
+	https://pypi.org/project/typing-extensions/
+	https://github.com/python/typing_extensions/
+"
+SRC_URI="
+	https://github.com/python/typing_extensions/archive/${PV}.tar.gz
+		-> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+distutils_enable_tests unittest
+
+python_test() {
+	cd src || die
+	eunittest
+}


             reply	other threads:[~2023-07-03  4:15 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03  4:15 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-15  7:12 [gentoo-commits] repo/gentoo:master commit in: dev-python/typing-extensions/ Michał Górny
2024-10-14 12:42 Michał Górny
2024-06-22 15:01 Michał Górny
2024-06-22 13:48 Arthur Zamarin
2024-06-08  5:06 Michał Górny
2024-06-02  2:35 Michał Górny
2024-05-24  4:03 Michał Górny
2024-05-17  6:25 Michał Górny
2024-05-12 12:25 Michał Górny
2024-04-20  9:48 Michał Górny
2024-04-20  9:45 Michał Górny
2024-04-05 18:52 Michał Górny
2024-03-13 15:02 Michał Górny
2024-03-13 13:50 Arthur Zamarin
2024-02-26  4:35 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-10  6:45 Michał Górny
2023-10-24  5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-09-18 14:00 Michał Górny
2023-08-02 18:52 Michał Górny
2023-08-02 16:37 Sam James
2023-06-29  5:12 Michał Górny
2023-06-27 12:03 Michał Górny
2023-06-27  6:43 Sam James
2023-06-02  8:28 Michał Górny
2023-05-24  5:32 Michał Górny
2023-05-23 15:42 Michał Górny
2023-05-23  5:07 Michał Górny
2023-05-03  7:54 Fabian Groffen
2023-03-17 15:58 Michał Górny
2023-03-17 15:52 Arthur Zamarin
2023-02-16 20:28 Michał Górny
2023-02-16 17:22 Arthur Zamarin
2023-02-15  7:16 Michał Górny
2022-08-02 19:05 Michał Górny
2022-08-02 18:32 Arthur Zamarin
2022-07-02  4:55 Michał Górny
2022-05-31  7:22 Michał Górny
2022-05-31  7:07 Jakov Smolić
2022-05-11 10:04 Michał Górny
2022-04-18  8:19 Michał Górny
2022-02-27 18:52 Michał Górny
2022-02-14  8:32 Michał Górny
2022-02-13  9:29 Michał Górny
2022-01-27 10:02 Michał Górny
2021-12-27  5:05 Michał Górny
2021-12-27  2:58 Sam James
2021-12-26 23:44 Sam James
2021-12-26 23:13 Sam James
2021-12-15 18:17 Michał Górny
2021-12-15 17:26 Arthur Zamarin
2021-11-15 10:47 Michał Górny
2021-10-31 20:31 Michał Górny
2021-10-31 17:55 Sam James
2021-09-25 13:09 James Le Cuirot
2021-08-30 21:41 Michał Górny
2021-06-05 20:55 Michał Górny
2021-05-06 18:45 Michał Górny
2021-05-01 21:06 Michał Górny
2020-12-11 12:58 Michał Górny
2020-11-28  8:07 Sam James
2020-10-21 22:51 Michał Górny
2020-09-26 21:34 Sergei Trofimovich
2020-09-24  6:46 Agostino Sarubbo
2020-09-23 10:32 Agostino Sarubbo
2020-09-23 10:29 Agostino Sarubbo
2020-09-23 10:24 Agostino Sarubbo
2020-09-21  9:23 Sam James
2020-09-20 21:52 Thomas Deutschmann
2020-09-20 17:39 Sam James
2020-09-18 15:53 Michał Górny
2020-09-08 19:11 Michał Górny
2020-08-26 20:35 Patrick McLean
2020-07-27  5:41 Michał Górny
2020-03-29 10:13 Michał Górny
2019-11-30  0:44 Patrick McLean
2019-10-27 12:37 Mike Auty
2019-07-31 14:32 Mikle Kolyada
2019-07-31 14:32 Mikle Kolyada
2019-07-14 12:27 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=1688357323.f04080234808f74dd866ffed8eed5771481c7f6b.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