diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-03-28 19:06:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-03-28 20:28:29 +0200 |
commit | a702901a31633d3159cf27efebe82b764460f871 (patch) | |
tree | dab336e210f773e1e2cc7ef1d3f0e05ebc5081e5 /dev-python/epsilon | |
parent | dev-python/nevow: Bump to 0.14.2 (diff) | |
download | gentoo-a702901a31633d3159cf27efebe82b764460f871.tar.gz gentoo-a702901a31633d3159cf27efebe82b764460f871.tar.bz2 gentoo-a702901a31633d3159cf27efebe82b764460f871.zip |
dev-python/epsilon: Support combined dev-python/twisted, minor fixes
Diffstat (limited to 'dev-python/epsilon')
-rw-r--r-- | dev-python/epsilon/epsilon-0.7.1.ebuild | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/epsilon/epsilon-0.7.1.ebuild b/dev-python/epsilon/epsilon-0.7.1.ebuild index 8cf2f709a88b..f0fb386ce8b8 100644 --- a/dev-python/epsilon/epsilon-0.7.1.ebuild +++ b/dev-python/epsilon/epsilon-0.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" PYTHON_COMPAT=( python2_7 ) -inherit twisted-r1 eutils +inherit twisted-r1 DESCRIPTION="Epsilon is a Python utilities package, most famous for its Time class" HOMEPAGE="http://divmod.org/trac/wiki/DivmodEpsilon https://pypi.python.org/pypi/Epsilon" @@ -13,11 +13,15 @@ SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" -RDEPEND=">=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}] - >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]" +RDEPEND=" + || ( + dev-python/twisted[${PYTHON_USEDEP}] + >=dev-python/twisted-core-13.2.0[${PYTHON_USEDEP}] + ) + >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/nose[${PYTHON_USEDEP}] ) - ${DEPEND}" + test? ( dev-python/nose[${PYTHON_USEDEP}] ) + ${DEPEND}" PATCHES=( "${FILESDIR}/epsilon_plugincache_portagesandbox.patch" ) |