commit: dea5e7b41dcb841e5fd945656926fead0b74ea1e Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 14:11:20 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 14:16:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea5e7b4
dev-python/django-compressor: treeclean Closes: https://bugs.gentoo.org/845702 Closes: https://bugs.gentoo.org/783609 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> dev-python/django-compressor/Manifest | 1 - .../django-compressor-2.4.1.ebuild | 29 ---------------------- dev-python/django-compressor/metadata.xml | 8 ------ profiles/package.mask | 1 - 4 files changed, 39 deletions(-) diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest deleted file mode 100644 index 57e5e2304801..000000000000 --- a/dev-python/django-compressor/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST django_compressor-2.4.1.tar.gz 123800 BLAKE2B 455938c328c787e6ca48b3c413f005f9ba3cfc186587b821afb804c0de6259702060d4493e34f240bd721e547ce496a1b0de7a478eb8c9b7ac8e4ba49be755fa SHA512 d59fc8b97f9f87b26e53a9822a9b467df77449cc480a7145d7fedf020a85516dee6f3bc04519fc2e2b751134fb10ce4ddbd4ffe394b5817b973db8d90b9ccda7 diff --git a/dev-python/django-compressor/django-compressor-2.4.1.ebuild b/dev-python/django-compressor/django-compressor-2.4.1.ebuild deleted file mode 100644 index 11edcb4e0745..000000000000 --- a/dev-python/django-compressor/django-compressor-2.4.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) -inherit distutils-r1 - -DESCRIPTION="Compresses linked and inline JavaScript or CSS into single cached files" -HOMEPAGE="https://django-compressor.readthedocs.io/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/_}/${P/-/_}.tar.gz" -S="${WORKDIR}/${P/-/_}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -# missing test deps, package does not handle them gracefully, also seem -# broken or whatever -RESTRICT="test" - -RDEPEND="dev-python/django-appconf[${PYTHON_USEDEP}] - dev-python/rcssmin[${PYTHON_USEDEP}] - dev-python/rjsmin[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" - -python_test() { - django-admin.py test --settings=compressor.test_settings compressor || - die "Tests failed with ${EPYTHON}" -} diff --git a/dev-python/django-compressor/metadata.xml b/dev-python/django-compressor/metadata.xml deleted file mode 100644 index ef2705aa7567..000000000000 --- a/dev-python/django-compressor/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!--maintainer-needed--> - <upstream> - <remote-id type="pypi">django-compressor</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index c4d2df482fc0..64d40caa52ac 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -374,7 +374,6 @@ dev-python/robot-detection # if someone takes care of getting the tests working. # Removal on 2022-06-05. Bug #842888. dev-python/aiosmtpd -dev-python/django-compressor # Matt Turner <[email protected]> (2022-04-30) # Masked for testing. Apparently causes crashes. Bug #841857.
