alunduil    15/01/29 17:03:26

  Modified:             ChangeLog
  Added:                docker-py-0.6.0.ebuild
  Log:
  add version 0.6.0
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  Changes    Path
1.13                 dev-python/docker-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/docker-py/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Jan 2015 16:24:48 -0000      1.12
+++ ChangeLog   29 Jan 2015 17:03:25 -0000      1.13
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/docker-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/docker-py/ChangeLog,v 1.12 
2015/01/29 16:24:48 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/docker-py/ChangeLog,v 1.13 
2015/01/29 17:03:25 alunduil Exp $
+
+*docker-py-0.6.0 (29 Jan 2015)
+
+  29 Jan 2015; Alex Brandt <[email protected]> +docker-py-0.6.0.ebuild:
+  add version 0.6.0
 
 *docker-py-0.7.1 (29 Jan 2015)
 



1.1                  dev-python/docker-py/docker-py-0.6.0.ebuild

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

Index: docker-py-0.6.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/docker-py/docker-py-0.6.0.ebuild,v 1.1 
2015/01/29 17:03:25 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1

DESCRIPTION="Python client for Docker."
HOMEPAGE="https://github.com/docker/docker-py";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

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

DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( >=dev-python/mock-1.0.1[${PYTHON_USEDEP}] )
"
RDEPEND="
        >=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
        >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
        $(python_gen_cond_dep 
'>=dev-python/websocket-client-0.11.0[${PYTHON_USEDEP}]' python2_7)
"

python_test() {
        "${PYTHON}" tests/test.py || die "tests failed under ${EPYTHON}"
}




Reply via email to