diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-25 15:54:13 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-25 15:54:13 -0400 |
commit | c154a4ff04c227572704ce4851cb3f8ed20df476 (patch) | |
tree | 75cb6372511fd1a96a49fb6b9da02cf5d6d85c3e | |
parent | 040e5fdd53890e2fb246f6f1df800bf1a5eefe02 (diff) | |
download | MrRoy-Overlay-c154a4ff04c227572704ce4851cb3f8ed20df476.tar.gz MrRoy-Overlay-c154a4ff04c227572704ce4851cb3f8ed20df476.tar.bz2 MrRoy-Overlay-c154a4ff04c227572704ce4851cb3f8ed20df476.zip |
dev-python/django-compressor: new package, add 4.4
Signed-off-by: Julien Roy <julien@jroy.ca>
-rw-r--r-- | dev-python/django-compressor/Manifest | 1 | ||||
-rw-r--r-- | dev-python/django-compressor/django-compressor-4.4.ebuild | 29 | ||||
-rw-r--r-- | dev-python/django-compressor/metadata.xml | 18 |
3 files changed, 48 insertions, 0 deletions
diff --git a/dev-python/django-compressor/Manifest b/dev-python/django-compressor/Manifest new file mode 100644 index 0000000..90a1474 --- /dev/null +++ b/dev-python/django-compressor/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..445cc21 --- /dev/null +++ b/dev-python/django-compressor/django-compressor-4.4.ebuild @@ -0,0 +1,29 @@ +# 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}] +" +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> |