| 1 |
# Copyright 1999-2012 Gentoo Foundation
|
| 2 |
# Distributed under the terms of the GNU General Public License v2
|
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/milksets/milksets-0.1.3.ebuild,v 1.2 2012/08/02 18:00:45 bicatali Exp $
|
| 4 |
|
| 5 |
EAPI=4
|
| 6 |
|
| 7 |
# python cruft
|
| 8 |
SUPPORT_PYTHON_ABIS="1"
|
| 9 |
RESTRICT_PYTHON_ABIS="3.* 2.5 2.5-jython"
|
| 10 |
|
| 11 |
inherit distutils
|
| 12 |
|
| 13 |
DESCRIPTION="Datasets in a common Pythonic interface to use with milk"
|
| 14 |
HOMEPAGE="http://luispedro.org/software/milksets"
|
| 15 |
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
| 16 |
|
| 17 |
LICENSE="MIT"
|
| 18 |
SLOT="0"
|
| 19 |
|
| 20 |
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
| 21 |
IUSE=""
|