aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Brehler <marbre@linux.sungazer.de>2015-11-28 18:48:49 +0100
committerMarius Brehler <marbre@linux.sungazer.de>2015-11-28 18:48:49 +0100
commite49f22c5997a034cbc91af3de001f038056459d2 (patch)
tree97613986ee7aa9ffa5462d24047837c3a191425c
parentdev-python/ipyparallel: Moved to tree (diff)
downloadsci-e49f22c5.tar.gz
sci-e49f22c5.tar.bz2
sci-e49f22c5.zip
dev-python/ipython_genutils: Moved to tree
Package-Manager: portage-2.2.20.1
-rw-r--r--dev-python/ipython_genutils/ChangeLog4
-rw-r--r--dev-python/ipython_genutils/Manifest1
-rw-r--r--dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild29
3 files changed, 4 insertions, 30 deletions
diff --git a/dev-python/ipython_genutils/ChangeLog b/dev-python/ipython_genutils/ChangeLog
index d2bb0d3ef..8b03b2af9 100644
--- a/dev-python/ipython_genutils/ChangeLog
+++ b/dev-python/ipython_genutils/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 28 Nov 2015; Marius Brehler <marbre@linux.sungazer.de> -Manifest,
+ -ipython_genutils-0.1.0.ebuild:
+ dev-python/ipython_genutils: Moved to tree
+
21 Sep 2015; Marius Brehler <marbre@linux.sungazer.de>
ipython_genutils-9999.ebuild:
dev-python/ipython_genutils: Add ~x86 to KEYWORDS
diff --git a/dev-python/ipython_genutils/Manifest b/dev-python/ipython_genutils/Manifest
deleted file mode 100644
index 2fed2a29b..000000000
--- a/dev-python/ipython_genutils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ipython_genutils-0.1.0.tar.gz 22255 SHA256 3a0624a251a26463c9dfa0ffa635ec51c4265380980d9a50d65611c3c2bd82a6 SHA512 714f850783d5e3c042da409217c0e213cbce249a42fd689c3559745861a991fecb5dbf98a012a4186053d9bb7ca4d52dad742b676eeb5163bc4dfbf256181081 WHIRLPOOL 2696d088cd1f1a8faeb8fa847da8b41205b7823eae02813f2fa8769c392918b0d990007f451bb77704d732b7e700ef02b39144dc0a42db14c6399c076e5db91c
diff --git a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild b/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
deleted file mode 100644
index 07d3b68e2..000000000
--- a/dev-python/ipython_genutils/ipython_genutils-0.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
-
-inherit distutils-r1
-
-DESCRIPTION="Vestigial utilities from IPython"
-HOMEPAGE="https://github.com/ipython/ipython_genutils"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-DEPEND="
- test? (
- dev-python/nose[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
- )
- "
-
-python_test() {
- nosetests --with-coverage --cover-package=ipython_genutils ipython_genutils || die
-}