1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-22 22:28:03 +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

2
dev-python/pep8/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST pep8-0.6.1.tar.gz 21499 RMD160 9234bd7776ef09cc06c6f33350f1752d49ec2135 SHA1 206c9942ed79a527db1389052ac9dc272183e85d SHA256 c0654b683bd0c20987e3e767bb0241daf014d854cb89ec84fbed623e349faeec
EBUILD pep8-0.6.1.ebuild 570 RMD160 cc80b607ea1879b5e724fba53b620dcefe891294 SHA1 0566999d4b5724a29f4361f1c8b5ac795662224a SHA256 3b1a6898687844a9a7a7c16fa40f84d1e25f233e998d7f2462f15e0cd899cfc7

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
}