+++ /dev/null
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-DESCRIPTION="Extensions for developing Python libraries and applications"
-HOMEPAGE="http://buildutils.lesscode.org https://pypi.python.org/pypi/buildutils"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="doc test"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
- doc? ( dev-python/pudge[$(python_gen_usedep python{2_6,2_7})] )
- test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-RDEPEND=""
-
-python_prepare_all() {
- # Enable pudge command.
- epatch "${FILESDIR}/${P}-pudge_addcommand.patch"
- sed -e "s/buildutils.command.publish/buildutils.publish_command.publish/" \
- -i buildutils/test/test_publish.py || die "sed failed"
- distutils-r1_python_prepare_all
-}
-
-python_compile_all() {
- if use doc; then
- einfo "Generation of documentation"
- # ensure docs are built with py2
- if "${PYTHON}" -c "import pudge"; then
- "${PYTHON}" setup.py pudge || die "Generation of documentation failed"
- else
- die "Generation of documentation failed"
- fi
- fi
-}
-
-python_test() {
- py.test || die "Tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/html/. )
- distutils-r1_python_install_all
-}
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <upstream>
- <remote-id type="pypi">buildutils</remote-id>
- </upstream>
-</pkgmetadata>
# Use at your own risk.
=app-text/xiphos-4.0.4-r1
-# Mike Gilbert <floppym@gentoo.org> (25 May 2016)
-# Causes build failures in unrelated packages due to invasive
-# monkey-patching of easy_install (dev-python/setuptools).
-# Remove this package in 30 days.
-# Bug: https://bugs.gentoo.org/575844
-dev-python/buildutils
-
# Johannes Huber <johu@gentoo.org> (25 May 2016)
# Masked for removal in 30 days. Declared as dead by
# upstream in 2015. Last release with KDE Applications 15.04.3.