dev-python/doctest-ignore-unicode: added python-3.5 compat, fix upstream metadata

Package-Manager: portage-2.2.28
This commit is contained in:
Sébastien Fabbro
2016-03-18 19:18:38 +00:00
parent 5949099c9a
commit bf8de29d11
2 changed files with 3 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )
inherit distutils-r1

View File

@@ -6,7 +6,6 @@
<name>Python</name>
</maintainer>
<upstream>
<remote-id type="pypi">pxml</remote-id>
<remote-id type="github">metagriffin/pxml</remote-id>
<remote-id type="pypi">doctest-ignore-unicode</remote-id>
</upstream>
</pkgmetadata>