equal
deleted
inserted
replaced
|
1 # Copyright 1999-2012 Gentoo Foundation |
|
2 # Distributed under the terms of the GNU General Public License v2 |
|
3 # $Header: $ |
|
4 |
|
5 EAPI="5" |
|
6 |
|
7 PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) |
|
8 |
|
9 inherit distutils-r1 |
|
10 |
|
11 DESCRIPTION="Library for mozilla services metrics logging" |
|
12 HOMEPAGE="http://pypi.python.org/pypi/${PN}" |
|
13 SRC_URI="mirror://pypi/m/${PN}/${PN}-${PV}.tar.gz" |
|
14 |
|
15 LICENSE="MPL-2.0" |
|
16 SLOT="0" |
|
17 KEYWORDS="~amd64" |
|
18 IUSE="" |
|
19 |
|
20 |
|
21 DEPEND="" |
|
22 RDEPEND="${DEPEND}" |
|
23 |
|
24 S="${WORKDIR}/${PN}-${PV}" |
|
25 |