diff options
author | 2014-04-07 07:56:39 +0000 | |
---|---|---|
committer | 2014-04-07 07:56:39 +0000 | |
commit | fa59ef2fdab467db282f863b3b65551c37a8492a (patch) | |
tree | e3deac6ea842c7b1db7127eadfead46b28bd5380 /dev-python/twitter | |
parent | Fix bug numbers in ChangeLog for last commit done by TomWij (diff) | |
download | gentoo-2-fa59ef2fdab467db282f863b3b65551c37a8492a.tar.gz gentoo-2-fa59ef2fdab467db282f863b3b65551c37a8492a.tar.bz2 gentoo-2-fa59ef2fdab467db282f863b3b65551c37a8492a.zip |
bump, Add py3.4 support, rm old except for 1.10.2
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/twitter')
-rw-r--r-- | dev-python/twitter/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/twitter/twitter-1.14.1.ebuild (renamed from dev-python/twitter/twitter-1.10.0.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/twitter/twitter-1.9.2-r1.ebuild | 20 | ||||
-rw-r--r-- | dev-python/twitter/twitter-1.9.4.ebuild | 20 |
4 files changed, 9 insertions, 43 deletions
diff --git a/dev-python/twitter/ChangeLog b/dev-python/twitter/ChangeLog index 490bf41505bc..51e381910ed6 100644 --- a/dev-python/twitter/ChangeLog +++ b/dev-python/twitter/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/twitter # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.11 2014/03/31 21:18:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/ChangeLog,v 1.12 2014/04/07 07:56:39 idella4 Exp $ + +*twitter-1.14.1 (07 Apr 2014) + + 07 Apr 2014; Ian Delaney <idella4@gentoo.org> +twitter-1.14.1.ebuild, + -twitter-1.10.0.ebuild, -twitter-1.9.2-r1.ebuild, -twitter-1.9.4.ebuild: + bump, Add py3.4 support, rm old except for 1.10.2 31 Mar 2014; Michał Górny <mgorny@gentoo.org> twitter-1.10.0.ebuild, twitter-1.10.2.ebuild, twitter-1.9.2-r1.ebuild, twitter-1.9.4.ebuild: diff --git a/dev-python/twitter/twitter-1.10.0.ebuild b/dev-python/twitter/twitter-1.14.1.ebuild index 346a48cb2f82..9fa50e187703 100644 --- a/dev-python/twitter/twitter-1.10.0.ebuild +++ b/dev-python/twitter/twitter-1.14.1.ebuild @@ -1,9 +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/twitter/twitter-1.10.0.ebuild,v 1.4 2014/03/31 21:18:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/twitter-1.14.1.ebuild,v 1.1 2014/04/07 07:56:39 idella4 Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 ) inherit distutils-r1 diff --git a/dev-python/twitter/twitter-1.9.2-r1.ebuild b/dev-python/twitter/twitter-1.9.2-r1.ebuild deleted file mode 100644 index 30d2f8329dcb..000000000000 --- a/dev-python/twitter/twitter-1.9.2-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/twitter-1.9.2-r1.ebuild,v 1.3 2014/03/31 21:18:50 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)" -HOMEPAGE="http://mike.verdone.ca/twitter/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" diff --git a/dev-python/twitter/twitter-1.9.4.ebuild b/dev-python/twitter/twitter-1.9.4.ebuild deleted file mode 100644 index c29771c554b5..000000000000 --- a/dev-python/twitter/twitter-1.9.4.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twitter/twitter-1.9.4.ebuild,v 1.3 2014/03/31 21:18:50 mgorny Exp $ - -EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7,3_2} pypy pypy2_0 ) - -inherit distutils-r1 - -DESCRIPTION="An API and command-line toolset for Twitter (twitter.com)" -HOMEPAGE="http://mike.verdone.ca/twitter/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="" |