diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-16 21:17:10 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-16 21:23:51 -0700 |
commit | 3e594daa7dfb96d0a33bd713521fb125d785ea07 (patch) | |
tree | 4d27b6b5c60e158b583240ed01bde058e288b096 /dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild | |
parent | dev-lang/php: Version bump (diff) | |
download | gentoo-3e594daa7dfb96d0a33bd713521fb125d785ea07.tar.gz gentoo-3e594daa7dfb96d0a33bd713521fb125d785ea07.tar.bz2 gentoo-3e594daa7dfb96d0a33bd713521fb125d785ea07.zip |
dev-python/pytest-shutil: Fix descriptions
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild')
-rw-r--r-- | dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild b/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild index 13b1847ff9cc..88ce32a9dec9 100644 --- a/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild +++ b/dev-python/pytest-shutil/pytest-shutil-1.2.4.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5} ) inherit distutils-r1 -DESCRIPTION="Virtualenv fixture for py.test" +DESCRIPTION="A goodie-bag of unix shell and environment tools for py.test" HOMEPAGE="https://github.com/manahl/pytest-plugins https://pypi.python.org/pypi/pytest-shutil" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" |