1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-19 12:28:20 +01:00
Files
gryf-overlay/dev-python/pep8/pep8-0.6.1.ebuild

32 lines
570 B
Bash

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
MY_PN="pep8"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="High-level Python web framework"
HOMEPAGE="http://pypi.python.org/pypi/pep8"
SRC_URI="mirror://pypi/p/${MY_PN}/${MY_P}.tar.gz"
LICENSE="Expat license"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND="dev-python/setuptools"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_compile() {
distutils_src_compile
}