aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2023-06-10 12:43:36 +0100
committerPaul Healy <lmiphay@gmail.com>2023-06-10 12:43:36 +0100
commitf376b112875ee801ffc4ed042923d8a4af17c698 (patch)
tree61ae5e49f53ac9561dfed957759316d4810a0c88 /dev-python
parentuse py11 (diff)
downloadlmiphay-f376b112875ee801ffc4ed042923d8a4af17c698.tar.gz
lmiphay-f376b112875ee801ffc4ed042923d8a4af17c698.tar.bz2
lmiphay-f376b112875ee801ffc4ed042923d8a4af17c698.zip
use py11
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/python-smpplib/Manifest2
-rw-r--r--dev-python/python-smpplib/python-smpplib-20180221.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/python-smpplib/Manifest b/dev-python/python-smpplib/Manifest
index e022ea8..04b2aa3 100644
--- a/dev-python/python-smpplib/Manifest
+++ b/dev-python/python-smpplib/Manifest
@@ -1 +1 @@
-EBUILD python-smpplib-20180221.ebuild 806 BLAKE2B d482f6b494cf88fef0d2ce61d332b3cfab359c5d1b149d9e04e926ad3ad049ac9ce64964421ef1bd5113b80b959ebfe70170fada3c3394a2983a75cd150573f1 SHA512 44aba5426f3ce8f91370412dc4b93831a747a824ed04bb481e950005f356ea1113f161c051677022643fa33c5724efc5a8b52c748e63b087f29c4d915a831e35
+EBUILD python-smpplib-20180221.ebuild 807 BLAKE2B a59bc664fa8bb3083f2a4cfe14890ff621741e346b8f78cfd2892e7944095d95d4ed9042bb78a98507e15498357293689b68397fbd4b90beaf1a7f48fbe735eb SHA512 e0c312622a6d5cf4830f09ce5b364636578c52fceec6fd6333c2516d06d84e6bf8bbcca178f1d8c94010ddb012d0b1761ebb9ed7b8b7442f0f524eaae3adc23a
diff --git a/dev-python/python-smpplib/python-smpplib-20180221.ebuild b/dev-python/python-smpplib/python-smpplib-20180221.ebuild
index bed10a5..7dc5d92 100644
--- a/dev-python/python-smpplib/python-smpplib-20180221.ebuild
+++ b/dev-python/python-smpplib/python-smpplib-20180221.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=(python3_9)
+PYTHON_COMPAT=(python3_11)
inherit distutils-r1 git-r3