summaryrefslogtreecommitdiff
blob: 884cbdc39d00c4b55dac66b77c881f5e605850f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

MY_P="SQLAlchemy-${PV}"
DESCRIPTION="A Python sql toolkit and Object Relational Mapper"
HOMEPAGE="http://www.sqlalchemy.org/"
SRC_URI="mirror://sourceforge/sqlalchemy/${MY_P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="x86"

IUSE=""
DEPEND="dev-lang/python
	dev-python/setuptools"

S=${WORKDIR}/${MY_P}