mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-20 12:58:08 +01:00
Added pep8 and ipdb ebuilds, removed outdated kydpdict (stardict rules)
This commit is contained in:
2
dev-python/ipdb/Manifest
Normal file
2
dev-python/ipdb/Manifest
Normal 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
|
||||
31
dev-python/ipdb/ipdb-0.3.ebuild
Normal file
31
dev-python/ipdb/ipdb-0.3.ebuild
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user