diff options
| author | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-05 16:11:20 +0200 |
|---|---|---|
| committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-06-05 16:16:28 +0200 |
| commit | dea5e7b41dcb841e5fd945656926fead0b74ea1e (patch) | |
| tree | 3623d49ac62dace6305ec5ed102e21006bc718da /dev-python | |
| parent | 5d9f697b4270efc37c7c2f3b44e73f2ef2b4fbe5 (diff) | |
| download | gentoo-dea5e7b41dcb841e5fd945656926fead0b74ea1e.tar.gz gentoo-dea5e7b41dcb841e5fd945656926fead0b74ea1e.tar.bz2 gentoo-dea5e7b41dcb841e5fd945656926fead0b74ea1e.zip | |
dev-python/django-compressor: treeclean
Closes: https://bugs.gentoo.org/845702
Closes: https://bugs.gentoo.org/783609
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/django-compressor/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/django-compressor/django-compressor-2.4.1.ebuild | 29 | ||||
| -rw-r--r-- | dev-python/django-compressor/metadata.xml | 8 |
3 files changed, 0 insertions, 38 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> |
