summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström (jbergstroem) <bugs@bergstroem.nu>2009-05-12 06:25:31 +0000
committerJohan Bergström (jbergstroem) <bugs@bergstroem.nu>2009-05-12 06:25:31 +0000
commita7cc2459344786877d948f7dc675f27d3dd8f01c (patch)
treecb12e6904a9a5f23c43891ef03780a6cd9a58bba /dev-python/simples3/simples3-0.2.ebuild
parentmedia-libs/liblqr: Bugfix release. (diff)
downloadsunrise-a7cc2459344786877d948f7dc675f27d3dd8f01c.tar.gz
sunrise-a7cc2459344786877d948f7dc675f27d3dd8f01c.tar.bz2
sunrise-a7cc2459344786877d948f7dc675f27d3dd8f01c.zip
Ebuild for bug 267146
svn path=/sunrise/; revision=8530
Diffstat (limited to 'dev-python/simples3/simples3-0.2.ebuild')
-rw-r--r--dev-python/simples3/simples3-0.2.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/simples3/simples3-0.2.ebuild b/dev-python/simples3/simples3-0.2.ebuild
new file mode 100644
index 000000000..b27d9f8a1
--- /dev/null
+++ b/dev-python/simples3/simples3-0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+DESCRIPTION="A fairly simple, decently quick python interface to Amazon's S3 storage service"
+HOMEPAGE="http://lericson.se/"
+SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
+
+NEED_PYTHON=2.5
+
+DEPEND="dev-python/setuptools"
+RDEPEND="${DEPENDS}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS="README TODO"