idella4 14/05/17 13:52:40 Modified: ChangeLog Added: python-twitter-1.1.ebuild Removed: python-twitter-0.8.5.ebuild Log: bump; drop py2.6 support, upgrade deps, ebuild generally, drop IUSE doc due to absence of a doc folder in source (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.15 dev-python/python-twitter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-twitter/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-twitter/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-twitter/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-twitter/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 5 Sep 2013 18:47:04 -0000 1.14 +++ ChangeLog 17 May 2014 13:52:40 -0000 1.15 @@ -1,6 +1,13 @@ # ChangeLog for dev-python/python-twitter -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/ChangeLog,v 1.14 2013/09/05 18:47:04 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-twitter/ChangeLog,v 1.15 2014/05/17 13:52:40 idella4 Exp $ + +*python-twitter-1.1 (17 May 2014) + + 17 May 2014; Ian Delaney <[email protected]> +python-twitter-1.1.ebuild, + -python-twitter-0.8.5.ebuild: + bump; drop py2.6 support, upgrade deps, ebuild generally, drop IUSE doc due to + absence of a doc folder in source 05 Sep 2013; Michał Górny <[email protected]> python-twitter-1.0.ebuild: Clean up PYTHON_COMPAT from old implementations. 1.1 dev-python/python-twitter/python-twitter-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-twitter/python-twitter-1.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-twitter/python-twitter-1.1.ebuild?rev=1.1&content-type=text/plain Index: python-twitter-1.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/python-twitter/python-twitter-1.1.ebuild,v 1.1 2014/05/17 13:52:40 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="This library provides a pure python interface for the Twitter API" HOMEPAGE="http://code.google.com/p/python-twitter/" SRC_URI="http://python-twitter.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86 ~x64-macos" IUSE="examples" RDEPEND="dev-python/oauth2[${PYTHON_USEDEP}] dev-python/simplejson[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/requests-oauthlib[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" # Testsuite in the source is not convincing in its completeness RESTRICT="test" src_prepare() { distutils-r1_src_prepare # Delete internal copy of simplejson. rm -fr simplejson || die } # http://code.google.com/p/python-twitter/issues/detail?id=259&thanks=259&ts=1400334214 python_test() { esetup.py test }
