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/django-cacheops/
Date: Mon, 21 Apr 2025 04:28:19 +0000 (UTC)	[thread overview]
Message-ID: <1745209693.2fd6202fea6762383bc03c8d444d2be45e834e17.mgorny@gentoo> (raw)

commit:     2fd6202fea6762383bc03c8d444d2be45e834e17
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 21 04:07:47 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Apr 21 04:28:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd6202f

dev-python/django-cacheops: Remove old

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

 dev-python/django-cacheops/Manifest                |  1 -
 .../django-cacheops/django-cacheops-7.0.2.ebuild   | 71 ----------------------
 2 files changed, 72 deletions(-)

diff --git a/dev-python/django-cacheops/Manifest b/dev-python/django-cacheops/Manifest
index f660b95d25c6..44eaf8be012c 100644
--- a/dev-python/django-cacheops/Manifest
+++ b/dev-python/django-cacheops/Manifest
@@ -1,2 +1 @@
-DIST django-cacheops-7.0.2.tar.gz 71747 BLAKE2B ceb5a536b1ee25c2b25beb9bac4b193325d74b58f7abc6f8edf62a9327eeb25fe8fd68292d5887aa02655f14290e7430d18747ccd487a4f44cdad7fa991f458c SHA512 cd6ea11c54d0c49c52a912033b0ef5d1940c9f061b5a248b4238bf22efa17aefdc48c10a3724613401e9972226e0ad20cbd607b4b63812efc5ae78c35968b767
 DIST django_cacheops-7.1.tar.gz 72352 BLAKE2B c6a13d78a44238666c6d2bf11ba5ec1df5c1ecc0eada5c2f787ab0df2aa917488a28a42688acfb88af24b7d12836de6cff9dbb80d7c505873d13a46ee18809af SHA512 1254d9765e94382eab0c75fd24f3f152d28b0a4814a1af5ba15ca0989f6181432025b68068228b538bb11da240672c17a47418b98fbce519cc80c4725b570e08

diff --git a/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild b/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild
deleted file mode 100644
index 18874405b4db..000000000000
--- a/dev-python/django-cacheops/django-cacheops-7.0.2.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..13} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"
-HOMEPAGE="
-	https://github.com/Suor/django-cacheops/
-	https://pypi.org/project/django-cacheops/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-python/django-3.2[${PYTHON_USEDEP}]
-	>=dev-python/redis-2.9.1[${PYTHON_USEDEP}]
-	>=dev-python/funcy-1.8[${PYTHON_USEDEP}]
-	>=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	test? (
-		${RDEPEND}
-		dev-db/redis
-		dev-python/dill[${PYTHON_USEDEP}]
-		dev-python/mock[${PYTHON_USEDEP}]
-	)
-"
-
-src_prepare() {
-	# Remove test dependent on unpackaged before_after
-	sed -e 's/test_lock/_&/' -i tests/test_extras.py || die
-	# Remove upper bounds on dependencies
-	sed -i -e 's:,<[0-9]*::' setup.py || die
-	distutils-r1_src_prepare
-}
-
-python_test() {
-	local -x DJANGO_SETTINGS_MODULE=tests.settings
-	local -x PYTHONPATH=.
-	django-admin test -v 2 || die
-}
-
-src_test() {
-	local redis_pid="${T}"/redis.pid
-	local redis_port=6379
-
-	einfo "Spawning Redis"
-	einfo "NOTE: Port ${redis_port} must be free"
-	"${EPREFIX}"/usr/sbin/redis-server - <<-EOF || die
-		daemonize yes
-		pidfile ${redis_pid}
-		port ${redis_port}
-		bind 127.0.0.1
-	EOF
-
-	# Run the tests
-	distutils-r1_src_test
-
-	# Clean up afterwards
-	kill "$(<"${redis_pid}")" || die
-}


             reply	other threads:[~2025-04-21  4:29 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-21  4:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-21  4:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cacheops/ Michał Górny
2024-11-01  6:35 Michał Górny
2024-07-08 19:22 Michał Górny
2023-11-23 20:35 Arthur Zamarin
2023-10-25  7:43 Michał Górny
2023-07-28 15:58 Michał Górny
2023-07-24 11:31 Michał Górny
2023-05-11  6:34 Michał Górny
2023-04-06 15:38 Michał Górny
2023-03-15 18:34 Arthur Zamarin
2023-02-23  6:19 Michał Górny
2022-06-23  5:19 Sam James
2022-06-16  8:05 Michał Górny
2022-05-28  5:00 Michał Górny
2021-11-14  8:46 Michał Górny
2021-11-01 10:09 Arthur Zamarin
2021-11-01 10:09 Arthur Zamarin
2021-11-01 10:09 Arthur Zamarin
2021-11-01 10:09 Arthur Zamarin
2021-04-25 18:10 William Hubbs
2021-01-30 20:27 Conrad Kostecki
2021-01-30 20:27 Conrad Kostecki
2020-03-26 20:52 Michał Górny
2020-02-11 20:10 William Hubbs
2020-02-05  5:50 Michał Górny
2020-01-26 20:01 William Hubbs
2020-01-25 20:54 Michał Górny
2019-07-15 23:16 William Hubbs

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=1745209693.2fd6202fea6762383bc03c8d444d2be45e834e17.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