* [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy-extensions/
@ 2025-05-31 17:59 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-05-31 17:59 UTC (permalink / raw
To: gentoo-commits
commit: cad3d4baa7503cb3de133080c88aafc2f3d3e31b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 31 17:29:33 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 31 17:59:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cad3d4ba
dev-python/mypy-extensions: disable py3.10, pypy3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild b/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
index 6c87b522f87b..e3bf66e1c69c 100644
--- a/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
+++ b/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_COMPAT=( python3_{11..13} pypy3_11 )
DISTUTILS_USE_PEP517=flit
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy-extensions/
@ 2025-05-10 11:59 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-05-10 11:59 UTC (permalink / raw
To: gentoo-commits
commit: 10dbc5aba3607e693b1f58f1023ee52e759904ca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 11:51:45 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 10 11:51:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10dbc5ab
dev-python/mypy-extensions: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mypy-extensions/Manifest | 1 -
.../mypy-extensions/mypy-extensions-1.0.0.ebuild | 31 ----------------------
2 files changed, 32 deletions(-)
diff --git a/dev-python/mypy-extensions/Manifest b/dev-python/mypy-extensions/Manifest
index eb02687d626c..41bba785f3b5 100644
--- a/dev-python/mypy-extensions/Manifest
+++ b/dev-python/mypy-extensions/Manifest
@@ -1,2 +1 @@
-DIST mypy_extensions-1.0.0.gh.tar.gz 6097 BLAKE2B 099616ee0bacad62d9ce642c3adb1eebe27546f7c567d1e0fa6ec04d9e6cbcda2966fff9769940cfda8b7d6cc9f33100af9d6f416ab2def26079668a16c354b3 SHA512 ac89a9f60a2c3df3457d5a6ab7ed47b72dd173646ef57f1450556051617e62046405a69fadeb40d2c24e68ce6ffed56d9182365e3203477facdc935e1a807847
DIST mypy_extensions-1.1.0.gh.tar.gz 6853 BLAKE2B 05c7b9b6ccc873d11642057e8c5c16cc4f7a5ad597a2e90f8d540e4875f01bd4e665929cb0f3294aaac3b0720b4ca3c9697e5676ad42e8e59f1111dfe304d9e1 SHA512 f31428ae3315675c7789eba1a92081a2155babc6d2b229482c2d2f2891e9bb50a182a589adaa5b2afee8c2d08c170946ba3eb3b4f76d219be92ba1876eff4b36
diff --git a/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild b/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
deleted file mode 100644
index 819aa076488d..000000000000
--- a/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-MY_P=mypy_extensions-${PV}
-DESCRIPTION="Type system extensions for programs checked with mypy"
-HOMEPAGE="
- https://www.mypy-lang.org/
- https://github.com/python/mypy_extensions/
-"
-SRC_URI="
- https://github.com/python/mypy_extensions/archive/${PV}.tar.gz
- -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
- epytest tests/*.py
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy-extensions/
@ 2025-05-10 11:04 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2025-05-10 11:04 UTC (permalink / raw
To: gentoo-commits
commit: 115c9bca06ebd0fb1969593fa41435551001f1a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 10 11:03:01 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 10 11:03:01 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115c9bca
dev-python/mypy-extensions: Stabilize 1.1.0 ALLARCHES, #955730
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild b/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
index 6df962d93969..6c87b522f87b 100644
--- a/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
+++ b/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy-extensions/
@ 2025-04-23 5:35 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-04-23 5:35 UTC (permalink / raw
To: gentoo-commits
commit: 39c015d3e41b3bdf00db9082e60a71724fb9a3f8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 05:09:38 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 05:22:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39c015d3
dev-python/mypy-extensions: Bump to 1.1.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mypy-extensions/Manifest | 1 +
.../mypy-extensions/mypy-extensions-1.1.0.ebuild | 31 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-python/mypy-extensions/Manifest b/dev-python/mypy-extensions/Manifest
index edb1536892fa..eb02687d626c 100644
--- a/dev-python/mypy-extensions/Manifest
+++ b/dev-python/mypy-extensions/Manifest
@@ -1 +1,2 @@
DIST mypy_extensions-1.0.0.gh.tar.gz 6097 BLAKE2B 099616ee0bacad62d9ce642c3adb1eebe27546f7c567d1e0fa6ec04d9e6cbcda2966fff9769940cfda8b7d6cc9f33100af9d6f416ab2def26079668a16c354b3 SHA512 ac89a9f60a2c3df3457d5a6ab7ed47b72dd173646ef57f1450556051617e62046405a69fadeb40d2c24e68ce6ffed56d9182365e3203477facdc935e1a807847
+DIST mypy_extensions-1.1.0.gh.tar.gz 6853 BLAKE2B 05c7b9b6ccc873d11642057e8c5c16cc4f7a5ad597a2e90f8d540e4875f01bd4e665929cb0f3294aaac3b0720b4ca3c9697e5676ad42e8e59f1111dfe304d9e1 SHA512 f31428ae3315675c7789eba1a92081a2155babc6d2b229482c2d2f2891e9bb50a182a589adaa5b2afee8c2d08c170946ba3eb3b4f76d219be92ba1876eff4b36
diff --git a/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild b/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
new file mode 100644
index 000000000000..6df962d93969
--- /dev/null
+++ b/dev-python/mypy-extensions/mypy-extensions-1.1.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
+DISTUTILS_USE_PEP517=flit
+
+inherit distutils-r1
+
+MY_P=mypy_extensions-${PV}
+DESCRIPTION="Type system extensions for programs checked with mypy"
+HOMEPAGE="
+ https://www.mypy-lang.org/
+ https://github.com/python/mypy_extensions/
+"
+SRC_URI="
+ https://github.com/python/mypy_extensions/archive/${PV}.tar.gz
+ -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+distutils_enable_tests pytest
+
+python_test() {
+ epytest tests/*.py
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy-extensions/
@ 2025-02-16 18:44 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2025-02-16 18:44 UTC (permalink / raw
To: gentoo-commits
commit: 13d6308cf2f6a560df6a63451c4409097e159e89
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 16:14:58 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 18:44:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d6308c
dev-python/mypy-extensions: Enable pypy3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild b/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
index 2b15fcda1737..819aa076488d 100644
--- a/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
+++ b/dev-python/mypy-extensions/mypy-extensions-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-05-31 17:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-31 17:59 [gentoo-commits] repo/gentoo:master commit in: dev-python/mypy-extensions/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-05-10 11:59 Michał Górny
2025-05-10 11:04 Sam James
2025-04-23 5:35 Michał Górny
2025-02-16 18:44 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox