From 2d85875b265b06ee479c9644a116f5e3401b5d90 Mon Sep 17 00:00:00 2001 From: Michael Klich Date: Sun, 14 Jun 2015 16:46:42 +0100 Subject: Change description, dependency cleanup --- dev-python/bumpversion/bumpversion-0.5.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/bumpversion/bumpversion-0.5.3.ebuild b/dev-python/bumpversion/bumpversion-0.5.3.ebuild index d726b0d..60759ee 100644 --- a/dev-python/bumpversion/bumpversion-0.5.3.ebuild +++ b/dev-python/bumpversion/bumpversion-0.5.3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{2,3,4} pypy ) inherit distutils-r1 -DESCRIPTION="A command-line utility that creates projects from cookiecutters (project templates)" +DESCRIPTION="Version-bump your software with a single command!" HOMEPAGE="http://pypi.python.org/pypi/bumpversion https://github.com/peritus/bumpversion" # SRC_URI="https://github.com/peritus/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -20,8 +20,7 @@ SLOT="0" IUSE="doc test" # TODO: dependencies must have versions -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}]" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} doc? ( dev-python/sphinx[${PYTHON_USEDEP}] ) test? ( -- cgit v1.2.3-65-gdbad