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/boltons/
Date: Sat, 20 Apr 2024 11:23:35 +0000 (UTC)	[thread overview]
Message-ID: <1713611793.3c4cfe9172b4aced4035aa33eb51224b6a48e473.mgorny@gentoo> (raw)

commit:     3c4cfe9172b4aced4035aa33eb51224b6a48e473
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 11:16:33 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 11:16:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c4cfe91

dev-python/boltons: Remove old

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

 dev-python/boltons/Manifest              |  1 -
 dev-python/boltons/boltons-23.1.1.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-python/boltons/Manifest b/dev-python/boltons/Manifest
index 8e780c05c64d..087ee8e437c5 100644
--- a/dev-python/boltons/Manifest
+++ b/dev-python/boltons/Manifest
@@ -1,2 +1 @@
-DIST boltons-23.1.1.tar.gz 244629 BLAKE2B 458e40179e98cfa914d9f66de18f89b2e6192a7ef38e4c827466fd2eabfa05245a9e592f2d0ff570f0d2288039f6564dd931404de7119730d6e4dbe6a9ddd886 SHA512 bc07d46f08f4883cfbaa54cf27dfb53fba57538d7d98b846840efad5ade64fecc6f9cc5d7dd3271236a1e12111d9e537f847995f28df2d7779026e0939e4ca98
 DIST boltons-24.0.0.tar.gz 239550 BLAKE2B e7001b3aa04834f1d234ff7ce996cebd32293189cdf000c8b36719d24b51ab24098c58ad3df58e938a58f319a575b8a0f2f09cec423d33b876103b89ad7d85bb SHA512 afc7f9d495d91e38219378f9f4f287918d6e5b19feb1299c5f504cab1d4a3e0a5fb9fa1c073d46f941c86a18086af5be3a44506d986b010b2595da0c2b908b48

diff --git a/dev-python/boltons/boltons-23.1.1.ebuild b/dev-python/boltons/boltons-23.1.1.ebuild
deleted file mode 100644
index 9543983a139a..000000000000
--- a/dev-python/boltons/boltons-23.1.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pure-python utilities in the same spirit as the standard library"
-HOMEPAGE="https://boltons.readthedocs.io/"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-DOCS=( CHANGELOG.md README.md TODO.rst )
-
-python_test() {
-	local EPYTEST_DESELECT=(
-		# breaks on traceback text changes caused by e.g. pytest-qt noise
-		tests/test_tbutils.py::test_exception_info
-	)
-
-	epytest -p no:django
-}


             reply	other threads:[~2024-04-20 11:23 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-20 11:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-26  8:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/boltons/ Ionen Wolkens
2025-02-24 11:49 Jakov Smolić
2025-02-15 13:39 Michał Górny
2025-02-03  9:28 Ionen Wolkens
2024-11-16  8:22 Michał Górny
2024-11-16  8:19 Michał Górny
2024-11-02  6:32 Michał Górny
2024-08-25 18:38 Arthur Zamarin
2024-05-11 11:35 Ionen Wolkens
2024-05-10  4:26 Ionen Wolkens
2024-04-20 10:04 Sam James
2024-04-01  0:09 Ionen Wolkens
2023-11-30 19:42 Ionen Wolkens
2023-11-21 15:39 Sam James
2023-11-01  7:19 Ionen Wolkens
2023-07-20 10:16 WANG Xuerui
2023-06-11 15:04 Sam James
2023-06-11 15:04 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-06-11 13:32 Sam James
2023-05-25  4:16 Ionen Wolkens
2023-05-23 15:16 Arthur Zamarin
2023-03-16 18:13 Michał Górny
2023-03-09 20:13 Ionen Wolkens
2023-02-20  9:38 Ionen Wolkens
2022-10-04 19:58 Ionen Wolkens
2022-09-28 21:27 Sam James
2022-08-13 11:17 Arthur Zamarin
2022-07-01  5:05 Arthur Zamarin
2022-06-19 23:18 Yixun Lan
2022-06-19  9:15 Jakov Smolić
2022-06-18  9:31 Ionen Wolkens
2022-06-18  6:47 Michał Górny
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-06-02 15:07 Ionen Wolkens
2022-05-13 14:51 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-12-16 19:11 Ionen Wolkens
2021-11-30  8:22 Arthur Zamarin

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=1713611793.3c4cfe9172b4aced4035aa33eb51224b6a48e473.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