commit:     f319e4b6736df25424abe3cabc96e0869c1b0512
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  3 05:19:08 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jan  3 05:46:56 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f319e4b6

dev-python/django-tables2: Remove old

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

 dev-python/django-tables2/Manifest                 |  2 -
 .../django-tables2/django-tables2-2.7.0.ebuild     | 55 ----------------------
 .../django-tables2/django-tables2-2.7.1.ebuild     | 49 -------------------
 3 files changed, 106 deletions(-)

diff --git a/dev-python/django-tables2/Manifest 
b/dev-python/django-tables2/Manifest
index a9e0cae3448b..2487a846a3d3 100644
--- a/dev-python/django-tables2/Manifest
+++ b/dev-python/django-tables2/Manifest
@@ -1,3 +1 @@
-DIST django-tables2-2.7.0.gh.tar.gz 431811 BLAKE2B 
2a6a9d74fa50bab049b9b85fc4a2d39b5a54b0fbbcd51f86f2b196e51bd1a1ef36ccc032db13f7cde4f836419a2d92248571b4fb985a8aefb3be2bb740856a2b
 SHA512 
9666dad152d995ef7772881ace4bb83fc41aca1675e0cc116791e4fbfb970de600bd8cc2310b5694558b11e479dea2fc84584a669f6a8127a4bb0a354d24e39a
-DIST django-tables2-2.7.1.gh.tar.gz 432168 BLAKE2B 
b23940aaa6c0bade140d9342179ed776e413ac081ae25f4f0a73a9ac2613f7e8bef8e672fc9fcaedbff56268aca0616a19304d0ce79f93961be67e465ea548eb
 SHA512 
74d74f987c8b8347e505c3672e08b37ec5b5a1865a7ff6f394ff4ab5a2f2410356207466994bbe03e20f5c4340f0b212e7b40f95038f47df36760f7256e126ca
 DIST django-tables2-2.7.4.gh.tar.gz 432112 BLAKE2B 
9327506570115f8bfdce95a753327d3ce94d6b9b03c250ee141c368fb872c0778f6b194aae9518abcdf8c3e53ea522ee7690ab86460694a86624d1d2572b0f98
 SHA512 
19437869dabf5376eb243aa6529c3e70b4448248c021d3bf8e64865bcdac0d21c5fbc91e5fb0891ee449c04c735f84a68916e15ce3149f3a4d7c05b4866ba705

diff --git a/dev-python/django-tables2/django-tables2-2.7.0.ebuild 
b/dev-python/django-tables2/django-tables2-2.7.0.ebuild
deleted file mode 100644
index e4c4723a2f79..000000000000
--- a/dev-python/django-tables2/django-tables2-2.7.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~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/django-4.2[${PYTHON_USEDEP}]
-                               dev-python/psycopg:*[${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
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       "${EPYTHON}" manage.py test -v 2 tests || die
-}

diff --git a/dev-python/django-tables2/django-tables2-2.7.1.ebuild 
b/dev-python/django-tables2/django-tables2-2.7.1.ebuild
deleted file mode 100644
index c80c20d6b99a..000000000000
--- a/dev-python/django-tables2/django-tables2-2.7.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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
-"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-python/django-4.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-       test? (
-               ${RDEPEND}
-               dev-python/django-filter[${PYTHON_USEDEP}]
-               dev-python/lxml[${PYTHON_USEDEP}]
-               dev-python/psycopg:*[${PYTHON_USEDEP}]
-               dev-python/pytz[${PYTHON_USEDEP}]
-       )
-"
-
-src_prepare() {
-       # these tests require tablib
-       rm tests/test_export.py tests/test_templatetags.py || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       "${EPYTHON}" manage.py test -v 2 tests || die
-}

Reply via email to