diff options
author | Justin Lecher <jlec@gentoo.org> | 2014-07-18 11:47:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2014-07-18 11:47:25 +0000 |
commit | 15647dbec4995a012eae69ef9bbeb35288d3f8cc (patch) | |
tree | ee0594a12763c2dbbe3334856342f99aa788bd63 /dev-python/docopt | |
parent | Stable for amd64 wrt bug #511060 (diff) | |
download | gentoo-2-15647dbec4995a012eae69ef9bbeb35288d3f8cc.tar.gz gentoo-2-15647dbec4995a012eae69ef9bbeb35288d3f8cc.tar.bz2 gentoo-2-15647dbec4995a012eae69ef9bbeb35288d3f8cc.zip |
dev-python/docopt: Test is not available in this version. Next release will have it
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python/docopt')
-rw-r--r-- | dev-python/docopt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/docopt/docopt-0.6.2.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-python/docopt/ChangeLog b/dev-python/docopt/ChangeLog index d5c89047717c..135721f78c39 100644 --- a/dev-python/docopt/ChangeLog +++ b/dev-python/docopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/docopt # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.3 2014/07/14 07:05:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/ChangeLog,v 1.4 2014/07/18 11:47:25 jlec Exp $ + + 18 Jul 2014; Justin Lecher <jlec@gentoo.org> docopt-0.6.2.ebuild: + Test is not available in this version. Next release will have it *docopt-0.6.2 (14 Jul 2014) diff --git a/dev-python/docopt/docopt-0.6.2.ebuild b/dev-python/docopt/docopt-0.6.2.ebuild index cec7f0bc9b60..620661245921 100644 --- a/dev-python/docopt/docopt-0.6.2.ebuild +++ b/dev-python/docopt/docopt-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/docopt-0.6.2.ebuild,v 1.1 2014/07/14 07:05:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/docopt/docopt-0.6.2.ebuild,v 1.2 2014/07/18 11:47:25 jlec Exp $ EAPI=5 @@ -25,6 +25,9 @@ DEPEND="${RDEPEND} test? ( dev-python/pytest[${PYTHON_USEDEP}] ) " +# not implemented in this version, git already has it +RESTRICT=test + python_test() { esetup.py test } |