diff options
author | 2021-12-26 00:09:41 +0000 | |
---|---|---|
committer | 2021-12-26 00:18:30 +0000 | |
commit | 02ee6336ff42f7d47134ca2c6ac2f448fdfc4c83 (patch) | |
tree | 69cd84853d99f90f79d3cf5b3d7aec17b7d2e71d /dev-python | |
parent | dev-python/django-picklefield: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-02ee6336ff42f7d47134ca2c6ac2f448fdfc4c83.tar.gz gentoo-02ee6336ff42f7d47134ca2c6ac2f448fdfc4c83.tar.bz2 gentoo-02ee6336ff42f7d47134ca2c6ac2f448fdfc4c83.zip |
dev-python/dogpile-cache: 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/dogpile-cache/dogpile-cache-1.1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild index f4e92b0d2c46..7e3b2d5389b6 100644 --- a/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild +++ b/dev-python/dogpile-cache/dogpile-cache-1.1.4.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 -DESCRIPTION="A locking API for expiring values while a single thread generates a new value." +DESCRIPTION="A locking API for expiring values while a single thread generates a new value" HOMEPAGE="https://github.com/sqlalchemy/dogpile.cache" SRC_URI="mirror://pypi/${PN:0:1}/dogpile.cache/dogpile.cache-${PV}.tar.gz" S="${WORKDIR}/dogpile.cache-${PV}" |