You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/pyodbc/pyodbc-3.0.3.ebuild

31 lines
794 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyodbc/pyodbc-3.0.3.ebuild,v 1.1 2012/04/14 11:25:13 neurogeek Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
inherit distutils eutils
DESCRIPTION="python ODBC module to connect to almost any database"
HOMEPAGE="http://code.google.com/p/pyodbc"
SRC_URI="http://pyodbc.googlecode.com/files/${P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="mssql"
RDEPEND=">=dev-db/unixODBC-2.3.0
mssql? ( >=dev-db/freetds-0.64[odbc] )"
DEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools"
PYTHON_CXXFLAGS=("* + -fno-strict-aliasing")
src_prepare() {
epatch "${FILESDIR}"/${P}-py25-compat.patch
}