dev-python/httpretty: adding py35

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-03-25 00:26:20 -05:00
parent b95dd343b7
commit b12f9da52a

View File

@@ -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"