From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cache-url/
Date: Sat, 22 May 2021 18:18:21 +0000 (UTC) [thread overview]
Message-ID: <1621707492.712399d1423a0f6dd68842b30a57fb22d61f6793.mgorny@gentoo> (raw)
commit: 712399d1423a0f6dd68842b30a57fb22d61f6793
Author: Zamarin Arthur <arthurzam <AT> gmail <DOT> com>
AuthorDate: Sat May 22 10:12:46 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May 22 18:18:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712399d1
dev-python/django-cache-url: fix tests, bump to python 3.10
remove coverage tests
passes tests
Signed-off-by: Zamarin Arthur <arthurzam <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../django-cache-url/django-cache-url-3.2.3.ebuild | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild b/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
index 1116937c965..88aea34048d 100644
--- a/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
+++ b/dev-python/django-cache-url/django-cache-url-3.2.3.ebuild
@@ -1,22 +1,27 @@
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1 python-utils-r1
+inherit distutils-r1
EGIT_COMMIT="3480e70bb19eef22f4e1beeddd236f44414ac5ac"
DESCRIPTION="Use Cache URLs in your Django application"
HOMEPAGE="https://github.com/epicserve/django-cache-url"
SRC_URI="https://github.com/epicserve/django-cache-url/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
-IUSE=""
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
+
DOCS=( AUTHORS.rst CHANGELOG.rst README.rst )
+
distutils_enable_tests pytest
+
+python_prepare_all() {
+ sed -e '/--cov/d' -i setup.cfg || die
+ distutils-r1_python_prepare_all
+}
next reply other threads:[~2021-05-22 18:18 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-22 18:18 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 15:05 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-cache-url/ Sam James
2024-08-29 6:34 Jakov Smolić
2024-08-29 6:34 Jakov Smolić
2024-06-19 17:21 Michał Górny
2024-04-19 6:39 Ionen Wolkens
2024-04-18 16:17 Arthur Zamarin
2024-03-09 16:55 Andrew Ammerlaan
2023-12-20 15:49 Michał Górny
2023-12-20 15:47 Michał Górny
2023-12-05 4:32 Michał Górny
2023-10-22 6:55 Michał Górny
2023-01-12 6:14 Michał Górny
2023-01-11 21:40 Sam James
2022-12-12 15:33 Michał Górny
2022-07-15 7:21 Michał Górny
2022-07-14 20:05 Arthur Zamarin
2022-06-13 8:17 Michał Górny
2022-06-04 17:48 Michał Górny
2022-05-31 6:18 Michał Górny
2022-04-15 15:24 Arthur Zamarin
2022-04-15 15:23 Arthur Zamarin
2022-03-15 14:26 Michał Górny
2022-03-15 11:18 Michał Górny
2022-03-15 11:08 Jakov Smolić
2022-02-11 21:18 Michał Górny
2021-07-16 21:44 Sam James
2021-07-14 6:22 Agostino Sarubbo
2021-07-13 20:05 Sam James
2021-07-13 6:26 Agostino Sarubbo
2021-06-26 2:52 Sam James
2021-06-22 17:02 Marek Szuba
2021-06-14 6:39 Sergei Trofimovich
2021-06-14 6:37 Sergei Trofimovich
2021-06-09 14:43 Sergei Trofimovich
2021-06-08 11:42 Michał Górny
2021-04-09 21:24 Zac Medico
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=1621707492.712399d1423a0f6dd68842b30a57fb22d61f6793.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