diff options
author | 2021-12-26 00:09:33 +0000 | |
---|---|---|
committer | 2021-12-26 00:18:29 +0000 | |
commit | 19d222a74b1eb5fa6b77f319ee8458028356df32 (patch) | |
tree | 8f9deab3713bcddead2da433eb8f3915133fcac2 /dev-python | |
parent | dev-python/django-appconf: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-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.ebuild | 2 |
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/-/_}" |