diff options
author | David Seifert <soap@gentoo.org> | 2022-01-28 16:24:29 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-01-28 16:24:29 +0100 |
commit | 2ca3a26e333068ab06581c81f3a2b12fe2253784 (patch) | |
tree | 6344be2f3abd1b713adc19197be45dba5901449f /dev-python/django-tables2 | |
parent | app-admin/keepassxc: Minor ebuild adjustments (diff) | |
download | gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.tar.gz gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.tar.bz2 gentoo-2ca3a26e333068ab06581c81f3a2b12fe2253784.zip |
dev-python/*: consistent PYTHON_COMPAT style
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/django-tables2')
-rw-r--r-- | dev-python/django-tables2/django-tables2-2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-tables2/django-tables2-2.3.4.ebuild b/dev-python/django-tables2/django-tables2-2.3.4.ebuild index 156016d10965..0482d24035c4 100644 --- a/dev-python/django-tables2/django-tables2-2.3.4.ebuild +++ b/dev-python/django-tables2/django-tables2-2.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9}) +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 |