[dev-python/oursql] new ebuild, MySQL bindings for Python

This commit is contained in:
Fabio Erculiani
2012-08-09 12:04:26 +02:00
parent 2d7ed286dc
commit 9ed25c0258
2 changed files with 22 additions and 0 deletions
+2
View File
@@ -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
+20
View File
@@ -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}"