idella4     14/06/04 01:15:21

  Modified:             ChangeLog
  Added:                tweepy-2.2.ebuild
  Log:
  bump
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.7                  dev-python/tweepy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog   21 May 2014 01:47:59 -0000      1.6
+++ ChangeLog   4 Jun 2014 01:15:21 -0000       1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/tweepy
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v 1.6 
2014/05/21 01:47:59 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v 1.7 
2014/06/04 01:15:21 idella4 Exp $
+
+*tweepy-2.2 (04 Jun 2014)
+
+  04 Jun 2014; Ian Delaney <[email protected]> +tweepy-2.2.ebuild:
+  bump
 
 *tweepy-2.1 (21 May 2014)
 



1.1                  dev-python/tweepy/tweepy-2.2.ebuild

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

Index: tweepy-2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/tweepy-2.2.ebuild,v 1.1 
2014/06/04 01:15:21 idella4 Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 pypy )

inherit distutils-r1 vcs-snapshot

DESCRIPTION="A Python library for accessing the Twitter API "
HOMEPAGE="http://tweepy.github.com/";
SRC_URI="https://github.com/tweepy/${PN}/tarball/${PV} -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples test"

RESTRICT="test" #fails all

python_prepare_all() {
        # Required to avoid file collisions at install
        sed -e s":find_packages():find_packages(exclude=['tests','tests.*']):" 
-i setup.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        "${PYTHON}" -m tests || die "Tests failed"
}

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

python_install_all() {
        use doc && local HTML_DOCS=( docs/_build/html/. )
        use examples && local EXAMPLES=( examples/. )
        distutils-r1_python_install_all
}




Reply via email to