summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-01-28 16:24:29 +0100
committerDavid Seifert <soap@gentoo.org>2022-01-28 16:24:29 +0100
commit2ca3a26e333068ab06581c81f3a2b12fe2253784 (patch)
tree6344be2f3abd1b713adc19197be45dba5901449f /dev-python/libnacl
parentapp-admin/keepassxc: Minor ebuild adjustments (diff)
downloadgentoo-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/libnacl')
-rw-r--r--dev-python/libnacl/libnacl-1.7.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/libnacl/libnacl-1.7.2-r1.ebuild b/dev-python/libnacl/libnacl-1.7.2-r1.ebuild
index f699c1fc60b9..1c205a0ee370 100644
--- a/dev-python/libnacl/libnacl-1.7.2-r1.ebuild
+++ b/dev-python/libnacl/libnacl-1.7.2-r1.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_{8..10})
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="Python ctypes wrapper for libsodium"