diff options
author | Julien Roy <julien@jroy.ca> | 2024-11-23 12:41:56 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-11-23 12:41:56 -0500 |
commit | 7da8f181dcec40d4d142a0a6392a4ac9b3efae27 (patch) | |
tree | ef60de222051f4d19f23c6692cc3a0dae5ec4880 /dev-python | |
parent | 1f312856e54bb3b32f67d2372c822d876d8117c9 (diff) | |
download | wger-overlay-7da8f181dcec40d4d142a0a6392a4ac9b3efae27.tar.gz wger-overlay-7da8f181dcec40d4d142a0a6392a4ac9b3efae27.tar.bz2 wger-overlay-7da8f181dcec40d4d142a0a6392a4ac9b3efae27.zip |
dev-python/django-compressor: new package, add 4.5.1
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-compressor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-compressor/django-compressor-4.5.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/django-compressor/metadata.xml | 18 |
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest new file mode 100644 index 0000000..cf4d25e --- /dev/null +++ b/dev-python/django-compressor/Manifest @@ -0,0 +1 @@ +DIST django_compressor-4.5.1.tar.gz 124734 BLAKE2B 007ab83b7dc0edc92eb4e5c95ecce4e5b1ebf09aa0f84df51b8c4721ead55343a992920eccedf8cd373517a9041ff4b11f99a44425537b07eb473ffb90833b13 SHA512 696e032de9c6cd39a924e28e98a476f49fc25629ec1f1d446d78e6be93695435a9cf1b3222807dd6644efd19955c2252648105bacc207b2ee5c00a6338e7046a diff --git a/dev-python/django-compressor/django-compressor-4.5.1.ebuild b/dev-python/django-compressor/django-compressor-4.5.1.ebuild new file mode 100644 index 0000000..6cb1aec --- /dev/null +++ b/dev-python/django-compressor/django-compressor-4.5.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} ) +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 new file mode 100644 index 0000000..d86ebd1 --- /dev/null +++ b/dev-python/django-compressor/metadata.xml @@ -0,0 +1,18 @@ +<?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> |