mirror of
https://github.com/gryf/gryf-overlay.git
synced 2025-12-18 20:10:22 +01:00
Removed bunch of outdated ebuilds
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST ipdb-0.3.tar.gz 1766 SHA256 ac5942b03e61a34be920f07c1728cf53d2755c2786145d7783e8a327bcd768ec
|
||||
EBUILD ipdb-0.3.ebuild 601 SHA256 60f2ded5ea0957df2eb4ee7990b76308e78a2116b340368c23c1a64e27685509 SHA512 20c911729a04d4de9f1d853998ceacf60c147adddc902ccf981a0ecdd884e71888cbea978dc39bfb8fc8c4221cdb0f29d87c663d40c75d65983f2fbc070db9df WHIRLPOOL 9bd9ec7079fc9864b641cd44b38a88936564f79e3bee89fcfa49a2c937657a229c641951ba34ca61d27e0e656ebadcbd92ea9c60fd9a75c45bcb026f1d0b9dc2
|
||||
@@ -1,31 +0,0 @@
|
||||
# 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 amd64"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-python/setuptools dev-python/ipython"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_compile() {
|
||||
distutils_src_compile
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
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
|
||||
@@ -1,31 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user