summaryrefslogtreecommitdiff
path: root/dev-python/autocommand
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2025-02-17 00:13:57 +0000
committerV3n3RiX <venerix@koprulu.sector>2025-02-17 00:13:57 +0000
commit27b3683509c5229cce540418778a8b64afbc0009 (patch)
treeb7164898142b8b093b91c8254c4387b6eec679ee /dev-python/autocommand
parentf2bdc27fe0f79f8f9a3945eb2b1163ce75c56439 (diff)
gentoo auto-resync : 17:02:2025 - 00:13:57
Diffstat (limited to 'dev-python/autocommand')
-rw-r--r--dev-python/autocommand/Manifest2
-rw-r--r--dev-python/autocommand/autocommand-2.2.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/autocommand/Manifest b/dev-python/autocommand/Manifest
index 450bb16926ac..d0315a413f89 100644
--- a/dev-python/autocommand/Manifest
+++ b/dev-python/autocommand/Manifest
@@ -1,4 +1,4 @@
AUX autocommand-2.2.2-setuptools-license.patch 751 BLAKE2B 216b33ed90fc41d86f220ada2205d02000adbab78361de8a998e266e140b306e8b55723cc738050be4e81dc52023a5e58fcd1edc0cf97727269064432048bf13 SHA512 ddefafd3f9609fc10ac4d615a733f80082b69e1f9c1a644271119ad6936b1d1b5e5da6a2f354ef788638503e4b521715a436df8d02c1e2f6978845e3e5ae914f
DIST autocommand-2.2.2.gh.tar.gz 22188 BLAKE2B 757fd96d0505466e7d3e371e13e931d0dd20d9b02da3e88c2bf85b1b946ef6c67fb14366856fe66c23adab5d635c4bd08d51acc7e55830636cce5aa0a0c265bc SHA512 5ed109db16a0e309ed5107b26db0b70ed8669d73817e82eb5a219650d29f53785aa1f9471b2ac71d21dbffc9f0a13ea0fdf69e63ab534fd84407a1d6741cf5b5
-EBUILD autocommand-2.2.2.ebuild 757 BLAKE2B 534cc8a07e222c55ad9066ab3dfba772b0c53b156492031041b1a29145270ce700a1c0cc85413eac36fee4b6bb52ec96b42abb0a1df4234db3ed9369fa2cb4ef SHA512 fb03c79cc0866e12095e3555833b310d46eb717edbe6fd6ad5f587242ad6114b21eb52d63f3b125340d66c751143d532bb4b8a6494cab6dfbc9e5b633650f5c4
+EBUILD autocommand-2.2.2.ebuild 766 BLAKE2B 6fdc344ae36890b3ef2e28778031934f0b5bc9443be9bffe4c7ccb5d78a32f77738ba9e0f2577c3a565549015e5625c547b8433a2c648295cc41bccf68cbba91 SHA512 1b44b50335bc6dc561aa37ef25cb9a099e7d0aba9400d10126d17e7634b4aa1cf8ec2ceb53ac4ac06f99d7f6d6d8ef8cc1cda941266c2becfcac429a686eac63
MISC metadata.xml 400 BLAKE2B 95ed35eafef6d3e0b7535b90e4d3d6f4972ad285decfb2b8a74b118f30899aabf883399ece61272713bcea1a20d0dc56447fab6ac6c11b05c23f542a1a4074b4 SHA512 2d74432fd9281403f4ca70f5b44bdea14a87bb63f70b3b5a53cd4bd5ba1c9b8af64968e351b0605adaeec0bcf9424902c8df821606b54559b6932226d17e6405
diff --git a/dev-python/autocommand/autocommand-2.2.2.ebuild b/dev-python/autocommand/autocommand-2.2.2.ebuild
index 09ee80507243..28b9e8d3750c 100644
--- a/dev-python/autocommand/autocommand-2.2.2.ebuild
+++ b/dev-python/autocommand/autocommand-2.2.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 pypy3_11 )
inherit distutils-r1