aboutsummaryrefslogtreecommitdiff
path: root/dev-python/django-compressor
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django-compressor')
-rw-r--r--dev-python/django-compressor/Manifest1
-rw-r--r--dev-python/django-compressor/django-compressor-4.4.ebuild30
-rw-r--r--dev-python/django-compressor/metadata.xml18
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest
deleted file mode 100644
index 90a1474..0000000
--- a/dev-python/django-compressor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST django_compressor-4.4.tar.gz 422254 BLAKE2B ef6af4228067c66c522c38b54d672d21d275cbad2c11aad419388d57525da6cd2a6a4f3fe8c7e00cc1406926ee05534f71f438ea48275ba7913fd238306e3d7e SHA512 54a3443f8900aca89534bb792f6e1d7d46ec9cec81c2bb2e019ea2a0e861845805d187748cc12531209be25c3d9f5dd3cd0f019fb9f439c9b1e7ad2a5785c6c8
diff --git a/dev-python/django-compressor/django-compressor-4.4.ebuild b/dev-python/django-compressor/django-compressor-4.4.ebuild
deleted file mode 100644
index dd37128..0000000
--- a/dev-python/django-compressor/django-compressor-4.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Compresses linked and inline javascript or CSS into a single cached file"
-HOMEPAGE="
- https://github.com/django-compressor/django-compressor
- https://pypi.org/project/django-compressor/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-# Missing dependencies
-RESTRICT="test"
-
-RDEPEND="
- dev-python/django[${PYTHON_USEDEP}]
- dev-python/django-appconf[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs
diff --git a/dev-python/django-compressor/metadata.xml b/dev-python/django-compressor/metadata.xml
deleted file mode 100644
index d86ebd1..0000000
--- a/dev-python/django-compressor/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <name>Julien Roy</name>
- <email>julien@jroy.ca</email>
- </maintainer>
- <longdescription>
-Django Compressor processes, combines and minifies linked and inline Javascript or CSS in a Django template into cacheable static files.
-
-It supports compilers such as coffeescript, LESS and SASS and is extensible by custom processing steps.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/django-compressor/django-compressor/issues</bugs-to>
- <remote-id type="github">django-compressor/django-compressor</remote-id>
- <remote-id type="pypi">django-compressor</remote-id>
- </upstream>
-</pkgmetadata>