1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-01-29 03:15:55 +01:00

Added pep8 and ipdb ebuilds, removed outdated kydpdict (stardict rules)

This commit is contained in:
root
2011-05-11 20:38:00 +02:00
parent 01efe9e482
commit 9e53ce6140
6 changed files with 66 additions and 35 deletions

View File

@@ -0,0 +1,31 @@
# 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
}