summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-06 11:04:07 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-06 14:39:21 +0100
commit4a36332aaad3a27143d6689c52f2b2c00cdee69a (patch)
tree8d458f7bca8c67cf58e5b54de686213ebc3c5a75 /dev-python
parentdev-python/xvfbwrapper: Clean old up (diff)
downloadgentoo-4a36332aaad3a27143d6689c52f2b2c00cdee69a.tar.gz
gentoo-4a36332aaad3a27143d6689c52f2b2c00cdee69a.tar.bz2
gentoo-4a36332aaad3a27143d6689c52f2b2c00cdee69a.zip
dev-python/yappi: Clean old up
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/yappi/Manifest1
-rw-r--r--dev-python/yappi/yappi-0.94.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/yappi/Manifest b/dev-python/yappi/Manifest
index 00581a7dd618..e0f44729c7d9 100644
--- a/dev-python/yappi/Manifest
+++ b/dev-python/yappi/Manifest
@@ -1,2 +1 @@
-DIST yappi-0.94.tar.gz 25173 BLAKE2B efa60907835d0c74d57f759ac92a049e855dd80def2069d61e97a65362361c6c7ce949080646e1ce2b011ea4511577ed0d6668399d71e474df3eaeb64404c601 SHA512 420295f20b395229822a077848514db2138c7630a1cfc6207462e61eab3179e6fbad8b42569ae2557f0fa639fd8863bc876183554511b0dbf3d8664f8072bb28
DIST yappi-0.98.tar.gz 37074 BLAKE2B 3a2c60f7c5987681f242230fc4fa0b87f924c0d1dbaedd3c240d30e6c440e2604e7add789cfd37052301a1f0ab99c81e2de30249fd6c83d5ba00624e131d266a SHA512 699e1845aac8e3c701c495913862597240b264c396b0b6ad0e9d6d533138caaeb883baeb036dc7b57bddf02ba411475401b2db77527d2ee63409d73b80f32098
diff --git a/dev-python/yappi/yappi-0.94.ebuild b/dev-python/yappi/yappi-0.94.ebuild
deleted file mode 100644
index 74daf8578748..000000000000
--- a/dev-python/yappi/yappi-0.94.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python{2_7,3_{4,5}})
-inherit distutils-r1
-
-DESCRIPTION="Yet Another Python Profiler"
-HOMEPAGE="https://bitbucket.org/sumerc/yappi/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="test"
-
-RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose[${PYTHON_USEDEP}] )"
-
-python_test() {
- esetup.py test
-}