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-tables2/
Date: Wed,  8 Feb 2023 06:27:20 +0000 (UTC)	[thread overview]
Message-ID: <1675837634.ef93f5d494217ebd3653dcc99e2a68c562048476.mgorny@gentoo> (raw)

commit:     ef93f5d494217ebd3653dcc99e2a68c562048476
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  8 05:36:59 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  8 06:27:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef93f5d4

dev-python/django-tables2: Bump to 2.5.2

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

 dev-python/django-tables2/Manifest                 |  1 +
 .../django-tables2/django-tables2-2.5.2.ebuild     | 52 ++++++++++++++++++++++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/django-tables2/Manifest b/dev-python/django-tables2/Manifest
index 3896786d758c..5b5c8d167dbf 100644
--- a/dev-python/django-tables2/Manifest
+++ b/dev-python/django-tables2/Manifest
@@ -1 +1,2 @@
 DIST django-tables2-2.5.1.gh.tar.gz 430778 BLAKE2B 7811880ec49a514b74252d32fbc59d800aaa34fb2bf4af5675d1c4555c7a52f9eb3ca67d8d940697146c07de1e42006c6d3880a53b31a386bd088aa6939b056f SHA512 baf955b255dcbcf09250cfdbb2dc1fb51f3f9142ad29bf4ca8888344d1bcbe9f23a59f1509cad7e847d82bb6d410a494ed9eae1d4d4ca633e7f0351e4a98839d
+DIST django-tables2-2.5.2.gh.tar.gz 430733 BLAKE2B 70aa25ca949e4244a089894a26e384d5fbdd77cc5f7b939c9fd594c70114dafd0b8134d8327d247c1272159f278c54c980a5363ad86c75af95b4ffed489468cb SHA512 0a3522cd7500e09bfbe1dd4ee102542f9e6361163195928b2d8ea301133b39aa8d417bba29b93a6166b79b744fd58889af8ae8eb49bcc2251c21dd8b9b64827e

diff --git a/dev-python/django-tables2/django-tables2-2.5.2.ebuild b/dev-python/django-tables2/django-tables2-2.5.2.ebuild
new file mode 100644
index 000000000000..823847d534f7
--- /dev/null
+++ b/dev-python/django-tables2/django-tables2-2.5.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Table/data-grid framework for Django"
+HOMEPAGE="
+	https://pypi.org/project/django-tables2/
+	https://github.com/jieter/django-tables2/
+"
+SRC_URI="
+	https://github.com/jieter/django-tables2/archive/v${PV}.tar.gz
+		-> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="BSD-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-python/django-3.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		${RDEPEND}
+		dev-python/django-filter[${PYTHON_USEDEP}]
+		dev-python/lxml[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+		dev-python/psycopg:2[${PYTHON_USEDEP}]
+		dev-python/pytz[${PYTHON_USEDEP}]
+	)
+"
+
+src_prepare() {
+	# these tests require tablib
+	rm tests/test_export.py tests/test_templatetags.py || die
+	# these tests require fudge
+	rm tests/test_config.py || die
+
+	distutils-r1_src_prepare
+}
+
+python_test() {
+	"${EPYTHON}" manage.py test -v 2 tests || die
+}


             reply	other threads:[~2023-02-08  6:27 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-08  6:27 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-03  5:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/django-tables2/ Michał Górny
2025-01-03  5:47 Michał Górny
2024-12-24 11:17 Michał Górny
2024-12-22  8:07 Michał Górny
2024-04-14 12:54 Michał Górny
2023-12-30 18:28 Michał Górny
2023-12-10 16:12 Michał Górny
2023-12-05 14:32 Michał Górny
2023-12-05  4:20 Michał Górny
2023-11-23 20:38 Arthur Zamarin
2023-07-24 11:31 Michał Górny
2023-06-28  5:06 Michał Górny
2023-03-06 14:05 Michał Górny
2023-01-27 13:14 Arthur Zamarin
2023-01-27 13:14 Arthur Zamarin
2023-01-27 13:14 Arthur Zamarin
2023-01-08 14:04 Michał Górny
2022-12-28  8:17 Michał Górny
2022-04-24 13:27 Jakov Smolić
2022-04-22 15:28 Michał Górny
2022-04-22  7:09 Michał Górny
2022-04-21 15:19 Michał Górny
2021-01-30 20:27 Conrad Kostecki
2021-01-30 20:27 Conrad Kostecki
2020-03-26 20:52 Michał Górny
2020-01-26 20:30 William Hubbs
2020-01-25 20:54 Michał Górny
2020-01-25 20:54 Michał Górny
2019-07-12 20:51 William Hubbs
2019-03-12 21:52 William Hubbs
2018-06-28 19:18 Pacho Ramos
2016-02-16 13:59 Justin Lecher
2016-01-27  9:26 Justin Lecher
2016-01-21  8:33 Justin Lecher
2016-01-07  9:28 Justin Lecher
2015-12-31 13:09 Justin Lecher
2015-12-17 16:28 Justin Lecher

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=1675837634.ef93f5d494217ebd3653dcc99e2a68c562048476.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