projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac4fe9
)
dev-python/django-tables2: Support python3.6
author
Pacho Ramos
<pacho@gentoo.org>
Thu, 28 Jun 2018 19:07:12 +0000
(21:07 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Thu, 28 Jun 2018 19:17:54 +0000
(21:17 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-python/django-tables2/django-tables2-1.1.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/django-tables2/django-tables2-1.1.2.ebuild
b/dev-python/django-tables2/django-tables2-1.1.2.ebuild
index a83ada7245595cd85c3106f94ff23c49ed4174fa..ccd9b28285444717c109b0b95638291674301ae4 100644
(file)
--- a/
dev-python/django-tables2/django-tables2-1.1.2.ebuild
+++ b/
dev-python/django-tables2/django-tables2-1.1.2.ebuild
@@
-1,9
+1,9
@@
-# Copyright 1999-201
6
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5
,6
} pypy )
inherit distutils-r1