1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2025-12-18 20:10:22 +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/ipdb/Manifest Normal file
View File

@@ -0,0 +1,2 @@
DIST ipdb-0.3.tar.gz 1766 RMD160 4e55f25f887e9ec723cb190f2ebfd809224310b1 SHA1 bec3f2312a9c5aeffceb48b9dfc9635aa1e28299 SHA256 ac5942b03e61a34be920f07c1728cf53d2755c2786145d7783e8a327bcd768ec
EBUILD ipdb-0.3.ebuild 595 RMD160 f408c8d782625a64fee63ad818c84345cf8dee21 SHA1 43f61a4386b18bd77e34034add4ac0ecf17bfc8b SHA256 6e97b3b1aa5e2b7dd93f7f02938528291a3ba4d5aa7d03a575974fdb5697b98d

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="ipdb"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Simple wrapper for ipython debugger set_trace()"
HOMEPAGE="http://pypi.python.org/pypi/ipdb"
SRC_URI="mirror://pypi/i/${MY_PN}/${MY_P}.tar.gz"
LICENSE="GPL"
SLOT="0"
KEYWORDS="x86"
IUSE=""
RDEPEND="dev-python/setuptools dev-python/ipython"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
src_compile() {
distutils_src_compile
}

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
}