jlec 14/12/06 15:25:18
Modified: metadata.xml ChangeLog
google-api-python-client-1.1.ebuild
Added: google-api-python-client-1.3.1.ebuild
Log:
dev-python/google-api-python-client: Version Bump
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.2 dev-python/google-api-python-client/metadata.xml
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/metadata.xml?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/metadata.xml?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/metadata.xml?r1=1.1&r2=1.2
Index: metadata.xml
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml 27 Jun 2013 03:12:32 -0000 1.1
+++ metadata.xml 6 Dec 2014 15:25:18 -0000 1.2
@@ -1,9 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>[email protected]</email>
-<name>Robin H. Johnson</name>
-</maintainer>
+ <maintainer>
+ <email>[email protected]</email>
+ <name>Robin H. Johnson</name>
+ </maintainer>
</pkgmetadata>
-
1.6 dev-python/google-api-python-client/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/ChangeLog?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/ChangeLog?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 31 Mar 2014 21:01:18 -0000 1.5
+++ ChangeLog 6 Dec 2014 15:25:18 -0000 1.6
@@ -1,6 +1,13 @@
# ChangeLog for dev-python/google-api-python-client
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/ChangeLog,v 1.5
2014/03/31 21:01:18 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/ChangeLog,v 1.6
2014/12/06 15:25:18 jlec Exp $
+
+*google-api-python-client-1.3.1 (06 Dec 2014)
+
+ 06 Dec 2014; Justin Lecher <[email protected]>
+ google-api-python-client-1.1.ebuild, +google-api-python-client-1.3.1.ebuild,
+ metadata.xml:
+ Version Bump
31 Mar 2014; Michał Górny <[email protected]>
google-api-python-client-1.1.ebuild:
1.6
dev-python/google-api-python-client/google-api-python-client-1.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild?r1=1.5&r2=1.6
Index: google-api-python-client-1.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- google-api-python-client-1.1.ebuild 31 Mar 2014 21:01:18 -0000 1.5
+++ google-api-python-client-1.1.ebuild 6 Dec 2014 15:25:18 -0000 1.6
@@ -1,8 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild,v
1.5 2014/03/31 21:01:18 mgorny Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.1.ebuild,v
1.6 2014/12/06 15:25:18 jlec Exp $
EAPI=5
+
PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
inherit distutils-r1
@@ -16,8 +17,10 @@
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
-DEPEND="dev-python/python-gflags
- >=dev-python/httplib2-0.8
- dev-python/simplejson
- dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/python-gflags[${PYTHON_USEDEP}]
+ >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
+ dev-python/simplejson[${PYTHON_USEDEP}]
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ !dev-python/oauth2client[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
1.1
dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild?rev=1.1&content-type=text/plain
Index: google-api-python-client-1.3.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/google-api-python-client/google-api-python-client-1.3.1.ebuild,v
1.1 2014/12/06 15:25:18 jlec Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
DESCRIPTION="Google API Client for Python"
HOMEPAGE="http://code.google.com/p/google-api-python-client/
https://github.com/google/google-api-python-client"
SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="
dev-python/python-gflags[${PYTHON_USEDEP}]
>=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
dev-python/oauth2client[${PYTHON_USEDEP}]
dev-python/simplejson[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}"
python_prepare_all(){
export SKIP_GOOGLEAPICLIENT_COMPAT_CHECK=true
distutils-r1_python_prepare_all
}
python_test() {
nosetests --verbosity=3 || die
}