summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-14 17:29:50 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-14 17:29:50 +0000
commit893de6106910cc94eadffd37934d03abf0e14dcb (patch)
tree32aa53fbe0787459e2a05c12137fc20d9cbc5fce /dev-python/oauth
parentSet SUPPORT_PYTHON_ABIS. (diff)
downloadgentoo-2-893de6106910cc94eadffd37934d03abf0e14dcb.tar.gz
gentoo-2-893de6106910cc94eadffd37934d03abf0e14dcb.tar.bz2
gentoo-2-893de6106910cc94eadffd37934d03abf0e14dcb.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/oauth')
-rw-r--r--dev-python/oauth/ChangeLog6
-rw-r--r--dev-python/oauth/oauth-1.0.1.ebuild16
2 files changed, 17 insertions, 5 deletions
diff --git a/dev-python/oauth/ChangeLog b/dev-python/oauth/ChangeLog
index 97e7974873f6..759c10eeefb9 100644
--- a/dev-python/oauth/ChangeLog
+++ b/dev-python/oauth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/oauth
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.1 2010/03/02 02:53:07 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/ChangeLog,v 1.2 2010/07/14 17:29:50 arfrever Exp $
+
+ 14 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ oauth-1.0.1.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
*oauth-1.0.1 (02 Mar 2010)
diff --git a/dev-python/oauth/oauth-1.0.1.ebuild b/dev-python/oauth/oauth-1.0.1.ebuild
index 28361f7d398e..9c589153441f 100644
--- a/dev-python/oauth/oauth-1.0.1.ebuild
+++ b/dev-python/oauth/oauth-1.0.1.ebuild
@@ -1,14 +1,22 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/oauth-1.0.1.ebuild,v 1.1 2010/03/02 02:53:07 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth/oauth-1.0.1.ebuild,v 1.2 2010/07/14 17:29:50 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
-EAPI="2"
inherit distutils
DESCRIPTION="Python OAuth module"
-HOMEPAGE="http://pypi.python.org/pypi/oauth/"
-SRC_URI="http://pypi.python.org/packages/source/o/${PN}/${P}.tar.gz"
+HOMEPAGE="http://pypi.python.org/pypi/oauth"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
+
+DEPEND=""
+RDEPEND=""