summaryrefslogtreecommitdiff
path: root/dev-python/django-compressor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /dev-python/django-compressor
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'dev-python/django-compressor')
-rw-r--r--dev-python/django-compressor/Manifest3
-rw-r--r--dev-python/django-compressor/django-compressor-2.4.1.ebuild29
-rw-r--r--dev-python/django-compressor/metadata.xml8
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
deleted file mode 100644
index 96b55b3236f8..000000000000
--- a/dev-python/django-compressor/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST django_compressor-2.4.1.tar.gz 123800 BLAKE2B 455938c328c787e6ca48b3c413f005f9ba3cfc186587b821afb804c0de6259702060d4493e34f240bd721e547ce496a1b0de7a478eb8c9b7ac8e4ba49be755fa SHA512 d59fc8b97f9f87b26e53a9822a9b467df77449cc480a7145d7fedf020a85516dee6f3bc04519fc2e2b751134fb10ce4ddbd4ffe394b5817b973db8d90b9ccda7
-EBUILD django-compressor-2.4.1.ebuild 834 BLAKE2B 2bf9974093a1836d7c38d61a1079214511697c231b936bc14c69d677ee9df1aa27def5132f78301a300ddff0457713c70dff0870caa071e7a3294300e4e85755 SHA512 8942a0d99b74417475944c3167d04e2171c826fa765f9e17617428100d0b1db1ecddbc99048edf9daf0c4c94211423e107ca839a5591d7bd181e53cd7d180b6a
-MISC metadata.xml 246 BLAKE2B 97c2ea9df55e2fd808183ee96c223bbda2460c49adb8df7618a8af03b17280bfe32c1c2165118eefe0b3f308c5bf9f093e4370550f80ec26acd7a6514ad4e501 SHA512 80e98e51005c419fd1f60d258735f48691befda96630786f76a0b59f14be84114e6d7896d6f28641aa1b31ef95756c7822a84c2f2427eccbeb5592594918dd79
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>