diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-03-02 02:53:07 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-03-02 02:53:07 +0000 |
commit | a2988218d42b050c3698ebb59e96c2942b905d36 (patch) | |
tree | 2055faf72c82968933f2237c783df113c3baa079 /dev-python/oauth/oauth-1.0.1.ebuild | |
parent | Stable for HPPA (bug #306797). (diff) | |
download | historical-a2988218d42b050c3698ebb59e96c2942b905d36.tar.gz historical-a2988218d42b050c3698ebb59e96c2942b905d36.tar.bz2 historical-a2988218d42b050c3698ebb59e96c2942b905d36.zip |
Initial commit. Closes bug #290159. Thanks to Ravi for the report
Package-Manager: portage-2.2_rc63/cvs/Linux i686
Diffstat (limited to 'dev-python/oauth/oauth-1.0.1.ebuild')
-rw-r--r-- | dev-python/oauth/oauth-1.0.1.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/oauth/oauth-1.0.1.ebuild b/dev-python/oauth/oauth-1.0.1.ebuild new file mode 100644 index 000000000000..28361f7d398e --- /dev/null +++ b/dev-python/oauth/oauth-1.0.1.ebuild @@ -0,0 +1,14 @@ +# 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 $ + +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" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |