blob: 457d121206edbfb6cbe7fedf629971d5be3b1c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/py/py-0.9.0.ebuild,v 1.2 2007/07/31 09:10:06 dev-zero Exp $
NEED_PYTHON=2.3
inherit distutils
DESCRIPTION="A library aiming to support agile and test-driven python development on various levels."
SRC_URI="http://codespeak.net/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://codespeak.net/py/"
KEYWORDS="~amd64 ~x86"
SLOT="0"
LICENSE="MIT"
IUSE=""
|