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/exceptiongroup/
Date: Sat,  4 May 2024 07:43:25 +0000 (UTC)	[thread overview]
Message-ID: <1714808590.4fe6587425541ec9710d09d2e136e47ecbdbd33d.mgorny@gentoo> (raw)

commit:     4fe6587425541ec9710d09d2e136e47ecbdbd33d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 07:39:46 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  4 07:43:10 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe65874

dev-python/exceptiongroup: Remove old

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

 dev-python/exceptiongroup/Manifest                 |  2 --
 .../exceptiongroup/exceptiongroup-1.1.3.ebuild     | 36 ----------------------
 .../exceptiongroup/exceptiongroup-1.2.0.ebuild     | 36 ----------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-python/exceptiongroup/Manifest b/dev-python/exceptiongroup/Manifest
index b2b16b9308e5..d9e4e61724b5 100644
--- a/dev-python/exceptiongroup/Manifest
+++ b/dev-python/exceptiongroup/Manifest
@@ -1,3 +1 @@
-DIST exceptiongroup-1.1.3.gh.tar.gz 24057 BLAKE2B c178152b92ac4079bb10614918d80f1b772f1d2c02e82fdbc19fc576c434df5f92d731116b46145ef3c3a3e57b4b899f6be11e2452a13170d27072b6b2ad74b5 SHA512 fddc52abb6b61c024c5832f6d2ed723a834c31e2bc713a3c5796581e8edbd3299d9342885cfcb5ed83ad7f7fdbb7c461ffcec354c0328a740a40d5340997d1c8
-DIST exceptiongroup-1.2.0.gh.tar.gz 27368 BLAKE2B 93ac3872fe9f9f0eab80b9e667308a8f1d06541dbfa19dda5bcbd7d9c7d6963872294b7549d88a10e0574e9db1aaa7bd39748e1237ac86e1f83dbb2ef89686d0 SHA512 eeac523fd338099dea66c5b2f7fcc070612746487be244deba8a1c731c1f23db24763dd9e35c28dfb9460b49c645f380e6858f998f95b9244dfb82f5549f159b
 DIST exceptiongroup-1.2.1.gh.tar.gz 28203 BLAKE2B 65068805670105246c84115a4030641eeff0384df01fc6b7ebd3215c7933908d8db8c8e272efd056b3f044110bf285d3fd477002e0db4c8f99f83bea71f28ce4 SHA512 6f1f29e017192f5881f28855692ad41fe781846b5daa082699350c8dd5990bc3aa54751e1776c620a3a48bf5a8d5bd9b4b50f09d848051b00ba19d825116e7a7

diff --git a/dev-python/exceptiongroup/exceptiongroup-1.1.3.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.1.3.ebuild
deleted file mode 100644
index c06238b9a508..000000000000
--- a/dev-python/exceptiongroup/exceptiongroup-1.1.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit_scm
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=${P/_}
-DESCRIPTION="Backport of PEP 654 (exception groups)"
-HOMEPAGE="
-	https://github.com/agronholm/exceptiongroup/
-	https://pypi.org/project/exceptiongroup/
-"
-# pypi sdist does not include tests as of 1.1.1
-# https://github.com/agronholm/exceptiongroup/pull/59
-SRC_URI="
-	https://github.com/agronholm/exceptiongroup/archive/${PV/_}.tar.gz
-		-> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT PSF-2.4"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_}
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}

diff --git a/dev-python/exceptiongroup/exceptiongroup-1.2.0.ebuild b/dev-python/exceptiongroup/exceptiongroup-1.2.0.ebuild
deleted file mode 100644
index c06238b9a508..000000000000
--- a/dev-python/exceptiongroup/exceptiongroup-1.2.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit_scm
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=${P/_}
-DESCRIPTION="Backport of PEP 654 (exception groups)"
-HOMEPAGE="
-	https://github.com/agronholm/exceptiongroup/
-	https://pypi.org/project/exceptiongroup/
-"
-# pypi sdist does not include tests as of 1.1.1
-# https://github.com/agronholm/exceptiongroup/pull/59
-SRC_URI="
-	https://github.com/agronholm/exceptiongroup/archive/${PV/_}.tar.gz
-		-> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT PSF-2.4"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV/_}
-
-python_test() {
-	local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-	epytest
-}


             reply	other threads:[~2024-05-04  7:45 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-04  7:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-27  7:19 [gentoo-commits] repo/gentoo:master commit in: dev-python/exceptiongroup/ Michał Górny
2024-07-27  7:09 Arthur Zamarin
2024-07-13  4:46 Michał Górny
2024-05-14 16:16 Michał Górny
2024-05-14 16:16 Michał Górny
2024-05-04  7:23 Arthur Zamarin
2024-04-19  2:44 Michał Górny
2023-12-09 13:48 Sam James
2023-11-21 19:05 Michał Górny
2023-09-17  4:44 Michał Górny
2023-09-16 22:58 Sam James
2023-08-14 14:55 Michał Górny
2023-08-05 15:21 Michał Górny
2023-08-05 15:11 Arthur Zamarin
2023-07-23  8:28 Michał Górny
2023-07-04  2:59 Michał Górny
2023-04-16 17:08 Michał Górny
2023-04-16 16:42 Arthur Zamarin
2023-03-13  5:12 Michał Górny
2023-01-26 19:11 Michał Górny
2023-01-26 18:39 Arthur Zamarin
2022-12-24  7:41 Michał Górny
2022-12-10  8:54 Michał Górny
2022-12-10  8:50 Arthur Zamarin
2022-11-24 12:00 WANG Xuerui
2022-11-17  6:15 Michał Górny
2022-11-15  7:27 Michał Górny
2022-11-14  3:59 Michał Górny
2022-11-04 18:06 Arthur Zamarin
2022-11-03 19:41 Arthur Zamarin
2022-11-03 19:30 Sam James
2022-11-03 19:29 Sam James
2022-11-03 19:28 Sam James
2022-11-03 19:22 Arthur Zamarin
2022-10-28  7:09 Michał Górny
2022-09-28 11:45 Andrew Ammerlaan
2022-09-26  7:31 Michał Górny
2022-07-30  9:51 Arthur Zamarin
2022-07-20 13:45 Agostino Sarubbo
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-07-19 20:26 Sam James
2022-06-30 18:06 Arthur Zamarin
2022-06-28 15:44 Arthur Zamarin
2022-06-23 22:33 James Le Cuirot
2022-06-22  6:53 Agostino Sarubbo
2022-06-22  5:50 Agostino Sarubbo
2022-06-20 17:46 Arthur Zamarin
2022-06-17  8:10 Arthur Zamarin
2022-06-16  8:05 Michał Górny
2022-06-14 21:30 Jakov Smolić
2022-06-14  8:15 Jakov Smolić
2022-06-13 21:50 Jakov Smolić
2022-06-13 21:33 Jakov Smolić
2022-06-13 21:33 Jakov Smolić
2022-06-13 10:07 Yixun Lan
2022-06-08  7:54 Michał Górny
2022-05-27  7:35 Michał Górny
2022-05-21  6:47 Michał Górny
2022-05-18  5:58 Michał Górny
2022-05-16 13:18 Michał Górny
2022-05-01  7:30 Michał Górny
2022-04-27 11:21 Jakov Smolić
2022-04-21 15:19 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=1714808590.4fe6587425541ec9710d09d2e136e47ecbdbd33d.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