diff options
author | Michael Klich <michal@michalklich.com> | 2015-06-14 16:46:42 +0100 |
---|---|---|
committer | Michael Klich <michal@michalklich.com> | 2015-06-14 16:46:42 +0100 |
commit | 2d85875b265b06ee479c9644a116f5e3401b5d90 (patch) | |
tree | ab89ee4e1abc75c99d53368c7557b07df06a380e /dev-python | |
parent | new Manifest (diff) | |
download | mklich-2d85875b265b06ee479c9644a116f5e3401b5d90.tar.gz mklich-2d85875b265b06ee479c9644a116f5e3401b5d90.tar.bz2 mklich-2d85875b265b06ee479c9644a116f5e3401b5d90.zip |
Change description, dependency cleanup
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bumpversion/bumpversion-0.5.3.ebuild | 5 |
1 files 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? ( |