diff options
author | Sam James <sam@gentoo.org> | 2021-12-26 00:10:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-26 00:18:44 +0000 |
commit | 65e44cd883b4b3b93187967238dbf5bfa705c45c (patch) | |
tree | a25f4bf2b1cc962ce44cc0071fd0e9de2fbbd8c0 /dev-python/pathspec | |
parent | dev-python/ovs: drop trailing full stop from DESCRIPTION (diff) | |
download | gentoo-65e44cd883b4b3b93187967238dbf5bfa705c45c.tar.gz gentoo-65e44cd883b4b3b93187967238dbf5bfa705c45c.tar.bz2 gentoo-65e44cd883b4b3b93187967238dbf5bfa705c45c.zip |
dev-python/pathspec: 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/pathspec')
-rw-r--r-- | dev-python/pathspec/pathspec-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pathspec/pathspec-0.9.0.ebuild b/dev-python/pathspec/pathspec-0.9.0.ebuild index e78e43609e48..6b68dee91963 100644 --- a/dev-python/pathspec/pathspec-0.9.0.ebuild +++ b/dev-python/pathspec/pathspec-0.9.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 -DESCRIPTION="Utility library for gitignore style pattern matching of file paths." +DESCRIPTION="Utility library for gitignore style pattern matching of file paths" HOMEPAGE="https://github.com/cpburnz/python-path-specification https://pypi.org/project/pathspec/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |