jlec        15/04/14 07:41:15

  Modified:             ChangeLog
  Added:                httplib2-0.9.1.ebuild
  Removed:              httplib2-0.7.6.ebuild
  Log:
  Version Bump; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.55                 dev-python/httplib2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog   2 Jan 2015 12:31:20 -0000       1.54
+++ ChangeLog   14 Apr 2015 07:41:15 -0000      1.55
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/httplib2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.54 
2015/01/02 12:31:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.55 
2015/04/14 07:41:15 jlec Exp $
+
+*httplib2-0.9.1 (14 Apr 2015)
+
+  14 Apr 2015; Justin Lecher <[email protected]> +httplib2-0.9.1.ebuild,
+  -httplib2-0.7.6.ebuild:
+  Version Bump; drop old
 
   02 Jan 2015; Agostino Sarubbo <[email protected]> httplib2-0.8.ebuild:
   Stable for sparc, wrt bug #531502



1.1                  dev-python/httplib2/httplib2-0.9.1.ebuild

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

Index: httplib2-0.9.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.9.1.ebuild,v 
1.1 2015/04/14 07:41:15 jlec Exp $

EAPI="5"

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )

inherit distutils-r1

DESCRIPTION="A comprehensive HTTP client library"
HOMEPAGE="http://pypi.python.org/pypi/httplib2 
https://github.com/jcgregorio/httplib2";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x64-macos"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

# tests connect to random remote sites
RESTRICT="test"

python_test() {
        if [[ ${EPYTHON} == python2.7 ]] ; then
                cd python2 || die
        else
                cd python3 || die
        fi

        "${PYTHON}" httplib2test.py || die
}




Reply via email to