alunduil    15/08/01 21:17:16

  Modified:             ChangeLog
  Added:                botocore-1.1.5.ebuild
  Log:
  add version 1.1.5
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
11A8217C!)

Revision  Changes    Path
1.2                  dev-python/botocore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/botocore/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   29 Jul 2015 18:51:40 -0000      1.1
+++ ChangeLog   1 Aug 2015 21:17:16 -0000       1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/botocore
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/botocore/ChangeLog,v 1.1 
2015/07/29 18:51:40 alunduil Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/botocore/ChangeLog,v 1.2 
2015/08/01 21:17:16 alunduil Exp $
+
+*botocore-1.1.5 (01 Aug 2015)
+
+  01 Aug 2015; Alex Brandt <alund...@gentoo.org> +botocore-1.1.5.ebuild:
+  add version 1.1.5
 
 *botocore-1.1.3 (29 Jul 2015)
 



1.1                  dev-python/botocore/botocore-1.1.5.ebuild

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

Index: botocore-1.1.5.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/botocore/botocore-1.1.5.ebuild,v 
1.1 2015/08/01 21:17:16 alunduil Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="Low-level, data-driven core of boto 3."
HOMEPAGE="https://github.com/boto/botocore";
SRC_URI="https://github.com/boto/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

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

CDEPEND="
        >=dev-python/docutils-0.10[${PYTHON_USEDEP}]
        ~dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
        >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
        <dev-python/python-dateutil-3.0.0[${PYTHON_USEDEP}]
"
DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]
        doc? (
                >=dev-python/guzzle_sphinx_theme-0.7.10[${PYTHON_USEDEP}]
                <dev-python/guzzle_sphinx_theme-0.8[${PYTHON_USEDEP}]
                >=dev-python/sphinx-1.1.3[${PYTHON_USEDEP}]
                <dev-python/sphinx-1.3[${PYTHON_USEDEP}]
        )
        test? (
                ${CDEPEND}
                dev-python/mock[${PYTHON_USEDEP}]
                dev-python/nose[${PYTHON_USEDEP}]
        )
"
RDEPEND="${CDEPEND}"

python_compile_all() {
        use doc && emake -C docs html
}

python_test() {
        nosetests tests/unit || die "tests failed under ${EPYTHON}"
}

python_install_all() {
        use doc && local HTML_DOCS=( docs/build/html/. )

        distutils-r1_python_install_all
}




Reply via email to