summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-26 00:09:33 +0000
committerSam James <sam@gentoo.org>2021-12-26 00:18:29 +0000
commit19d222a74b1eb5fa6b77f319ee8458028356df32 (patch)
tree8f9deab3713bcddead2da433eb8f3915133fcac2 /dev-python
parentdev-python/django-appconf: drop trailing full stop from DESCRIPTION (diff)
downloadgentoo-19d222a74b1eb5fa6b77f319ee8458028356df32.tar.gz
gentoo-19d222a74b1eb5fa6b77f319ee8458028356df32.tar.bz2
gentoo-19d222a74b1eb5fa6b77f319ee8458028356df32.zip
dev-python/django-compressor: drop trailing full stop from DESCRIPTION
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-compressor/django-compressor-2.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-compressor/django-compressor-2.4.1.ebuild b/dev-python/django-compressor/django-compressor-2.4.1.ebuild
index 1d529ff01535..11edcb4e0745 100644
--- a/dev-python/django-compressor/django-compressor-2.4.1.ebuild
+++ b/dev-python/django-compressor/django-compressor-2.4.1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
-DESCRIPTION="Compresses linked and inline JavaScript or CSS into single cached files."
+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/-/_}"