summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2021-05-19 09:46:08 +0300
committerMichał Górny <mgorny@gentoo.org>2021-05-19 09:26:41 +0200
commitba4f22afe39572e53c3f904ce7b5ac0326b6e40f (patch)
tree876acfe411bbc6e623db7e1aa34d29d6b33b3e11 /dev-python/python-cstruct
parentdev-python/pysrt: bump to python 3.10 (diff)
downloadgentoo-ba4f22afe39572e53c3f904ce7b5ac0326b6e40f.tar.gz
gentoo-ba4f22afe39572e53c3f904ce7b5ac0326b6e40f.tar.bz2
gentoo-ba4f22afe39572e53c3f904ce7b5ac0326b6e40f.zip
dev-python/python-cstruct: bump to python 3.{9,10}
passes tests Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-cstruct')
-rw-r--r--dev-python/python-cstruct/python-cstruct-1.8.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-cstruct/python-cstruct-1.8.ebuild b/dev-python/python-cstruct/python-cstruct-1.8.ebuild
index 9b26f0bc1044..91bfd95f8251 100644
--- a/dev-python/python-cstruct/python-cstruct-1.8.ebuild
+++ b/dev-python/python-cstruct/python-cstruct-1.8.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7..10} )
inherit distutils-r1
DESCRIPTION="C-style structs for Python"