diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-02-19 18:18:21 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-02-19 18:18:21 +0000 |
commit | 4ca0b70dcf97d86a039fa5f8a09ccc02214a8369 (patch) | |
tree | d74dad7e2811e21cf9a3b8cfb89b0e8994b39b19 /dev-python | |
parent | Remove old. (diff) | |
download | gentoo-2-4ca0b70dcf97d86a039fa5f8a09ccc02214a8369.tar.gz gentoo-2-4ca0b70dcf97d86a039fa5f8a09ccc02214a8369.tar.bz2 gentoo-2-4ca0b70dcf97d86a039fa5f8a09ccc02214a8369.zip |
Remove old.
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/chaco/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/chaco/chaco-4.3.0-r1.ebuild | 70 | ||||
-rw-r--r-- | dev-python/chaco/chaco-4.3.0.ebuild | 61 | ||||
-rw-r--r-- | dev-python/chaco/chaco-4.4.1.ebuild | 35 |
4 files changed, 6 insertions, 168 deletions
diff --git a/dev-python/chaco/ChangeLog b/dev-python/chaco/ChangeLog index 2920ed008840..3ef2ec493352 100644 --- a/dev-python/chaco/ChangeLog +++ b/dev-python/chaco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/chaco -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.23 2014/11/15 04:39:30 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/ChangeLog,v 1.24 2015/02/19 18:18:21 mrueg Exp $ + + 19 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -chaco-4.3.0-r1.ebuild, + -chaco-4.3.0.ebuild, -chaco-4.4.1.ebuild: + Remove old. *chaco-4.5.0 (15 Nov 2014) diff --git a/dev-python/chaco/chaco-4.3.0-r1.ebuild b/dev-python/chaco/chaco-4.3.0-r1.ebuild deleted file mode 100644 index 19276d4e54f7..000000000000 --- a/dev-python/chaco/chaco-4.3.0-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-4.3.0-r1.ebuild,v 1.2 2013/04/15 15:12:42 idella4 Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit" -HOMEPAGE="http://code.enthought.com/projects/chaco/ http://pypi.python.org/pypi/chaco" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND=">=dev-python/enable-4 - dev-python/numpy[${PYTHON_USEDEP}] - >=dev-python/traitsui-4[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - doc? ( - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - !prefix? ( x11-base/xorg-server[xvfb] ) - x11-apps/xhost - dev-python/sphinx[${PYTHON_USEDEP}] - ) - test? ( - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -DOCS=( docs/{Chaco_2_Design.pdf,datamodel_hierarchy.txt,datamodel.pdf,scipy08_tutorial.pdf} ) - -python_compile_all() { - use doc && virtualmake -C docs html -} - -# Let's unclutter test phase. Tests need to be within "${BUILD_DIR}"/lib for paths to be read correctly -copy_tests() { - cd "${BUILD_DIR}"/lib || die - mkdir -p ${PN}/{shell,scales} || die - cp -a "${S}"/${PN}/tests/ ${PN}/ || die - cp -a "${S}"/${PN}/shell/tests/ ${PN}/shell/ || die - cp -a "${S}"/${PN}/scales/tests/ ${PN}/scales/ || die -} - -python_test() { - # skirt tests until fixed; https://github.com/enthought/chaco/issues/112 - copy_tests || die - VIRTUALX_COMMAND="nosetests" virtualmake -e 'test_estimate_default_scale*' \ - -e 'test_tfrac_hours_04*' -e 'test_tfrac_hours_05*' \ - -e 'test_microsecond*' -I 'border_test_case*' - rm -rf ${PN}/tests/ /${PN}/shell/ ${PN}/scales/ || die -} - -python_install_all() { - distutils-r1_python_install_all - use doc && dohtml -r docs/build/html/ - - if use examples; then - docompress -x usr/share/doc/${PF}/examples/ - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/chaco/chaco-4.3.0.ebuild b/dev-python/chaco/chaco-4.3.0.ebuild deleted file mode 100644 index 19a057967851..000000000000 --- a/dev-python/chaco/chaco-4.3.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-4.3.0.ebuild,v 1.1 2013/04/03 07:28:45 patrick Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx - -DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit" -HOMEPAGE="http://code.enthought.com/projects/chaco/ http://pypi.python.org/pypi/chaco" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND=">=dev-python/enable-4 - dev-python/numpy" -DEPEND="dev-python/setuptools - dev-python/numpy - doc? ( - >=dev-python/enable-4 - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - !prefix? ( x11-base/xorg-server[xvfb] ) - x11-apps/xhost - dev-python/sphinx - ) - test? ( - >=dev-python/enable-4 - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -DOCS="docs/*.txt" - -src_compile() { - distutils_src_compile - use doc && virtualmake -C docs html -} - -src_test() { - VIRTUALX_COMMAND="distutils_src_test" virtualmake -} - -src_install() { - find -name "*LICENSE*.txt" -delete - distutils_src_install - - use doc && dohtml -r docs/build/html/* - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/chaco/chaco-4.4.1.ebuild b/dev-python/chaco/chaco-4.4.1.ebuild deleted file mode 100644 index b1cd74f3958b..000000000000 --- a/dev-python/chaco/chaco-4.4.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/chaco/chaco-4.4.1.ebuild,v 1.1 2014/01/29 17:39:35 bicatali Exp $ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 virtualx - -DESCRIPTION="Enthought Tool Suite: Interactive plotting toolkit" -HOMEPAGE="http://code.enthought.com/projects/chaco/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="test" - -RDEPEND=" - >=dev-python/enable-4[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - >=dev-python/traitsui-4[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -python_test() { - cd "${BUILD_DIR}"/lib || die - VIRTUALX_COMMAND="nosetests" virtualmake - rm -rf ${PN}/tests/ /${PN}/shell/ ${PN}/scales/ || die -} |