summaryrefslogtreecommitdiff
blob: bae5212ce2d077abce7c55d79685f18eaa946279 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: Fixes send to ps@twin.jikos.cz $

EAPI=3

PYTHON_DEPEND="2"

inherit distutils python

DESCRIPTION="API for Data Boxes access and base library for dsgui"
HOMEPAGE="http://labs.nic.cz/page/740/dsgui/"
SRC_URI="http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="ssl"

RDEPEND="dev-python/sqlalchemy
	ssl? ( dev-python/pyopenssl )"
DEPEND="${RDEPEND}"

pkg_setup() {
	python_set_active_version 2
}

src_prepare() {
	python_convert_shebangs -r 4 "${WORKDIR}"
}