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/dirty-equals/
Date: Sat, 31 Aug 2024 09:21:49 +0000 (UTC)	[thread overview]
Message-ID: <1725095828.01b82cd10411a06f68baefb2694c5a468ec5c48e.mgorny@gentoo> (raw)

commit:     01b82cd10411a06f68baefb2694c5a468ec5c48e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 09:17:08 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 09:17:08 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b82cd1

dev-python/dirty-equals: Remove old

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

 dev-python/dirty-equals/Manifest                  |  1 -
 dev-python/dirty-equals/dirty-equals-0.7.1.ebuild | 53 -----------------------
 2 files changed, 54 deletions(-)

diff --git a/dev-python/dirty-equals/Manifest b/dev-python/dirty-equals/Manifest
index e8967bc377b3..fe8aea7fde90 100644
--- a/dev-python/dirty-equals/Manifest
+++ b/dev-python/dirty-equals/Manifest
@@ -1,2 +1 @@
-DIST dirty-equals-0.7.1.gh.tar.gz 49000 BLAKE2B 06c9a7522f1dda95ff682dc9c28207b29754d11b4afe7eeacd5439a9ae9f34ce0a2f5724703129aa90b5577f36646deafa5428120e823502aae616d57b3d8f0d SHA512 c50a15e4cee77b3db1b07ef9f7d1eb5b3ab6bed6d914ac5c9e2982f8cf9432beaecb5fd7997d46a94f405e0c932ea5a8d72f1c1d4b6dda86161c22cc772ab4d7
 DIST dirty-equals-0.8.0.gh.tar.gz 50468 BLAKE2B 5d5c58807c0ef26db80895a26b5246a0305ab55389f95d7e13586cad2adc4edd17d24905fad5e462c2bafb59cad7453b55400e4576e0f845ec75d617405f67bb SHA512 8fc6ee0eefe700c89acf5b2181e502422835a89e8f0bb771b07133bda48b804f09b18e452919c8eb7d50e579b032732edad3e9ec150cd7bc7a33a4db77d9ab5c

diff --git a/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild b/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild
deleted file mode 100644
index 0d180b265c74..000000000000
--- a/dev-python/dirty-equals/dirty-equals-0.7.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Doing dirty (but extremely useful) things with equals"
-HOMEPAGE="
-	https://dirty-equals.helpmanual.io/
-	https://github.com/samuelcolvin/dirty-equals/
-	https://pypi.org/project/dirty-equals/
-"
-SRC_URI="
-	https://github.com/samuelcolvin/dirty-equals/archive/v${PV}.tar.gz
-		-> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-	>=dev-python/pytz-2021.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		dev-python/packaging[${PYTHON_USEDEP}]
-		>=dev-python/pydantic-2.4.2[${PYTHON_USEDEP}]
-		dev-python/pytest-mock[${PYTHON_USEDEP}]
-	)
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-	local EPYTEST_IGNORE=(
-		# require unpackaged pytest-examples
-		tests/test_docs.py
-	)
-
-	if ! has_version "dev-python/pydantic[${PYTHON_USEDEP}]"; then
-		EPYTEST_IGNORE+=(
-			tests/test_other.py
-		)
-	fi
-
-	local -x TZ=UTC
-	epytest "${args[@]}"
-}


             reply	other threads:[~2024-08-31  9:21 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-31  9:21 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 10:14 [gentoo-commits] repo/gentoo:master commit in: dev-python/dirty-equals/ Arthur Zamarin
2024-08-31  8:00 Arthur Zamarin
2024-08-14  6:05 Michał Górny
2024-06-28  5:23 Michał Górny
2024-05-15 17:54 Michał Górny
2023-12-02 10:24 Michał Górny
2023-12-02 10:24 Michał Górny
2023-12-02 10:14 Arthur Zamarin
2023-12-02 10:06 Michał Górny
2023-12-02 10:06 Michał Górny
2023-12-02  9:50 Michał Górny
2023-12-02  9:45 Arthur Zamarin
2023-12-02  9:38 Arthur Zamarin
2023-12-02  9:34 Michał Górny
2023-11-17  8:54 Jakov Smolić
2023-11-14 20:06 Michał Górny
2023-11-06 11:45 Michał Górny
2023-07-20 10:16 WANG Xuerui
2023-07-06 13:50 Michał Górny
2023-06-11 18:38 Jakov Smolić
2023-06-11 15:37 Sam James
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-30 18:37 Michał Górny
2023-05-30 18:37 Michał Górny
2023-05-26 20:26 Arthur Zamarin
2023-04-28  5:56 Michał Górny
2022-11-14  4:36 Michał Górny
2022-08-31  9:21 Michał Górny
2022-08-13 11:17 Arthur Zamarin
2022-06-24 11:40 Michał Górny
2022-06-09  2:43 Sam James
2022-05-16 13:17 Michał Górny
2022-05-15  8:43 Michał Górny
2022-05-01  7:30 Michał Górny
2022-04-25  6:29 Jakov Smolić
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:06 Arthur Zamarin
2022-04-24 18:04 Arthur Zamarin
2022-04-24  9:05 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=1725095828.01b82cd10411a06f68baefb2694c5a468ec5c48e.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