aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klich <michal@michalklich.com>2015-06-14 16:46:42 +0100
committerMichael Klich <michal@michalklich.com>2015-06-14 16:46:42 +0100
commit2d85875b265b06ee479c9644a116f5e3401b5d90 (patch)
treeab89ee4e1abc75c99d53368c7557b07df06a380e
parentnew Manifest (diff)
downloadmklich-2d85875b265b06ee479c9644a116f5e3401b5d90.tar.gz
mklich-2d85875b265b06ee479c9644a116f5e3401b5d90.tar.bz2
mklich-2d85875b265b06ee479c9644a116f5e3401b5d90.zip
Change description, dependency cleanup
-rw-r--r--dev-python/bumpversion/bumpversion-0.5.3.ebuild5
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? (