prometheanfire    14/08/01 05:38:49

  Modified:             ChangeLog
  Added:                cliff-1.6.1.ebuild
  Removed:              cliff-1.4.ebuild cliff-1.4.5.ebuild
  Log:
  bup
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.11                 dev-python/cliff/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   6 Jul 2014 12:40:19 -0000       1.10
+++ ChangeLog   1 Aug 2014 05:38:48 -0000       1.11
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/cliff
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.10 
2014/07/06 12:40:19 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/ChangeLog,v 1.11 
2014/08/01 05:38:48 prometheanfire Exp $
+
+*cliff-1.6.1 (01 Aug 2014)
+
+  01 Aug 2014; Matthew Thode <[email protected]> +cliff-1.6.1.ebuild,
+  -cliff-1.4.5.ebuild, -cliff-1.4.ebuild:
+  bup
 
   06 Jul 2014; Michał Górny <[email protected]> cliff-1.4.5.ebuild,
   cliff-1.4.ebuild:



1.1                  dev-python/cliff/cliff-1.6.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.6.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/cliff/cliff-1.6.1.ebuild?rev=1.1&content-type=text/plain

Index: cliff-1.6.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cliff/cliff-1.6.1.ebuild,v 1.1 
2014/08/01 05:38:48 prometheanfire Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} )

inherit distutils-r1

DESCRIPTION="Command Line Interface Formulation Framework"
HOMEPAGE="https://github.com/dreamhost/cliff";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND=">=dev-python/cmd2-0.6.7[${PYTHON_USEDEP}]
                >=dev-python/prettytable-0.7[${PYTHON_USEDEP}]
                <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
                >=dev-python/pyparsing-2.0.1[${PYTHON_USEDEP}]
                >=dev-python/six-1.7.0[${PYTHON_USEDEP}]
                >=dev-python/stevedore-0.14[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
            >=dev-python/pbr-0.6[${PYTHON_USEDEP}]
                !~dev-python/pbr-0.7[${PYTHON_USEDEP}]
                <dev-python/pbr-1.0[${PYTHON_USEDEP}]
                test? (
                        dev-python/nose[${PYTHON_USEDEP}]
                        >=dev-python/mock-1.0[${PYTHON_USEDEP}]
                        >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
                )"

python_test() {
        nosetests tests || die "Tests fail with ${EPYTHON}"
}




Reply via email to