diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:10:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:36 +0000 |
commit | 61b8cbd600846e3d46b91342bef04731c118177f (patch) | |
tree | 3734b9fe9eab5cc64c64675ece2bd884851d78e2 /dev-python/keystoneauth | |
parent | dev-python/jsonext: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-61b8cbd600846e3d46b91342bef04731c118177f.tar.gz gentoo-61b8cbd600846e3d46b91342bef04731c118177f.tar.bz2 gentoo-61b8cbd600846e3d46b91342bef04731c118177f.zip |
dev-python/keystoneauth: 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/keystoneauth')
-rw-r--r-- | dev-python/keystoneauth/keystoneauth-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild index 1ea4600cfbf7..b9dd7b905ece 100644 --- a/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild +++ b/dev-python/keystoneauth/keystoneauth-4.4.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud." +DESCRIPTION="This package contains tools for authenticating to an OpenStack-based cloud" HOMEPAGE="https://github.com/openstack/keystoneauth" SRC_URI="mirror://pypi/${PN:0:1}/${PN}1/${PN}1-${PV}.tar.gz" S="${WORKDIR}/${PN}1-${PV}" |