Skip to content

Commit

Permalink
dev-python/*: Restore keywords and un-revbump for py3.5
Browse files Browse the repository at this point in the history
Restore keywords that were removed unnecessarily, and collapse
unnecessary revbumps on packages with added python3.5 support.
  • Loading branch information
mgorny committed Oct 14, 2015
1 parent d4a1e3b commit 5b6edb4
Show file tree
Hide file tree
Showing 134 changed files with 100 additions and 3,046 deletions.
49 changes: 0 additions & 49 deletions dev-python/Babel/Babel-2.1.1-r1.ebuild

This file was deleted.

2 changes: 1 addition & 1 deletion dev-python/Babel/Babel-2.1.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1

Expand Down
31 changes: 0 additions & 31 deletions dev-python/CacheControl/CacheControl-0.11.5-r1.ebuild

This file was deleted.

2 changes: 1 addition & 1 deletion dev-python/CacheControl/CacheControl-0.11.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1

Expand Down
19 changes: 0 additions & 19 deletions dev-python/alabaster/alabaster-0.7.6-r1.ebuild

This file was deleted.

6 changes: 3 additions & 3 deletions dev-python/alabaster/alabaster-0.7.6.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1 flag-o-matic
inherit distutils-r1

DESCRIPTION="A configurable sidebar-enabled Sphinx theme"
HOMEPAGE="https://github.com/bitprophet/alabaster"
Expand Down
21 changes: 0 additions & 21 deletions dev-python/certifi/certifi-2015.9.6.2-r1.ebuild

This file was deleted.

2 changes: 1 addition & 1 deletion dev-python/certifi/certifi-2015.9.6.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1

Expand Down
42 changes: 0 additions & 42 deletions dev-python/cffi/cffi-1.2.1-r1.ebuild

This file was deleted.

4 changes: 2 additions & 2 deletions dev-python/cffi/cffi-1.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI="5"
EAPI=5

# DO NOT ADD pypy to PYTHON_COMPAT
# pypy bundles a modified version of cffi. Use python_gen_cond_dep instead.
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/characteristic/characteristic-14.3.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~x86"
IUSE="doc test"

RDEPEND=""
Expand Down
21 changes: 0 additions & 21 deletions dev-python/chardet/chardet-2.3.0-r1.ebuild

This file was deleted.

2 changes: 1 addition & 1 deletion dev-python/chardet/chardet-2.3.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1

Expand Down
43 changes: 0 additions & 43 deletions dev-python/click/click-5.1-r1.ebuild

This file was deleted.

5 changes: 3 additions & 2 deletions dev-python/click/click-5.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1

Expand All @@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"

Expand Down
23 changes: 0 additions & 23 deletions dev-python/colorama/colorama-0.3.3-r1.ebuild

This file was deleted.

3 changes: 2 additions & 1 deletion dev-python/colorama/colorama-0.3.3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# $Id$

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )

PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 )

inherit distutils-r1

Expand Down
30 changes: 0 additions & 30 deletions dev-python/coverage/coverage-4.0-r1.ebuild

This file was deleted.

Loading

0 comments on commit 5b6edb4

Please sign in to comment.