2017-04-21 17:27:05 +03:00
|
|
|
# Copyright 1999-2017 Gentoo Foundation
|
2014-05-04 20:43:30 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=5
|
|
|
|
|
2015-04-08 16:23:29 +03:00
|
|
|
PYTHON_COMPAT=( python2_7 )
|
2014-05-04 20:43:30 +04:00
|
|
|
|
|
|
|
inherit python-r1
|
|
|
|
|
|
|
|
DESCRIPTION="MySQL abstraction layer for python"
|
|
|
|
HOMEPAGE="http://software.fionet.com/pSQL/"
|
|
|
|
SRC_URI="http://software.fionet.com/pSQL/release/${P}.tar.gz"
|
|
|
|
|
|
|
|
SLOT="0"
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
|
|
|
|
2017-04-21 17:27:05 +03:00
|
|
|
RDEPEND="${PYTHON_DEPS}
|
2014-05-04 20:43:30 +04:00
|
|
|
dev-python/mysql-python[${PYTHON_USEDEP}]
|
|
|
|
dev-python/egenix-mx-base[${PYTHON_USEDEP}]"
|
|
|
|
DEPEND=""
|
|
|
|
|
|
|
|
src_install() {
|
2015-10-23 11:00:03 +03:00
|
|
|
python_foreach_impl python_domodule pSQL.py
|
2014-05-04 20:43:30 +04:00
|
|
|
|
|
|
|
dodoc *pSQL
|
|
|
|
}
|