Skip to content

Commit

Permalink
dev-python/httpauth: add py3.6 and pypy{,3} to PYTHON_COMPAT.
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
sbraz authored and monsieurp committed Sep 22, 2017
1 parent 693b442 commit 6a817fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-python/httpauth/httpauth-0.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4,3_5} )
PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy{,3} )

inherit distutils-r1

Expand Down
1 change: 0 additions & 1 deletion dev-python/httpauth/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<maintainer type="person">
<email>[email protected]</email>
<name>Louis Sautier</name>
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<maintainer type="project">
<email>[email protected]</email>
Expand Down

0 comments on commit 6a817fd

Please sign in to comment.