163
|
1 |
# Copyright 1999-2015 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.9.0-r1.ebuild,v 1.2 2013/06/08 23:43:42 floppym Exp $ |
|
4 |
|
|
5 |
EAPI=5 |
|
6 |
PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy2_0 ) |
|
7 |
|
|
8 |
inherit distutils-r1 |
|
9 |
|
|
10 |
DESCRIPTION="A static analysis tool for checking compliance with Python PEP 257." |
|
11 |
HOMEPAGE="https://github.com/GreenSteam/pep257 http://pypi.python.org/pypi/pep257" |
|
12 |
SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" |
|
13 |
|
|
14 |
LICENSE="MIT" |
|
15 |
SLOT="0" |
|
16 |
KEYWORDS="~amd64" |
|
17 |
|
|
18 |
DEPEND="" |
|
19 |
RDEPEND="" |