diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-23 09:42:03 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-23 09:42:03 +0000 |
commit | cac5475c5ff85b43c460fe0821ec9231a9458bed (patch) | |
tree | 422f1cad088925a5f6a4b387992bb6a359194ed7 /dev-python | |
parent | Remove old. (diff) | |
download | gentoo-2-cac5475c5ff85b43c460fe0821ec9231a9458bed.tar.gz gentoo-2-cac5475c5ff85b43c460fe0821ec9231a9458bed.tar.bz2 gentoo-2-cac5475c5ff85b43c460fe0821ec9231a9458bed.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-distutils-extra/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild | 49 |
2 files changed, 5 insertions, 50 deletions
diff --git a/dev-python/python-distutils-extra/ChangeLog b/dev-python/python-distutils-extra/ChangeLog index 1dbb3a6661d8..f02e7b30615c 100644 --- a/dev-python/python-distutils-extra/ChangeLog +++ b/dev-python/python-distutils-extra/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-distutils-extra # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.37 2015/06/09 16:43:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-distutils-extra/ChangeLog,v 1.38 2015/06/23 09:42:03 mrueg Exp $ + + 23 Jun 2015; Manuel Rüger <mrueg@gentoo.org> + -python-distutils-extra-2.23.ebuild: + Remove old. 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Updating remote-id in metadata.xml diff --git a/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild b/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild deleted file mode 100644 index f5ca229db635..000000000000 --- a/dev-python/python-distutils-extra/python-distutils-extra-2.23.ebuild +++ /dev/null @@ -1,49 +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/python-distutils-extra/python-distutils-extra-2.23.ebuild,v 1.5 2014/08/10 21:18:50 slyfox Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -inherit distutils - -DESCRIPTION="You can integrate gettext support, themed icons and scrollkeeper based documentation in distutils" -HOMEPAGE="https://launchpad.net/python-distutils-extra" -SRC_URI="http://launchpad.net/python-distutils-extra/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND="${DEPEND}" - -DOCS="doc/FAQ doc/README doc/setup.cfg.example doc/setup.py.example" -PYTHON_MODNAME="DistUtilsExtra" - -src_prepare() { - distutils_src_prepare - - # Disable broken tests. - sed \ - -e "s/test_desktop/_&/" \ - -e "s/test_po(/_&/" \ - -e "s/test_policykit/_&/" \ - -e "s/test_requires_provides/_&/" \ - -i test/auto.py -} - -src_test() { - # 5 tests fail with disabled byte-compilation. - python_enable_pyc - - testing() { - PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" test/auto.py - } - python_execute_function testing - - python_disable_pyc -} |