commit: 7db22db9595ca4ae617dafd5664c5d371e43097c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 10:22:49 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 10:29:15 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7db22db9
dev-python/django-bootstrap5: Remove last-rited pkg Bug: https://bugs.gentoo.org/942776 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/django-bootstrap5/Manifest | 1 - .../django-bootstrap5-24.3-r3.ebuild | 37 ---------------------- dev-python/django-bootstrap5/metadata.xml | 12 ------- profiles/package.mask | 7 ---- 4 files changed, 57 deletions(-) diff --git a/dev-python/django-bootstrap5/Manifest b/dev-python/django-bootstrap5/Manifest deleted file mode 100644 index 964a86d48346..000000000000 --- a/dev-python/django-bootstrap5/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django_bootstrap5-24.3.tar.gz 54344 BLAKE2B a1a793266190eaccc44f683ce3a12ea9a6076d44498b477ba1ada5b8158bdbf4ca02fcd7db214eedb492ac1219cbf11a886107417f9571f64cb3dc68f433a8b0 SHA512 087ad0d79e1fcbd2a8506080e0d137c721572f322290969310265039ac19eee8d9e1909f421e5a4d3a6b10c669785fa9565d6d14fc7d1a31152f87f1677f2e8d diff --git a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild b/dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild deleted file mode 100644 index 805f9937e61a..000000000000 --- a/dev-python/django-bootstrap5/django-bootstrap5-24.3-r3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Bootstrap 5 for Django." -HOMEPAGE=" - https://pypi.org/project/django-bootstrap5/ -" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - dev-python/django[${PYTHON_USEDEP}] - dev-python/jinja2[${PYTHON_USEDEP}] -" -DEPEND="${RDEPEND}" -BDEPEND="test? ( sci-libs/gdal )" - -distutils_enable_tests pytest - -src_prepare() { - rm tests/test_urls.py || die - distutils-r1_src_prepare -} - -python_test() { - "${EPYTHON}" -m django test tests --settings tests.app.settings \ - || die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/django-bootstrap5/metadata.xml b/dev-python/django-bootstrap5/metadata.xml deleted file mode 100644 index c8ff0e4fe6bc..000000000000 --- a/dev-python/django-bootstrap5/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>tup...@gentoo.org</email> - <name>Tupone Alfredo</name> - </maintainer> - <stabilize-allarches/> - <upstream> - <remote-id type="pypi">django-bootstrap5</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index d2aed315afdd..3a7b6765cb5d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -282,13 +282,6 @@ dev-python/simplebayes # Removal on 2025-04-16. Bug #951492. dev-python/ssl-fetch -# Michał Górny <mgo...@gentoo.org> (2025-03-17) -# The package was broken from day one, assigned to python@ team -# and the actual maintainer has ignored the bug report from day one. -# No reverse dependencies. -# Removal on 2025-04-16. Bug #942776. -dev-python/django-bootstrap5 - # Sam James <s...@gentoo.org> (2025-03-07) # May cause emerge to hang (bug #950707). Tests hang on one machine # and another strange report upstream: https://github.com/pkgconf/pkgconf/issues/383.