diff --git a/dev-python/oursql/Manifest b/dev-python/oursql/Manifest new file mode 100644 index 000000000..8cdc1b985 --- /dev/null +++ b/dev-python/oursql/Manifest @@ -0,0 +1,2 @@ +DIST oursql-0.9.3.1.zip 175789 RMD160 e38d9566acb3abe513e0cfe92a533f128410db2c SHA1 bfbd4abe7704c7dc38b418e35c53016a1ddbc561 SHA256 a6d8044591b2ecb859b8bf72a1c535d0b33bd249f7fecdbe63d2173855b568b7 +EBUILD oursql-0.9.3.1.ebuild 499 RMD160 01b6fb79a1cf57b7f67beda5e7ee6e26894150db SHA1 28ff169419c5cecc1aaa0148900fb267e7939959 SHA256 7445531303eeaf70117d6aaea19597e99557358acd0b0d9810c1889f3d44ebd6 diff --git a/dev-python/oursql/oursql-0.9.3.1.ebuild b/dev-python/oursql/oursql-0.9.3.1.ebuild new file mode 100644 index 000000000..a5dfc598f --- /dev/null +++ b/dev-python/oursql/oursql-0.9.3.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="3" +PYTHON_DEPEND="2" + +inherit distutils python + +DESCRIPTION="oursql is a set of MySQL bindings for Python with a focus on wrapping the MYSQL_STMT API" +HOMEPAGE="https://launchpad.net/oursql" +SRC_URI="https://launchpad.net/oursql/trunk/${PV}/+download/${P}.zip" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +RDEPEND=">=virtual/mysql-4.1" +DEPEND="${RDEPEND}"