diff options
author | Ian Delaney <della5@iinet.com.au> | 2012-05-20 21:12:25 +0800 |
---|---|---|
committer | Ian Delaney <della5@iinet.com.au> | 2012-05-20 21:12:25 +0800 |
commit | e6ad1c275009b8d4a0afd078d106ff9335ef9c45 (patch) | |
tree | a7275f4f0dd03b7e377096b73021bc76c13ecefb | |
parent | [dev-python/testfixtures] final cleanup (diff) | |
download | improvise-e6ad1c275009b8d4a0afd078d106ff9335ef9c45.tar.gz improvise-e6ad1c275009b8d4a0afd078d106ff9335ef9c45.tar.bz2 improvise-e6ad1c275009b8d4a0afd078d106ff9335ef9c45.zip |
[dev-python/testfixtures] final cleanup(sed)
(Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | dev-python/testfixtures/testfixtures-2.3.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/testfixtures/testfixtures-2.3.4.ebuild b/dev-python/testfixtures/testfixtures-2.3.4.ebuild index 31cae10..77b8caf 100644 --- a/dev-python/testfixtures/testfixtures-2.3.4.ebuild +++ b/dev-python/testfixtures/testfixtures-2.3.4.ebuild @@ -5,7 +5,7 @@ EAPI=4 PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.* *-pypy-**-jython" +RESTRICT_PYTHON_ABIS="3.* *-pypy-* *-jython" DISTUTILS_SRC_TEST="py.test" inherit distutils eutils @@ -21,11 +21,11 @@ IUSE="doc test" RDEPEND="" DEPEND="${RDEPEND} doc? ( dev-python/sphinx )" -# test? ( net-zope/zope-component )" +# test? ( net-zope/zope-component )" src_prepare() { - sed -e s':SPHINXBUILD = ../bin/sphinx-build:SPHINXBUILD = /usr/bin/sphinx-build:' \ - -i docs/Makefile + sed -e s':../bin/sphinx-build:/usr/bin/sphinx-build:' \ + -i docs/Makefile || die epatch "${FILESDIR}"/${P}-adjust_tests.patch # remove test that tests the stripped zope-component test_components.ComponentsTests |