diff options
Diffstat (limited to 'dev-python/httplib2')
-rw-r--r-- | dev-python/httplib2/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.7.1.ebuild | 45 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.7.2.ebuild | 34 | ||||
-rw-r--r-- | dev-python/httplib2/httplib2-0.7.4.ebuild | 36 |
4 files changed, 5 insertions, 116 deletions
diff --git a/dev-python/httplib2/ChangeLog b/dev-python/httplib2/ChangeLog index ed11e09e4848..52f7e8cb3e34 100644 --- a/dev-python/httplib2/ChangeLog +++ b/dev-python/httplib2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/httplib2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.31 2012/12/20 07:35:45 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/ChangeLog,v 1.32 2012/12/20 07:37:19 radhermit Exp $ + + 20 Dec 2012; Tim Harder <radhermit@gentoo.org> -httplib2-0.7.1.ebuild, + -httplib2-0.7.2.ebuild, -httplib2-0.7.4.ebuild: + Remove old. *httplib2-0.7.7 (20 Dec 2012) diff --git a/dev-python/httplib2/httplib2-0.7.1.ebuild b/dev-python/httplib2/httplib2-0.7.1.ebuild deleted file mode 100644 index 4bccf8a4c831..000000000000 --- a/dev-python/httplib2/httplib2-0.7.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.1.ebuild,v 1.2 2011/09/24 13:38:21 grobian Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="A comprehensive HTTP client library" -HOMEPAGE="http://code.google.com/p/httplib2/ http://pypi.python.org/pypi/httplib2" -SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_prepare() { - distutils_src_prepare - - # cacerts.txt and other_cacerts.txt are missing in python3/httplib2 directory - cp python2/httplib2/cacerts.txt python3/httplib2 - mkdir python3/httplib2/test - cp python2/httplib2/test/other_cacerts.txt python3/httplib2/test -} - -src_test() { - testing() { - pushd "python$(python_get_version --major)" > /dev/null - "$(PYTHON)" httplib2test.py - popd > /dev/null - } - python_execute_function testing -} - -src_install() { - distutils_src_install - - dodoc README - newdoc python3/README README-python3 -} diff --git a/dev-python/httplib2/httplib2-0.7.2.ebuild b/dev-python/httplib2/httplib2-0.7.2.ebuild deleted file mode 100644 index e9892eed01cc..000000000000 --- a/dev-python/httplib2/httplib2-0.7.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.2.ebuild,v 1.1 2011/11/30 15:56:32 neurogeek Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="A comprehensive HTTP client library" -HOMEPAGE="http://code.google.com/p/httplib2/ http://pypi.python.org/pypi/httplib2" -SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -RESTRICT_PYTHON_ABIS="3.*" -#Restrict Python 3 support until upstream -#issue #189 is solved - -src_test() { - testing() { - pushd "python$(python_get_version --major)" > /dev/null - "$(PYTHON)" httplib2test.py - popd > /dev/null - } - python_execute_function testing -} diff --git a/dev-python/httplib2/httplib2-0.7.4.ebuild b/dev-python/httplib2/httplib2-0.7.4.ebuild deleted file mode 100644 index 82f3172c959e..000000000000 --- a/dev-python/httplib2/httplib2-0.7.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.4.ebuild,v 1.2 2012/08/02 18:15:40 bicatali Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -RESTRICT="test" # tests connect to random remote sites and exploderate badly - -inherit distutils - -DESCRIPTION="A comprehensive HTTP client library" -HOMEPAGE="http://code.google.com/p/httplib2/ http://pypi.python.org/pypi/httplib2" -SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x64-macos ~x86-linux" -IUSE="" - -DEPEND="" -RDEPEND="" - -RESTRICT_PYTHON_ABIS="3.*" -#Restrict Python 3 support until upstream -#issue #189 is solved - -src_test() { - testing() { - pushd "python$(python_get_version --major)" > /dev/null - "$(PYTHON)" httplib2test.py - popd > /dev/null - } - python_execute_function testing -} |