diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-25 00:26:20 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-03-25 00:26:20 -0500 |
commit | b12f9da52abac699c6eb4b978d6034034a2cdc8d (patch) | |
tree | 3a2040fdd231afb042ae5c219afb930e433951b7 | |
parent | sys-auth/keystone: MITAKA (diff) | |
download | gentoo-b12f9da52abac699c6eb4b978d6034034a2cdc8d.tar.gz gentoo-b12f9da52abac699c6eb4b978d6034034a2cdc8d.tar.bz2 gentoo-b12f9da52abac699c6eb4b978d6034034a2cdc8d.zip |
dev-python/httpretty: adding py35
Package-Manager: portage-2.2.26
-rw-r--r-- | dev-python/httpretty/httpretty-0.8.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/httpretty/httpretty-0.8.6.ebuild b/dev-python/httpretty/httpretty-0.8.6.ebuild index f57ba10d38c5..d280c34d506b 100644 --- a/dev-python/httpretty/httpretty-0.8.6.ebuild +++ b/dev-python/httpretty/httpretty-0.8.6.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1 @@ -11,7 +11,7 @@ DESCRIPTION="HTTP client mock for Python" HOMEPAGE="https://github.com/gabrielfalcao/httpretty" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="test" LICENSE="MIT" SLOT="0" |