idella4     14/12/09 07:30:42

  Modified:             ChangeLog
  Added:                tweepy-2.3.ebuild
  Removed:              tweepy-2.2.ebuild tweepy-2.1.ebuild
                        tweepy-2.0.ebuild tweepy-1.12.ebuild
                        tweepy-1.13.ebuild
  Log:
  bump, rm old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.10                 dev-python/tweepy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   26 Aug 2014 17:03:16 -0000      1.9
+++ ChangeLog   9 Dec 2014 07:30:42 -0000       1.10
@@ -1,6 +1,13 @@
 # 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.9 
2014/08/26 17:03:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/tweepy/ChangeLog,v 1.10 
2014/12/09 07:30:42 idella4 Exp $
+
+*tweepy-2.3 (09 Dec 2014)
+
+  09 Dec 2014; Ian Delaney <[email protected]> +tweepy-2.3.ebuild,
+  -tweepy-1.12.ebuild, -tweepy-1.13.ebuild, -tweepy-2.0.ebuild,
+  -tweepy-2.1.ebuild, -tweepy-2.2.ebuild:
+  bump, rm old
 
   26 Aug 2014; Ian Delaney <[email protected]> tweepy-2.2.ebuild:
   correct typo



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

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

Index: tweepy-2.3.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.3.ebuild,v 1.1 
2014/12/09 07:30:42 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"        #missing a required dep frpm portage

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

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